summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-28drm/fsl-dcu: introduce kernel parameter to specify fbdev depthStefan Agner1-1/+15
2016-11-28drm/fsl-dcu: remove separate compilation unit for fbdev emulationStefan Agner4-26/+1
2016-11-28drm/fsl-dcu: Propagate the real error codeFabio Estevam1-1/+1
2016-11-28drm/fsl-dcu: Remove unneeded NULL checkFabio Estevam1-5/+0
2016-11-28drm/fsl-dcu: disable outputs before unloading driverStefan Agner1-0/+1
2016-11-28drm/fsl-dcu: unload driver before disabling clocksStefan Agner1-1/+1
2016-11-25Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie1-402/+454
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie10-192/+325
2016-11-21Merge tag 'drm-hisilicon-next-2016-11-17' of http://github.com/zourongrong/li...Dave Airlie11-0/+2230
2016-11-18drm/i2c: tda998x: fix spelling mistakeColin Ian King1-1/+1
2016-11-18drm/i2c: tda998x: allow sharing of the CEC device accessesRussell King1-19/+34
2016-11-18drm/i2c: tda998x: allow interrupt to be sharedRussell King1-25/+27
2016-11-18drm/i2c: tda998x: power down pre-filter and color conversionRussell King1-0/+4
2016-11-18drm/i2c: tda998x: switch to boolean is_onRussell King1-13/+10
2016-11-18drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()Russell King1-14/+8
2016-11-18drm/i2c: tda998x: group audio functions togetherRussell King1-137/+139
2016-11-18drm/i2c: tda998x: separate connector initialisationRussell King1-20/+26
2016-11-18drm/i2c: tda998x: group connector functions and funcs togetherRussell King1-174/+176
2016-11-18drm/i2c: tda998x: move and rename tda998x_encoder_set_config()Russell King1-20/+20
2016-11-18drm/i2c: tda998x: correct function name in commentsRussell King1-2/+2
2016-11-18drm/i2c: tda998x: only enable audio if supported by sinkRussell King1-3/+24
2016-11-18drm/i2c: tda998x: only configure infoframes and audio if supportedRussell King1-5/+19
2016-11-18drm/i2c: tda998x: avoid race when programming audioRussell King1-2/+2
2016-11-18drm/i2c: tda998x: avoid racy access to mode clockRussell King1-14/+11
2016-11-18drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()Russell King1-4/+3
2016-11-17drm/i2c: tda998x: move audio mutex initialisationRussell King1-2/+2
2016-11-17drm/hisilicon/hibmc: Add support for vblank interruptRongrong Zou2-1/+56
2016-11-17drm/hisilicon/hibmc: Add support for VDACRongrong Zou4-1/+155
2016-11-17drm/hisilicon/hibmc: Add support for display engineRongrong Zou5-2/+558
2016-11-17drm/hisilicon/hibmc: Add support for frame bufferRongrong Zou5-1/+366
2016-11-17drm/hisilicon/hibmc: Add video memory managementRongrong Zou4-1/+541
2016-11-17drm/hisilicon/hibmc: Add hisilicon hibmc drm master driverRongrong Zou7-0/+560
2016-11-17Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-nextDave Airlie55-377/+778
2016-11-17drm/armada: fix NULL pointer comparison warningRavikant B Sharma1-1/+1
2016-11-17drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-7/+1
2016-11-17drm/armada: remove some dead codeChristophe JAILLET1-5/+1
2016-11-17drm/armada: mark symbols static where possibleBaoyou Xie1-2/+2
2016-11-17drm/armada: de-midlayer armadaRussell King2-108/+129
2016-11-17drm/nouveau/disp/gp102: rename from gp104Ben Skeggs14-46/+46
2016-11-17drm/nouveau/ce/gp102: rename from gp104Ben Skeggs4-13/+13
2016-11-17drm/nouveau/fb/gp102: rename from gp104Ben Skeggs4-7/+7
2016-11-17drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indicesBen Skeggs5-2/+80
2016-11-17drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classesBen Skeggs14-28/+32
2016-11-17drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.userBen Skeggs7-92/+106
2016-11-17drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBEHans de Goede2-0/+65
2016-11-17drm/nouveau/devinit/gm200: drop pmu reset sequenceBen Skeggs1-12/+0
2016-11-17drm/nouveau/devinit/gm200: replace while loops with PTIMER-based timeout loopsBen Skeggs1-4/+11
2016-11-17drm/nouveau/pmu/gp102: initial implementationBen Skeggs4-0/+47
2016-11-17drm/nouveau/pmu/gp100: initial implementationBen Skeggs4-0/+38
2016-11-17drm/nouveau/pmu: execute reset before running devinitBen Skeggs1-0/+8