summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dp: use true,false for bool variable in intel_dp.cMa Feng2020-01-091-2/+2
* drm/i915: use true,false for bool variable in i915_debugfs.cMa Feng2020-01-091-2/+2
* drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()Chris Wilson2020-01-091-4/+1
* drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson2020-01-095-64/+40
* drm/i915/gt: Push context state allocation earlierChris Wilson2020-01-092-8/+28
* drm/i915: Pin the context as we work on itChris Wilson2020-01-094-20/+22
* drm/i915: Revert "drm/i915/tgl: Wa_1607138340"Tvrtko Ursulin2020-01-091-4/+0
* drm/i915: Reduce warning for i915_vma_pin_iomap() without runtime-pmChris Wilson2020-01-091-2/+2
* drm/i915: Early return for no-op i915_vma_pin_fence()Chris Wilson2020-01-091-0/+3
* drm/i915/gt: Drop a defunct timeline assertionChris Wilson2020-01-091-1/+0
* drm/i915/display: Fix warning about MST and DDI restrictionsJosé Roberto de Souza2020-01-081-1/+4
* drm/i915/display/icl+: Do not program clockgatingJosé Roberto de Souza2020-01-082-92/+0
* drm/i915/display: Force the state compute phase once to enable PSRJosé Roberto de Souza2020-01-084-0/+32
* drm/i915/gt: Always force restore freshly pinned contextsChris Wilson2020-01-071-1/+1
* drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-0723-4372/+4559
* drm/i915/gt: Take responsibility for engine->release as the last stepChris Wilson2020-01-072-3/+6
* drm/i915/display: Use external dependency loop for port syncJosé Roberto de Souza2020-01-071-52/+17
* drm/i915: fix an error code in intel_modeset_all_tiles()Dan Carpenter2020-01-071-1/+1
* drm/i915: Add missing include file <linux/math64.h>YueHaibing2020-01-071-0/+1
* drm/i915/tgl: Gen-12 display can decompress surfaces compressed by the media ...Dhinakaran Pandiyan2020-01-075-51/+188
* drm/i915: Make sure plane dims are correct for UV CCS planesImre Deak2020-01-071-2/+6
* drm/i915: Add debug message for FB plane[0].offset!=0 errorImre Deak2020-01-071-1/+4
* drm/i915/tgl: Make sure a semiplanar UV plane is tile row size alignedImre Deak2020-01-071-3/+33
* drm/i915: Add support for non-power-of-2 FB plane alignmentImre Deak2020-01-071-8/+16
* drm/i915: Limit audio CDCLK>=2*BCLK constraint back to GLK onlyKai Vehmanen2020-01-061-2/+2
* drm/i915/gt: Mark up virtual engine uabi_instanceChris Wilson2020-01-061-0/+2
* drm/i915/gt: Use memset_p to clear the portsChris Wilson2020-01-061-5/+10
* drm/i915/gt: Drop mutex serialisation between context pin/unpinChris Wilson2020-01-062-17/+26
* drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and coChris Wilson2020-01-062-13/+10
* drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson2020-01-067-15/+41
* drm/i915/selftests: Impose a timeout for request submissionChris Wilson2020-01-061-5/+21
* drm/i915/selftests: Fixup sparse __user annotation on local varChris Wilson2020-01-061-1/+2
* drm/i915: Create dumb buffer from LMEMRamalingam C2020-01-051-7/+22
* drm/i915: lookup for mem_region of a mem_typeRamalingam C2020-01-052-0/+17
* drm/i915/selftests: Compare user mmap against GPUChris Wilson2020-01-041-0/+129
* drm/i915/selftests: Extend fault handler selftests to all memory regionsAbdiel Janulgue2020-01-041-89/+217
* drm/i915/gem: Extend mmap support for lmemAbdiel Janulgue2020-01-043-22/+39
* drm/i915/selftests: Make headers self-containedChris Wilson2020-01-037-11/+31
* drm/i915/selftests: Move igt_atomic_section[] out of the headerChris Wilson2020-01-033-40/+49
* drm/i915/gem: Support discontiguous lmem object mapsChris Wilson2020-01-035-123/+78
* drm/i915/gt: Always poison the kernel_context image before unparkingChris Wilson2020-01-033-3/+21
* drm/i915/gt: Discard stale context state from across idlingChris Wilson2020-01-033-8/+11
* drm/i915/gt: Ignore stale context state upon resumeChris Wilson2020-01-032-2/+11
* drm/i915/gt: Clear LRC image inlineChris Wilson2020-01-032-43/+58
* drm/i915/gt: Include a bunch more rcs image stateChris Wilson2020-01-032-1/+94
* drm/i915/dsi: Control panel and backlight enable GPIOs on BYTHans de Goede2020-01-032-1/+66
* drm/i915/dsi: Move Crystal Cove PMIC panel GPIO lookup from mfd to the i915 d...Hans de Goede2020-01-032-20/+22
* drm/i915/dsi: Init panel-enable GPIO to low when the LCD is initially off (v2)Hans de Goede2020-01-033-6/+7
* drm/i915/dsi: Move poking of panel-enable GPIO to intel_dsi_vbt.cHans de Goede2020-01-033-27/+48
* drm/i915/gt: Flush ongoing retires during wait_for_idleChris Wilson2020-01-033-9/+19