aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-07-27drm/i915/chv: Add unique power well ID for the pipe A power wellImre Deak2-5/+7
2017-07-27drm/i915: Simplify scaler init during CRTC HW readoutImre Deak1-6/+1
2017-07-27drm/i915: Fix scaler init during CRTC HW state readoutImre Deak1-7/+7
2017-07-27drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson3-0/+175
2017-07-27drm/i915: Disable per-engine reset for BroxtonChris Wilson1-0/+1
2017-07-27drm/i915: Emit a user level message when resetting the GPU (or engine)Chris Wilson1-3/+5
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson6-27/+30
2017-07-27drm/i915: Clear engine irq posted following a resetChris Wilson1-0/+2
2017-07-27drm/i915: Assert that machine is wedged for nop_submit_requestChris Wilson1-0/+1
2017-07-27drm/i915: Wake up waiters after setting the WEDGED bitChris Wilson1-1/+3
2017-07-27drm/i915: Move idle checks before intel_engine_init_global_seqno()Chris Wilson2-3/+4
2017-07-27drm/i915: Clear execlist port[] before updating seqno on wedgingChris Wilson1-7/+7
2017-07-27drm/i915: Check the execlist queue for pending requests before declaring idleChris Wilson1-0/+4
2017-07-27drm/i915: Check execlist/ring status during hangcheckChris Wilson1-1/+1
2017-07-27drm/i915: Flush the execlist ports if idleChris Wilson1-10/+26
2017-07-27drm/i915: Serialize per-engine resets against new requestsChris Wilson1-9/+7
2017-07-27drm/i915: Reset context image on engines after triggering the resetChris Wilson1-3/+2
2017-07-27drm/i915: Report execlists irq bit in debugfsChris Wilson1-2/+4
2017-07-27Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter243-2971/+5555
2017-07-27drm: exynos: mark pm functions as __maybe_unusedArnd Bergmann1-4/+2
2017-07-27drm/exynos: select CEC_CORE if CEC_NOTIFIERHans Verkuil1-0/+1
2017-07-27drm/exynos/hdmi: fix disable sequenceAndrzej Hajda1-2/+0
2017-07-27drm/exynos: mic: add a bridge at probeInki Dae1-9/+15
2017-07-27drm/exynos/dsi: Remove error handling for bridge_node DT parsingHoegeun Kwon1-2/+0
2017-07-27drm/exynos: dsi: do not try to find bridgeInki Dae1-3/+5
2017-07-27drm: exynos: hdmi: make of_device_ids const.Arvind Yadav1-1/+1
2017-07-27drm: exynos: constify mixer_match_types and *_mxr_drv_data.Arvind Yadav1-5/+5
2017-07-27exynos_drm: Clean up duplicated assignment in exynos_drm_driverGabriel Krisman Bertazi1-1/+0
2017-07-26Merge airlied/drm-next into drm-misc-nextSean Paul10-51/+79
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie10-51/+79
2017-07-26drm/bridge: Add a devm_ allocator for panel bridge.Eric Anholt1-0/+30
2017-07-26drm/vc4: add HDMI CEC supportHans Verkuil3-6/+345
2017-07-26drm/vc4: prepare for CEC supportHans Verkuil1-30/+29
2017-07-26drm/stm: dsi: Constify phy ops structurePhilippe CORNU1-1/+1
2017-07-26drm/stm: ltdc: Cleanup rename returned valuePhilippe CORNU1-5/+5
2017-07-26drm/stm: ltdc: add devm_reset_control & platform_get_ressourcePhilippe CORNU1-4/+5
2017-07-26drm/stm: ltdc: Constify funcs structuresPhilippe CORNU1-3/+3
2017-07-26drm/stm: ltdc: Lindent and minor cleanupsPhilippe CORNU1-87/+85
2017-07-26drm/stm: ltdc: Cleanup signal polarity definesPhilippe CORNU1-18/+10
2017-07-26drm/stm: drv: Rename platform driver namePhilippe CORNU1-14/+7
2017-07-26drm: stm: remove "default y" in Kconfig[email protected]1-1/+0
2017-07-26drm/stm: Add STM32 DSI controller driverPhilippe CORNU3-0/+361
2017-07-26drm/hisilicon: fix build error without fbdev emulationArnd Bergmann2-9/+2
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard3-61/+36
2017-07-26drm: Improve kerneldoc for drm_modeset_lockLiviu Dudau1-2/+10
2017-07-26drm/hisilicon: Remove custom FB helper deferred setupThierry Reding1-10/+10
2017-07-26drm/exynos: Remove custom FB helper deferred setupThierry Reding2-27/+5
2017-07-26drm/fb-helper: Support deferred setupDaniel Vetter1-35/+67
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring25-80/+72
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter138-2319/+3366