summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson11-673/+877
2020-01-10drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson1-3/+28
2020-01-10drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson1-0/+9
2020-01-10drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson1-5/+2
2020-01-10drm/i915/uncore: use new struct drm_device based macros.Wambui Karuga1-12/+13
2020-01-10drm/i915/sideband: convert to using new struct drm_device logging macrosWambui Karuga1-12/+17
2020-01-10drm/i915/lmem: use new struct drm_device based logging macros.Wambui Karuga1-4/+6
2020-01-10drm/i915/pm: use new struct drm_device logging macros.Wambui Karuga1-157/+194
2020-01-10drm/i915/pch: convert to using the drm_dbg_kms() macro.Wambui Karuga1-22/+24
2020-01-09drm/i915/gtt: add missing include file asm/smp.hChen Zhou1-0/+1
2020-01-09drm/i915: Pass cpu_transcoder to assert_pipe_disabled() alwaysVille Syrjälä2-3/+3
2020-01-09drm/i915: Fix MST disable sequenceVille Syrjälä1-10/+12
2020-01-09Merge drm/drm-next into drm-intel-next-queuedJani Nikula1082-14540/+30473
2020-01-09drm/i915: use true,false for bool variable in intel_crt.cMa Feng1-3/+3
2020-01-09drm/i915/dp: use true,false for bool variable in intel_dp.cMa Feng1-2/+2
2020-01-09drm/i915: use true,false for bool variable in i915_debugfs.cMa Feng1-2/+2
2020-01-09drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()Chris Wilson1-4/+1
2020-01-09drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson5-64/+40
2020-01-09drm/i915/gt: Push context state allocation earlierChris Wilson2-8/+28
2020-01-09drm/i915: Pin the context as we work on itChris Wilson4-20/+22
2020-01-09drm/i915: Revert "drm/i915/tgl: Wa_1607138340"Tvrtko Ursulin1-4/+0
2020-01-09drm/i915: Reduce warning for i915_vma_pin_iomap() without runtime-pmChris Wilson1-2/+2
2020-01-09drm/i915: Early return for no-op i915_vma_pin_fence()Chris Wilson1-0/+3
2020-01-09drm/i915/gt: Drop a defunct timeline assertionChris Wilson1-1/+0
2020-01-08drm/i915/display: Fix warning about MST and DDI restrictionsJosé Roberto de Souza1-1/+4
2020-01-08drm/i915/display/icl+: Do not program clockgatingJosé Roberto de Souza2-92/+0
2020-01-08drm/i915/display: Force the state compute phase once to enable PSRJosé Roberto de Souza4-0/+32
2020-01-07drm/i915/gt: Always force restore freshly pinned contextsChris Wilson1-1/+1
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld23-4372/+4559
2020-01-07drm/i915/gt: Take responsibility for engine->release as the last stepChris Wilson2-3/+6
2020-01-07drm/i915/display: Use external dependency loop for port syncJosé Roberto de Souza1-52/+17
2020-01-07drm/i915: fix an error code in intel_modeset_all_tiles()Dan Carpenter1-1/+1
2020-01-07drm/i915: Add missing include file <linux/math64.h>YueHaibing1-0/+1
2020-01-07drm/i915/tgl: Gen-12 display can decompress surfaces compressed by the media ...Dhinakaran Pandiyan5-51/+188
2020-01-07drm/i915: Make sure plane dims are correct for UV CCS planesImre Deak1-2/+6
2020-01-07drm/i915: Add debug message for FB plane[0].offset!=0 errorImre Deak1-1/+4
2020-01-07drm/i915/tgl: Make sure a semiplanar UV plane is tile row size alignedImre Deak1-3/+33
2020-01-07drm/i915: Add support for non-power-of-2 FB plane alignmentImre Deak1-8/+16
2020-01-07drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas Zimmermann1-0/+14
2020-01-07drm/vram-helper: Support struct drm_driver.gem_create_objectThomas Zimmermann1-3/+12
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann5-17/+13
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann5-15/+10
2020-01-07drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon1-1/+266
2020-01-07drm/bridge: Add an ->atomic_check() hookBoris Brezillon2-6/+68
2020-01-07drm/bridge: Patch atomic hooks to take a drm_bridge_stateBoris Brezillon3-32/+78
2020-01-07drm/bridge: Add a drm_bridge_state objectBoris Brezillon3-6/+192
2020-01-06Revert "drm: atmel-hlcdc: enable sys_clk during initalization."Claudiu Beznea1-18/+1
2020-01-06drm: atmel-hlcdc: prefer a lower pixel-clock than requestedPeter Rosin1-2/+2
2020-01-06drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea1-1/+7
2020-01-06drm: atmel-hlcdc: use double rate for pixel clock only if supportedClaudiu Beznea1-3/+3