aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-01drm/i915: Only recover active enginesChris Wilson2-16/+26
2019-08-01drm/i915: Add a wakeref getter for iff the wakeref is already activeChris Wilson1-1/+9
2019-08-01drm/i915: Lift intel_engines_resume() to callersChris Wilson5-29/+41
2019-07-29drm/i915: Fix GEN8_MCR_SELECTOR programmingTvrtko Ursulin1-2/+7
2019-07-29drm/i915: Lock the engine while dumping the active requestChris Wilson1-7/+4
2019-07-29drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin1-0/+13
2019-07-29drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin1-1/+16
2019-07-29drm/i915: fix whitelist selftests with readonly registersLionel Landwerlin1-1/+6
2019-07-29drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.Kenneth Graunke1-2/+6
2019-07-29drm/i915: Keep rings pinned while the context is activeChris Wilson5-28/+53
2019-06-21Merge tag 'drm-intel-next-2019-06-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie25-503/+707
2019-06-19drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson5-26/+17
2019-06-19drm/i915/execlists: Detect cross-contamination with GuCChris Wilson1-0/+1
2019-06-19drm/i915: Make the semaphore saturation mask globalChris Wilson5-5/+19
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-1/+7
2019-06-18drm/i915: Don't dereference request if it may have been retired when printingChris Wilson1-7/+9
2019-06-18drm/i915: Update workarounds selftest for read only regsRobert M. Fosha1-4/+39
2019-06-18drm/i915: Add whitelist workarounds for ICLJohn Harrison1-11/+27
2019-06-18drm/i915: Support whitelist workarounds on all enginesJohn Harrison1-19/+47
2019-06-18drm/i915: Support flags in whitlist WAsJohn Harrison1-1/+8
2019-06-17drm/i915/gtt: Use a common type for page directoriesMika Kuoppala2-2/+2
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula1-1/+2
2019-06-15drm/i915/ehl: Update MOCS table for EHLMatt Roper1-0/+8
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson7-103/+109
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson10-144/+102
2019-06-14drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio2-4/+4
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio4-5/+5
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio7-40/+40
2019-06-14drm/i915: Refine i915_reset.lock_mapChris Wilson1-4/+2
2019-06-14drm/i915: Discard some redundant cache domain flushesChris Wilson1-6/+0
2019-06-13drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson1-3/+3
2019-06-12drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin1-3/+3
2019-06-12drm/i915: Remove POSTING_READ16Tvrtko Ursulin2-4/+5
2019-06-12drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson1-1/+4
2019-06-11drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2-5/+4
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson5-26/+28
2019-06-10drm/i915: Allow interrupts when taking the timeline->mutexChris Wilson1-2/+3
2019-06-10drm/i915: Make read_subslice_reg take engineTvrtko Ursulin1-11/+12
2019-06-10drm/i915: Move i915_check_and_clear_faults to intel_reset.cTvrtko Ursulin2-5/+67
2019-06-07drm/i915: Tidy intel_execlists_submission_initTvrtko Ursulin1-5/+6
2019-06-07drm/i915: Convert some more bits to use engine mmio accessorsTvrtko Ursulin1-14/+13
2019-06-07drm/i915: Extract engine fault reset to a helperTvrtko Ursulin1-4/+8
2019-06-07drm/i915: Make Gen6/7 RING_FAULT_REG access engine centricTvrtko Ursulin2-4/+20
2019-06-07drm/i915: Tidy engine mask types in hangcheckTvrtko Ursulin1-3/+3
2019-06-07drm/i915: Reset only affected engines when handling error captureTvrtko Ursulin2-4/+6
2019-05-30drm/i915: add in-kernel blitter clientMatthew Auld1-0/+1
2019-05-29Revert "drm/i915: Expand subslice mask"Jani Nikula6-112/+21
2019-05-29drm/i915: selftest_lrc: Check the correct variableDan Carpenter1-2/+2
2019-05-28drm/i915: Expand subslice maskStuart Summers6-21/+112
2019-05-28drm/i915: Refactor sseu helper functionsStuart Summers2-5/+22