summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-10-21drm/amdgpu/powerplay/smu7: fix static checker warningAlex Deucher1-5/+8
2016-10-21Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into d...Dave Airlie2-6/+21
2016-10-21Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie5-73/+146
2016-10-21Merge branch 'drm-armada-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie1-8/+10
2016-10-21Merge branch 'fixes-for-v4.9-rc2' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie4-61/+10
2016-10-20drm/imx: ipuv3-plane: disable local alpha for planes without alpha channelPhilipp Zabel1-0/+1
2016-10-20drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...Philipp Zabel1-0/+11
2016-10-19drm/fsl-dcu: enable pixel clock when enabling CRTCStefan Agner2-20/+3
2016-10-19drm/fsl-dcu: do not transfer registers in mode_set_nofbStefan Agner1-2/+0
2016-10-19drm/fsl-dcu: do not transfer registers on plane initStefan Agner1-5/+0
2016-10-19drm/fsl-dcu: enable TCON bypass mode by defaultStefan Agner2-34/+7
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds6-9/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2-3/+10
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes3-5/+9
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-10-18Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds27-131/+232
2016-10-18drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12Liu Ying1-1/+3
2016-10-18drm/imx: drm_dev_alloc() returns error pointersDan Carpenter1-2/+2
2016-10-18drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modesetLiu Ying1-5/+4
2016-10-18drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying1-1/+2
2016-10-17gpu: ipu-v3: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wei Yongjun1-1/+1
2016-10-17drm/imx: hide an unused labelArnd Bergmann1-0/+2
2016-10-17drm: Print device information again in debugfsDaniel Vetter1-4/+0
2016-10-14drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu2-15/+25
2016-10-14drm/amd/powerplay: notify smu no display by default.Rex Zhu1-1/+1
2016-10-14drm/amdgpu/dpm: implement thermal sensor for CZ/STAlex Deucher1-3/+5
2016-10-14drm/amdgpu/powerplay: implement thermal sensor for CZ/STAlex Deucher1-0/+18
2016-10-14drm/amdgpu: disable smu hw first on tear downAlex Deucher1-0/+24
2016-10-14drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher9-64/+60
2016-10-13drm/amdgpu/si_dpm: Limit clocks on HD86xx partTom St Denis1-0/+6
2016-10-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-13drm/amdgpu: potential NULL dereference in debugfs codeDan Carpenter1-2/+2
2016-10-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-13drm/amd/powerplay: fix static checker warnings in iceland_smc.cRex Zhu1-1/+1
2016-10-13drm/radeon: change vblank_time's calculation method to reduce computational e...Alex Deucher1-7/+8
2016-10-13drm/amdgpu: change vblank_time's calculation method to reduce computational e...Rex Zhu1-6/+8
2016-10-12drm/amdgpu: clarify UVD/VCE special handling for CGAlex Deucher1-9/+11
2016-10-12drm/amd/amdgpu: enable clockgating only after late initArindam Nath1-7/+7
2016-10-12drm/radeon: allow TA_CS_BC_BASE_ADDR on SIMarek Olšák3-1/+4
2016-10-12drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle1-0/+3
2016-10-12drm/amdgpu/gfx8: fix CGCG_CGLS handlingAlex Deucher1-3/+10
2016-10-12drm/radeon: fix modeset tear down codeAlex Deucher1-7/+7
2016-10-12drm/radeon: fix up dp aux tear down (v2)Alex Deucher2-2/+18
2016-10-12drm/amdgpu: use .early_unregister hook to remove DP AUX i2cGrazvydas Ignotas1-1/+12
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds604-51076/+80352
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+1
2016-10-12Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie16-58/+313
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-10-10drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring1-16/+15
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-11/+11