summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-06-19drm/i915: Don't enable backlight at setup time.Dhinakaran Pandiyan1-2/+0
2017-06-19drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()Ville Syrjälä1-4/+5
2017-06-19drm/i915: Fix deadlock witha the pipe A quirk during resumeVille Syrjälä1-9/+12
2017-06-19drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson1-1/+14
2017-06-19drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson1-21/+29
2017-06-19drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson5-24/+48
2017-06-13drm/i915: Fix GVT-g PVINFO version compatibility checkZhenyu Wang2-12/+6
2017-06-13drm/i915: Fix SKL+ watermarks for 90/270 rotationVille Syrjälä1-12/+24
2017-06-13drm/i915: Fix scaling check for 90/270 degree plane rotationVille Syrjälä1-6/+8
2017-06-08drm/i915: fix warning for unused variableJani Nikula1-2/+0
2017-06-07drm/i915: Fix 90/270 rotated coordinates for FBCVille Syrjälä1-12/+7
2017-06-07drm/i915: Restore has_fbc=1 for ILK-MVille Syrjälä1-1/+1
2017-06-07drm/i915: Workaround VLV/CHV DSI scanline counter hardware failVille Syrjälä2-0/+30
2017-06-07drm/i915: Fix logical inversion for gen4 quirkingChris Wilson1-1/+1
2017-06-07drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionallyChris Wilson1-1/+2
2017-06-07drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2.Maarten Lankhorst1-0/+9
2017-06-07drm/i915: Prevent the system suspend complete optimizationImre Deak1-0/+9
2017-06-07drm/i915/psr: disable psr2 for resolution greater than 32X20Nagaraju, Vathsala1-2/+3
2017-06-07drm/i915: Hold a wakeref for probing the ring registersChris Wilson1-1/+17
2017-06-07drm/i915: Short-circuit i915_gem_wait_for_idle() if already idleChris Wilson1-0/+4
2017-06-07drm/i915: Disable decoupled MMIOKai Chen1-1/+0
2017-06-07drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko1-2/+0
2017-06-07drm/i915: Serialize GTT/Aperture accesses on BXTJon Bloomfield2-0/+113
2017-06-02Merge tag 'drm-dp-quirk-for-v4.12-rc4' of git://people.freedesktop.org/~airli...Linus Torvalds7-58/+115
2017-06-02Merge tag 'topic/dp-quirks-2017-05-31' of git://anongit.freedesktop.org/git/d...Dave Airlie7-58/+115
2017-06-02Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+15
2017-06-01Merge tag 'exynos-drm-fixes-for-v4.12' of git://git.kernel.org/pub/scm/linux/...Dave Airlie3-28/+11
2017-06-01Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-27/+68
2017-06-01Merge branch 'msm-fixes-4.12-rc4' of git://people.freedesktop.org/~robclark/l...Dave Airlie10-20/+35
2017-06-01Merge tag 'drm-intel-fixes-2017-05-29' of git://anongit.freedesktop.org/git/d...Dave Airlie10-79/+55
2017-05-31drm/amdgpu: Program ring for vce instance 1 at its register spaceLeo Liu1-27/+68
2017-05-29drm/i915: Detect USB-C specific dongles before reducing M and NJani Nikula4-12/+26
2017-05-29drm/dp: start a DPCD based DP sink/branch device quirk databaseJani Nikula1-2/+50
2017-05-29drm/i915: use drm DP helper to read DPCD descJani Nikula3-46/+6
2017-05-29drm/dp: add helper for reading DP sink/branch device desc from DPCDJani Nikula1-0/+35
2017-05-29drm/exynos: clean up description of exynos_drm_crtcInki Dae1-4/+1
2017-05-29drm/exynos: dsi: Remove bridge node reference in removalHoegeun Kwon1-0/+4
2017-05-29drm/exynos: dsi: Fix the parse_dt functionHoegeun Kwon1-17/+5
2017-05-29drm/exynos: Merge pre/postclose hooksDaniel Vetter1-7/+1
2017-05-28drm/amd/powerplay: Use designated initializersKees Cook1-10/+10
2017-05-28drm/amdgpu: Use designated initializersKees Cook1-5/+5
2017-05-27drm/msm: Fix the check for the command sizeJordan Crouse1-2/+3
2017-05-27drm/msm: Take the mutex before calling msm_gem_new_implJordan Crouse1-0/+6
2017-05-27drm/msm: for array in-fences, check if all backing fences are from our own co...Philipp Zabel1-5/+4
2017-05-27drm/msm: constify irq_domain_opsTobias Klauser1-1/+1
2017-05-27drm/msm/mdp5: release hwpipe(s) for unused planesRob Clark1-0/+4
2017-05-27drm/msm: Reuse dma_fence_release.Eric Anholt1-8/+2
2017-05-27drm/msm: Expose our reservation object when exporting a dmabuf.Eric Anholt3-0/+9
2017-05-27drm/msm/gpu: check legacy clk names in get_clocks()Rob Clark1-2/+2
2017-05-27drm/msm/mdp5: use __drm_atomic_helper_plane_duplicate_state()Rob Clark1-2/+3