summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-08drm: add helper for printing to log or seq_fileRob Clark2-1/+55
2016-11-08drm: helper macros to print composite typesRob Clark2-16/+3
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 Zhang4-1/+179
2016-11-09dma-buf: return index of the first signaled fence (v2)monk.liu1-5/+16
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/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 Padovan1-0/+30
2016-11-08drm: don't override possible_crtcs for primary/cursor planesRob Clark1-2/+2
2016-11-08drm/edid: Add the missing "Hz" to VIC 58,59 commentVille Syrjälä1-2/+2
2016-11-08drm/gma500: remove unused ioctl declarationsJiang Biao1-4/+0
2016-11-08drm/gma500: make function static to eliminate compiling warningJiang Biao1-1/+1
2016-11-08drm: update the documentation of drm_framebuffer_unregister_privateRongrong Zou1-0/+5
2016-11-08drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUGChris Wilson1-0/+1
2016-11-08drm: Track drm_mm allocators and show leaks on shutdownChris Wilson2-3/+84
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula34-71/+8
2016-11-02drm/gma500: Add compat ioctlPatrik Jakobsson1-0/+3
2016-10-28Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-nextDave Airlie44-207/+904
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie124-1059/+4240
2016-10-27drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CIRex Zhu1-4/+16
2016-10-27drm/amdgpu: disable dpm before turn off clock when vce idle.Rex Zhu1-4/+3
2016-10-27drm/amdgpu: enable uvd bypass mode for CI/VI.Rex Zhu3-8/+44
2016-10-27drm/amdgpu: just not load smc firmware if smu is already runningRex Zhu1-2/+5
2016-10-27drm/amdgpu: when suspend, set boot state instand of disable dpm.Rex Zhu2-4/+15
2016-10-27drm/amdgpu: use failed label to handle context init failureHuang Rui1-9/+9
2016-10-27drm/bridge: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2016-10-27drm/bridge: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-10-26drm: Print some debug/error info during DP dual mode detectImre Deak1-0/+18
2016-10-26drm/bridge: add Silicon Image SiI8620 driverAndrzej Hajda4-0/+3090
2016-10-25drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callbackChristian König1-1/+25
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König11-13/+32
2016-10-25drm/radeon/pm: autoswitch power state when in balanced modeLucas Stach1-1/+5
2016-10-25drm/amd/powerplay: fix spelling mistake and add KERN_WARNING to printksColin Ian King4-8/+8
2016-10-25drm/amdgpu:new ids flag for preemptMonk Liu1-0/+2
2016-10-25drm/amdgpu: mark symbols static where possibleBaoyou Xie1-2/+2
2016-10-25drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie8-7/+11
2016-10-25drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip codeAlex Deucher1-6/+6
2016-10-25drm/amdgpu/atom: remove a bunch of unused functionsAlex Deucher2-92/+0
2016-10-25drm/amdgpu: consolidate atom scratch reg handling for hangsAlex Deucher4-28/+20
2016-10-25drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wbAlex Deucher1-30/+7
2016-10-25drm/amdgpu: add VCE VM session trackingChristian König3-0/+92
2016-10-25drm/amdgpu: improve parse_cs handling a bitChristian König3-4/+11
2016-10-25drm/amdgpu: refine set power state logic for dpm.Rex Zhu1-65/+15
2016-10-25drm/amdgpu: update current ps/requeset ps in adev with real ps.Rex Zhu3-2/+8