aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-11drm/amdgpu: refine uvd_4.2 clock gate sequence.Rex Zhu2-39/+9
2016-11-11drm/amd/powerplay: delete duplicate code in smu7_hwmgr.cRex Zhu1-7/+0
2016-11-11drm/amd/powerplay: enable voltage control by default for dgpu.Rex Zhu1-6/+3
2016-11-11drm/amd/powerplay: fix code styleRex Zhu1-2/+3
2016-11-11drm/amdgpu: delete duplicate module parameter.Rex Zhu2-9/+9
2016-11-11drm/amdgpu: use mask bit for deep sleep feature on dpm.Rex Zhu4-3/+5
2016-11-11drm/amd/powerplay: use mask bit for deepsleep/power tune feature.Rex Zhu2-4/+2
2016-11-11drm/amdgpu/powerplay: pp module only enable smu when dpm disabled.Rex Zhu3-15/+44
2016-11-11drm/amdgpu:bypass avfs event manager for sriovTrigger Huang1-1/+5
2016-11-11drm/amdgpu:no gpu scheduler for KIQTrigger Huang1-18/+21
2016-11-11drm/amdgpu: Add a ring type KIQ definitionTrigger Huang1-1/+2
2016-11-11drm/amdgpu: enable UVD clockgating in Polaris-10/11Maruthi Srinivas Bayyavarapu1-2/+2
2016-11-11drm/amd/amdgpu: expose fan rpm though hwmonGrazvydas Ignotas2-0/+26
2016-11-11drm/amd/powerplay: export a function to read fan rpmGrazvydas Ignotas2-0/+19
2016-11-11drm/amdgpu: remove amdgpu_cs_handle_lockupHuang Rui1-11/+0
2016-11-11drm/amdgpu: cleanup amdgpu_cs_ioctl to make code logicality clearHuang Rui1-16/+16
2016-11-11drm/amd/powerplay: make CAC feature controlled by module parameter.Rex Zhu1-13/+7
2016-11-11drm/amd/powerplay: add new bit mask to ctrl clock stretch feature.Rex Zhu2-2/+3
2016-11-11Merge tag 'zxdrm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-nextDave Airlie16-0/+2372
2016-11-11Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-nextDave Airlie5-40/+92
2016-11-11Merge tag 'dw-hdmi-next-2016-09-19' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie3-12/+290
2016-11-11Merge tag 'imx-drm-next-2016-11-10' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie7-134/+125
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie78-171/+969
2016-11-11Merge tag 'drm-intel-next-2016-11-08' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie79-4778/+6746
2016-11-09drm: Make DRM_DEBUG_MM depend on STACKTRACE_SUPPORTChris Wilson1-0/+1
2016-11-09gpu: ipu-di: silence videomode logspamLucas Stach1-1/+1
2016-11-09drm/i915: Restrict DRM_DEBUG_MM automatic selectionChris Wilson1-1/+1
2016-11-09drm: Restrict stackdepot usage to builtin drm.koChris Wilson1-1/+1
2016-11-08drm/msm: module param to dump state on error irqRob Clark3-0/+25
2016-11-08drm/msm/mdp5: add atomic_print_state supportRob Clark2-1/+29
2016-11-08drm/atomic: add debugfs file to dump out atomic stateRob Clark3-0/+79
2016-11-08drm/atomic: add new drm_debug bit to dump atomic stateRob Clark5-0/+133
2016-11-08drm: add helpers to go from plane state to drm_rectRob Clark4-26/+30
2016-11-08drm: add helper for printing to log or seq_fileRob Clark4-1/+189
2016-11-08drm: helper macros to print composite typesRob Clark3-16/+24
2016-11-09reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König1-4/+1
2016-11-09drm/ttm: fix ttm_bo_waitChristian König1-1/+8
2016-11-09dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher1-3/+0
2016-11-09dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher1-3/+5
2016-11-09drm/amdgpu: add the interface of waiting multiple fences (v4)Junwei Zhang5-1/+207
2016-11-09dma-buf: return index of the first signaled fence (v2)monk.liu2-6/+18
2016-11-08MAINTAINERS: update Sync File Framework filesGustavo Padovan1-1/+3
2016-11-08dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan1-1/+1
2016-11-08dma-buf/sw_sync: mark sync_timeline_create() staticBaoyou Xie1-1/+1
2016-11-08drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson1-0/+2
2016-11-08drm: mali-dp: Clear CVAL when leaving config modeBrian Starkey1-0/+2
2016-11-08drm/plane: add inline doc for struct drm_planeGustavo Padovan1-14/+44
2016-11-08drm/msm: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan1-1/+2
2016-11-08drm/imx: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan1-2/+4
2016-11-08drm/atomic: add drm_atomic_set_fence_for_plane()Gustavo Padovan3-1/+33