summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie65-147/+637
2016-11-11Merge tag 'drm-intel-next-2016-11-08' of git://anongit.freedesktop.org/git/dr...Dave Airlie77-4782/+6751
2016-11-09drm: Make DRM_DEBUG_MM depend on STACKTRACE_SUPPORTChris Wilson1-0/+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 Clark2-0/+72
2016-11-08drm/atomic: add new drm_debug bit to dump atomic stateRob Clark1-0/+93
2016-11-08drm: add helpers to go from plane state to drm_rectRob Clark3-26/+6
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-08drm/i915: Update DRIVER_DATE to 20161108Daniel Vetter1-2/+2
2016-11-07drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson1-0/+8
2016-11-07drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...Imre Deak1-0/+3
2016-11-07drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak3-0/+33
2016-11-07drm/i915: Avoid early GPU idling due to race with new requestImre Deak1-0/+7
2016-11-07drm/i915: Avoid early GPU idling due to already pending idle workImre Deak1-3/+3
2016-11-07drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson1-2/+16
2016-11-07drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson1-1/+1
2016-11-07drm/i915: Remove the vma from the object list upon closeChris Wilson1-2/+3
2016-11-07drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutexBen Skeggs2-6/+11
2016-11-07drm/nouveau/gr: fallback to legacy paths during firmware lookupAlexandre Courbot1-4/+46
2016-11-07drm/nouveau/kms/nv50: initial support for DP 1.2 multi-streamBen Skeggs4-2/+571
2016-11-07drm/nouveau/kms/nv50: allow encoder update to be called from other modulesBen Skeggs2-44/+44
2016-11-07drm/nouveau/kms/nv50: rename remaining nv50_crtc to nv50_headBen Skeggs1-58/+55
2016-11-07drm/nouveau/kms/nv50: remove code to create ctxdma for every framebufferBen Skeggs3-90/+7
2016-11-07drm/nouveau/kms/nv50: remove code to support non-atomic page flipsBen Skeggs8-288/+27
2016-11-07drm/nouveau/kms/nv50: remove code to support non-atomic connector propertiesBen Skeggs4-27/+9
2016-11-07drm/nouveau/kms/nv50: remove code to support non-atomic dpmsBen Skeggs2-84/+2
2016-11-07drm/nouveau/kms/nv50: remove code to support non-atomic modesetsBen Skeggs1-386/+0