summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2015-12-04drm: Fix an unwanted master inheritance v2Thomas Hellstrom2-28/+61
2015-12-04Merge tag 'imx-drm-fixes-2015-12-01' of git://git.pengutronix.de/git/pza/linu...Dave Airlie7-57/+32
2015-12-04Merge tag 'drm-intel-fixes-2015-12-03' of git://anongit.freedesktop.org/drm-i...Dave Airlie9-77/+94
2015-12-02drm/i915: take a power domain reference while checking the HDMI live statusImre Deak1-0/+4
2015-12-02drm/i915: add MISSING_CASE to a few port/aux power domain helpersImre Deak1-3/+3
2015-12-02drm/i915/ddi: fix intel_display_port_aux_power_domain() after HDMI detectImre Deak1-1/+8
2015-12-02drm/i915: Introduce a gmbus power domainVille Syrjälä6-40/+13
2015-12-02drm/i915: Clean up AUX power domain handlingVille Syrjälä3-34/+59
2015-12-02Merge branch 'drm-fixes-rockchip-2015-12-02' of https://github.com/markyzq/ke...Dave Airlie2-25/+19
2015-12-02drm/rockchip: Use CRTC vblank event interfaceDaniel Stone1-1/+1
2015-12-02drm/rockchip: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-12-02drm/rockchip: vop: fix window origin calculationDominik Behr1-2/+2
2015-12-02drm/rockchip: unset pgoff when mmap'ing gemsHeiko Stuebner1-0/+1
2015-12-01drm/rockchip: vop: Correct enabled clocks during setupSjoerd Simons1-22/+14
2015-12-01drm/i915: Check the timeout passed to i915_wait_requestChris Wilson1-2/+10
2015-12-01virtio-gpu: use no-merge for fill-modesMarc-André Lureau1-1/+1
2015-12-01Merge tag 'drm-intel-fixes-2015-11-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie3-11/+29
2015-11-30drm: imx: imx-tve: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-11-28Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie16-917/+948
2015-11-25drm/radeon: make some dpm errors debug onlyAlex Deucher2-3/+3
2015-11-25drm/i915: Don't override output type for DDI HDMITakashi Iwai1-1/+2
2015-11-25drm/i915: Don't compare has_drrs strictly in pipe configTakashi Iwai1-1/+0
2015-11-25drm: imx: convert to drm_crtc_send_vblank_event()Russell King1-1/+2
2015-11-25drm/nouveau/volt/pwm/gk104: fix an off-by-one resulting in the voltage not be...Martin Peres1-1/+1
2015-11-25drm/nouveau/nvif: allow userspace access to its own client objectBen Skeggs2-2/+7
2015-11-25drm/nouveau/gr/gf100-: fix oops when calling zbc methodsBen Skeggs1-2/+2
2015-11-25drm/nouveau/gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK ...Ben Skeggs3-0/+5
2015-11-25drm/nouveau/gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct...Ben Skeggs6-897/+897
2015-11-25drm/nouveau/gr/gf100-: split out per-gpc address calculation macroBen Skeggs2-47/+49
2015-11-25drm/nouveau/bios: return actual size of the buffer retrieved via _ROMBen Skeggs1-0/+1
2015-11-25drm/nouveau/instmem: protect instobj list with a spinlockBen Skeggs2-0/+6
2015-11-25drm/nouveau/pci: enable c800 magic for some unknown Samsung laptopBen Skeggs1-1/+7
2015-11-25drm/nouveau/pci: enable c800 magic for Clevo P157SMKarol Herbst1-1/+7
2015-11-24drm/radeon: make rv770_set_sw_state failures non-fatalAlex Deucher1-1/+1
2015-11-24GPU-DRM-IMX: Delete an unnecessary check before drm_fbdev_cma_restore_mode()Markus Elfring1-2/+1
2015-11-24drm/imx: Remove of_node assignment from ipuv3-crtc driver probePhilipp Zabel1-34/+0
2015-11-24drm/imx: parallel-display: allow to determine bus format from the connected p...Philipp Zabel1-0/+4
2015-11-23drm/amdgpu: move dependency handling out of atomic section v2Christian König1-27/+44
2015-11-23drm/amdgpu: optimize scheduler fence handlingChristian König3-14/+55
2015-11-23drm/i915: Mark uneven memory banks on gen4 desktop as unknown swizzlingChris Wilson1-9/+27
2015-11-20drm/amdgpu: remove vm->mutexChunming Zhou4-20/+2
2015-11-20drm/amdgpu: add mutex for ba_va->valids/invalidsChunming Zhou2-6/+12
2015-11-20drm/amdgpu: adapt vce session create interface changesLeo Liu1-1/+10
2015-11-20drm/amdgpu: vce use multiple cache surface starting from stoneyLeo Liu1-5/+14
2015-11-20drm/amdgpu: reset vce trap interrupt flagLeo Liu1-0/+5
2015-11-20Merge tag 'drm-intel-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie7-52/+118
2015-11-20Merge tag 'topic/drm-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie3-65/+76
2015-11-19drm/atomic-helper: Check encoder/crtc constraintsDaniel Vetter1-0/+8
2015-11-19drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary planeLiu Ying1-0/+4
2015-11-19drm/imx: switch to universal planesPhilipp Zabel5-20/+20