summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-09drm: Restrict stackdepot usage to builtin drm.koChris Wilson1-1/+1
2016-11-09drm/msm: module param to dump state on error irqRob Clark3-0/+25
2016-11-09drm/msm/mdp5: add atomic_print_state supportRob Clark2-1/+29
2016-11-09drm/atomic: add debugfs file to dump out atomic stateRob Clark3-0/+79
2016-11-09drm/atomic: add new drm_debug bit to dump atomic stateRob Clark5-0/+133
2016-11-09drm: add helpers to go from plane state to drm_rectRob Clark4-26/+30
2016-11-09drm: add helper for printing to log or seq_fileRob Clark4-1/+189
2016-11-09drm: helper macros to print composite typesRob Clark3-16/+24
2016-11-08reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König1-4/+1
2016-11-08drm/ttm: fix ttm_bo_waitChristian König1-1/+8
2016-11-08dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher1-3/+0
2016-11-08dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher1-3/+5
2016-11-08drm/amdgpu: add the interface of waiting multiple fences (v4)Junwei Zhang5-1/+207
2016-11-08dma-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/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
2016-11-08drm: don't override possible_crtcs for primary/cursor planesRob Clark1-2/+2
2016-11-08drm/uapi: Add a warning that mode flags must match the xrandr definitionsVille Syrjälä1-1/+9
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/atomic-helper: fix reference to drm_atomic_helper_commit_planesStefan Agner1-8/+8
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 Wilson3-3/+90
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula35-71/+13
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 Airlie144-1332/+4865
2016-10-28Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie153-4595/+4293
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: mark drm_of_component_match_add dummy inlineArnd Bergmann1-4/+5
2016-10-26drm/bridge: add Silicon Image SiI8620 driverAndrzej Hajda4-0/+3090
2016-10-26dt-bindings: add Silicon Image SiI8620 bridge bindingsAndrzej Hajda1-0/+33
2016-10-26video: add header file for Mobile High-Definition Link (MHL) interfaceAndrzej Hajda1-0/+291
2016-10-25drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callbackChristian König1-1/+25