summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-04-01drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu2-0/+19
2016-04-01drm/amd/powerplay: fix segment fault issue in multi-display case.Rex Zhu1-5/+8
2016-04-01drm/udl: Use unlocked gem unreferencingDaniel Vetter2-2/+2
2016-04-01drm/dp: move hw_mutex up the call stackRob Clark1-10/+17
2016-04-01Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/marky...Dave Airlie4-15/+100
2016-04-01Merge branch 'msm-fixes-4.6-rc1' of git://people.freedesktop.org/~robclark/li...Dave Airlie3-5/+1
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie6-2/+32
2016-03-31drm/imx: Don't set a gamma table sizeDaniel Vetter1-10/+0
2016-03-31drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determinedLiu Ying1-2/+2
2016-03-31gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eotLiu Ying2-3/+3
2016-03-31gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return voidLiu Ying2-8/+2
2016-03-31gpu: ipu-v3: ipu-dmfc: Protect function ipu_dmfc_init_channel() with mutexLiu Ying1-0/+4
2016-03-31drm/imx: dw_hdmi: Don't call platform_set_drvdata()Douglas Anderson1-2/+0
2016-03-31drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error pathDouglas Anderson1-1/+10
2016-03-31drm/imx: ipuv3-plane: fix planar YUV 4:2:0 supportPhilipp Zabel1-0/+12
2016-03-31drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitationsPhilipp Zabel2-12/+95
2016-03-31gpu: ipu-cpmem: modify ipu_cpmem_set_yuv_planar_full for better controlPhilipp Zabel1-43/+36
2016-03-31drm/qxl: fix cursor position with non-zero hotspotJohn Keeping2-4/+11
2016-03-28drm/amdgpu: Don't move pinned BOsMichel Dänzer2-0/+10
2016-03-28drm/radeon: Don't move pinned BOsMichel Dänzer2-0/+10
2016-03-28drm/radeon: add a dpm quirk for all R7 370 partsAlex Deucher1-0/+4
2016-03-28drm/radeon: add another R7 370 quirkAlex Deucher1-0/+1
2016-03-28drm/rockchip: dw_hdmi: Don't call platform_set_drvdata()Douglas Anderson1-2/+0
2016-03-28drm/rockchip: vop: Fix vop crtc cleanupDouglas Anderson1-3/+24
2016-03-28drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error pathDouglas Anderson1-1/+10
2016-03-28drm/rockchip: vop: Disable planes when disabling CRTCTomeu Vizoso1-0/+15
2016-03-28drm/rockchip: vop: Don't reject empty modesetsTomeu Vizoso1-3/+0
2016-03-28drm/rockchip: cancel pending vblanks on closeJohn Keeping3-0/+43
2016-03-28drm/rockchip: vop: fix crtc size in plane checkJohn Keeping1-6/+8
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-80/+121
2016-03-25drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5Alex Deucher1-0/+1
2016-03-25drm/amd: Beef up ACP Kconfig menu textBorislav Petkov1-2/+6
2016-03-25Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie4-58/+102
2016-03-24Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie6-22/+19
2016-03-24drm/msm: fix typo in the !COMMON_CLK caseRob Clark1-1/+1
2016-03-24drm/msm: fix bug after preclose removalRob Clark2-4/+0
2016-03-23drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2-2/+2
2016-03-22drm/radeon/mst: cleanup code indentationDave Airlie1-8/+6
2016-03-22drm/radeon/mst: fix regression in lane/link handling.Dave Airlie1-10/+2
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds644-27222/+38094
2016-03-21drm/amdgpu: add invalidate_page callback for userptrsChristian König1-26/+72
2016-03-21drm/amdgpu: Revert "remove the userptr rmn->lock"Christian König1-8/+14
2016-03-21drm/amdgpu: clean up path handling for powerplayAlex Deucher1-7/+7
2016-03-21drm/amd/powerplay: fix memory leak of tdp_tableColin Ian King1-1/+3
2016-03-21drm/amdgpu: release_pages requires linux/pagemap.hStephen Rothwell2-0/+2
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-14/+11
2016-03-20drm: remove excess descriptionLuis de Bethencourt1-1/+0
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+11
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson3-14/+10
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+6