summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-16gpu: ipu-v3: add driver for Prefetch Resolve GasketLucas Stach4-1/+432
2017-03-15gpu: ipu-v3: add driver for Prefetch Resolve EngineLucas Stach4-2/+320
2017-03-15drm/imx: ipuv3-plane: add support for separate alpha planesPhilipp Zabel2-1/+97
2017-03-15drm/imx: extend drm_plane_state_to_eba for separate channel supportPhilipp Zabel1-8/+8
2017-03-15gpu: ipu-v3: add support for separate alpha channelsPhilipp Zabel2-0/+63
2017-03-15drm: add RGB formats with separate alpha planePhilipp Zabel1-0/+8
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel5-11/+62
2017-03-15drm/imx: don't wait for vblank and stop calling cleanup_planes in commit_tailPhilipp Zabel1-4/+0
2017-03-15gpu: ipu-v3: add unsynchronised DP channel disablingPhilipp Zabel4-11/+18
2017-03-15gpu: ipu-v3: remove IRQ dance on DC channel disableLucas Stach1-57/+4
2017-03-15gpu: ipu-cpmem: add bayer formats to ipu_cpmem_set_imagePhilipp Zabel1-0/+13
2017-03-15gpu: ipu-cpmem: set image base address even for incorrect formatsPhilipp Zabel1-2/+6
2017-03-15drm/imx: ipuv3-plane: update overlay plane position also without modesetPhilipp Zabel1-3/+5
2017-03-15drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinatesPhilipp Zabel1-42/+38
2017-03-15Merge tag 'drm-misc-next-2017-03-12' of git://anongit.freedesktop.org/git/drm...Dave Airlie60-942/+1744
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...drm-misc-next-2017-03-12Daniel Vetter19-329/+236
2017-03-10drm: bridge: dw-hdmi: Move the driver to a separate directory.Laurent Pinchart9-27/+31
2017-03-10drm: bridge: dw-hdmi: Switch to regmap for register accessNeil Armstrong1-51/+58
2017-03-10drm: bridge: dw-hdmi: Remove device type from platform dataKieran Bingham3-5/+0
2017-03-10drm: bridge: dw-hdmi: Add support for custom PHY configurationKieran Bingham1-35/+74
2017-03-10drm: bridge: dw-hdmi: Create PHY operationsLaurent Pinchart1-29/+66
2017-03-10drm: bridge: dw-hdmi: Fix the PHY power up sequenceLaurent Pinchart1-28/+37
2017-03-10drm: bridge: dw-hdmi: Fix the PHY power down sequenceLaurent Pinchart1-9/+43
2017-03-10drm: bridge: dw-hdmi: Enable CSC even for DVINeil Armstrong1-2/+2
2017-03-10drm: bridge: dw-hdmi: Move CSC configuration out of PHY codeLaurent Pinchart1-15/+10
2017-03-10drm: bridge: dw-hdmi: Remove unused functionsLaurent Pinchart1-26/+0
2017-03-09drm: Extract drm_file.hDaniel Vetter1-1/+4
2017-03-09drm: rename drm_fops.c to drm_file.cDaniel Vetter3-5/+2
2017-03-09drm: Remove drmP.h include from drm_kms_helper_common.cDaniel Vetter1-2/+1
2017-03-09drm: Extract drm_pci.hDaniel Vetter1-0/+7
2017-03-09drm: Extract drm_prime.hDaniel Vetter1-1/+2
2017-03-09drm/qxl: Remove qxl_debugfs_remove_files()Noralf Trønnes3-15/+0
2017-03-08drm/debugfs: Remove the drm_driver.debugfs_cleanup callbackNoralf Trønnes1-5/+0
2017-03-08drm/msm: Remove msm_debugfs_cleanup()Noralf Trønnes7-26/+9
2017-03-08Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie80-566/+4468
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie127-8200/+18678
2017-03-07drm/dp: Add missing description to parameterTomeu Vizoso1-0/+1
2017-03-07drm/nouveau/fb/gf100-: rework ram detectionBen Skeggs8-101/+179
2017-03-07drm/nouveau/fb/gm200: split ram implementation from gm107Ben Skeggs4-1/+44
2017-03-07drm/nouveau/fb/gf108: split implementation from gf100Ben Skeggs6-1/+87
2017-03-07drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs4-52/+81
2017-03-07drm/nouveau/kms/nv50: use drm core i2c-over-aux algorithmBen Skeggs1-2/+3
2017-03-07drm/nouveau/i2c/g94-: return REPLY_M value on readsBen Skeggs2-0/+2
2017-03-07drm/nouveau/i2c: modify aux interface to return length actually transferredBen Skeggs7-26/+29
2017-03-07drm/nouveau/gp10x: enable secboot and GRAlexandre Courbot1-0/+15
2017-03-07drm/nouveau/gr/gp102: initial supportBen Skeggs9-4/+183
2017-03-07drm/nouveau/falcon: support for gp10x msgqueueAlexandre Courbot4-0/+268
2017-03-07drm/nouveau/secboot: add gp102/gp104/gp106/gp107 supportAlexandre Courbot3-0/+253
2017-03-07drm/nouveau/secboot: put HS code loading code into own fileAlexandre Courbot5-124/+182
2017-03-07drm/nouveau/secboot: support for r375 ACRAlexandre Courbot3-0/+167