summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-07gpu: ipu-v3: add ipu_csi_set_downsizePhilipp Zabel2-0/+17
2016-11-07drm/imx: imx-ldb: remove unnecessary double disable checkPhilipp Zabel1-12/+0
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-07Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-nextDave Airlie104-1865/+4130
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
2016-11-07drm/nouveau/kms/nv50: transition to atomic interfaces internallyBen Skeggs3-89/+779
2016-11-07drm/nouveau/kms/nv50: turn mode_set_base_atomic() into a stubBen Skeggs1-3/+1
2016-11-07drm/nouveau/kms/nv50: convert encoder mode_fixup into an atomic_check()Ben Skeggs1-17/+53
2016-11-07drm/nouveau/kms/nv50: clean-up encoder functionsBen Skeggs3-140/+122
2016-11-07drm/nouveau/kms/nv50: ensure encoder normal power state is enabled at startupBen Skeggs1-0/+19
2016-11-07drm/nouveau/kms/nv50: prepare ctxdma interface to be usable with atomicBen Skeggs1-105/+92
2016-11-07drm/nouveau/kms/nv50: separate out cursor channel commitBen Skeggs1-40/+158
2016-11-07drm/nouveau/kms/nv50: separate out base channel commitBen Skeggs1-92/+743
2016-11-07drm/nouveau/kms/nv50: separate out vblank dmi commitBen Skeggs1-22/+2
2016-11-07drm/nouveau/kms/nv50: separate out procamp commitBen Skeggs1-17/+50
2016-11-07drm/nouveau/kms/nv50: separate out dither commitBen Skeggs1-31/+70
2016-11-07drm/nouveau/kms/nv50: separate out viewport commitBen Skeggs2-93/+129
2016-11-07drm/nouveau/kms/nv50: separate out base/ovly channel usage bounds commitBen Skeggs1-15/+71
2016-11-07drm/nouveau/kms/nv50: separate out cursor surface commitBen Skeggs2-51/+97
2016-11-07drm/nouveau/kms/nv50: separate out lut commitBen Skeggs1-51/+70
2016-11-07drm/nouveau/kms/nv50: separate out core surface commitBen Skeggs1-45/+175
2016-11-07drm/nouveau/kms/nv50: separate out mode commitBen Skeggs2-55/+167