summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...Dave Airlie2-6/+11
2016-09-20Merge tag 'imx-drm-next-2016-09-19' of git://git.pengutronix.de/git/pza/linux...Dave Airlie16-230/+2612
2016-09-20Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie70-3200/+4809
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie111-842/+26351
2016-09-19drm/i915: Update DRIVER_DATE to 20160919Daniel Vetter1-1/+1
2016-09-19Merge tag 'topic/drm-misc-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie19-104/+84
2016-09-19gpu: ipu-v3: Add queued image conversion supportSteve Longerbeam5-1/+1932
2016-09-19gpu: ipu-v3: Add ipu_rot_mode_is_irt()Steve Longerbeam2-8/+16
2016-09-19gpu: ipu-v3: fix a possible NULL dereferenceLABBE Corentin1-3/+3
2016-09-16drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot3-9/+2
2016-09-16drm/radeon/radeon_device: remove unused functionBaoyou Xie2-20/+0
2016-09-16drm/amdgpu: clean function declarations in amdgpu_ttm.c upBaoyou Xie2-2/+2
2016-09-16drm/amdgpu: use the new ring ib and dma frame size callbacks (v2)Alex Deucher1-2/+5
2016-09-16drm/amdgpu/vce3: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+25
2016-09-16drm/amdgpu/vce2: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+2
2016-09-16drm/amdgpu/vce: add common ring callbacks for ib and dma frame sizeAlex Deucher2-0/+14
2016-09-16drm/amdgpu/uvd6: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+29
2016-09-16drm/amdgpu/uvd5: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+16
2016-09-16drm/amdgpu/uvd4.2: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+16
2016-09-16drm/amdgpu/sdma3: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+18
2016-09-16drm/amdgpu/sdma2.4: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+18
2016-09-16drm/amdgpu/cik_sdma: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+18
2016-09-16drm/amdgpu/si_dma: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+18
2016-09-16drm/amdgpu/gfx8: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+40
2016-09-16drm/amdgpu/gfx7: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+39
2016-09-16drm/amdgpu/gfx6: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+31
2016-09-16drm/amdgpu/ring: add an interface to get dma frame and ib sizeAlex Deucher1-0/+4
2016-09-16drm/amdgpu/sdma3: drop unused functionsAlex Deucher1-25/+0
2016-09-16drm/amdgpu/gfx6: drop gds_switch callbackAlex Deucher1-10/+0
2016-09-16drm/amdgpu/gfx6: add ring_emit_cntxcntlAlex Deucher1-0/+8
2016-09-16drm/amdgpu/gfx6: drop duplicate codeAlex Deucher1-24/+9
2016-09-16drm/amdgpu/si: fix ring size for computeAlex Deucher1-1/+1
2016-09-16drm/amd/powerplay: Partially revert change initialize platform capsRex Zhu1-6/+0
2016-09-16drm/amdgpu: not set cg for vce/uvd in late init.Rex Zhu1-0/+3
2016-09-16drm/amd/powerplay: add pptable point check before use itRex Zhu1-1/+2
2016-09-16drm/amd/powerplay: add pp_table_version in hwmgr.Rex Zhu2-0/+9
2016-09-16drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*.Rex Zhu7-32/+32
2016-09-16drm/amdgpu/vi: Use correct external_rev_id for stoneyJordan Lazare1-1/+1
2016-09-16drm: Fix DisplayPort branch device ID kernel-docMika Kahola1-0/+1
2016-09-16drm/i915: use NULL for NULL pointersJani Nikula1-1/+1
2016-09-16drm/i915: do not use 'false' as a NULL pointerJani Nikula1-2/+2
2016-09-16drm/i915: make intel_dp_compute_bpp staticJani Nikula1-2/+2
2016-09-15drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen1-0/+4
2016-09-15drm/qxl: squash lines for simple wrapper functionsMasahiro Yamada2-10/+4
2016-09-15drm/bridge: analogix_dp: squash lines for simple wrapper functionsMasahiro Yamada1-16/+4
2016-09-15drm/radeon: squash lines for simple wrapper functionsMasahiro Yamada3-15/+3
2016-09-15drm/amdgpu: squash lines for simple wrapper functionsMasahiro Yamada3-15/+3
2016-09-15drm: Add DP branch device info on debugfsMika Kahola3-0/+90
2016-09-15drm/i915: Update bits per component for display infoMika Kahola1-1/+15
2016-09-15drm/i915: Check pixel rate for DP to VGA dongleMika Kahola1-1/+26