summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Only recover active enginesChris Wilson2019-08-012-16/+26
* drm/i915: Add a wakeref getter for iff the wakeref is already activeChris Wilson2019-08-011-1/+9
* drm/i915: Lift intel_engines_resume() to callersChris Wilson2019-08-015-29/+41
* drm/i915: Fix GEN8_MCR_SELECTOR programmingTvrtko Ursulin2019-07-291-2/+7
* drm/i915: Lock the engine while dumping the active requestChris Wilson2019-07-291-7/+4
* drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin2019-07-291-0/+13
* drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin2019-07-291-1/+16
* drm/i915: fix whitelist selftests with readonly registersLionel Landwerlin2019-07-291-1/+6
* drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.Kenneth Graunke2019-07-291-2/+6
* drm/i915: Keep rings pinned while the context is activeChris Wilson2019-07-295-28/+53
* Merge tag 'drm-intel-next-2019-06-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-06-2125-503/+707
|\
| * drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-195-26/+17
| * drm/i915/execlists: Detect cross-contamination with GuCChris Wilson2019-06-191-0/+1
| * drm/i915: Make the semaphore saturation mask globalChris Wilson2019-06-195-5/+19
| * drm/i915: Don't dereference request if it may have been retired when printingChris Wilson2019-06-181-7/+9
| * drm/i915: Update workarounds selftest for read only regsRobert M. Fosha2019-06-181-4/+39
| * drm/i915: Add whitelist workarounds for ICLJohn Harrison2019-06-181-11/+27
| * drm/i915: Support whitelist workarounds on all enginesJohn Harrison2019-06-181-19/+47
| * drm/i915: Support flags in whitlist WAsJohn Harrison2019-06-181-1/+8
| * drm/i915/gtt: Use a common type for page directoriesMika Kuoppala2019-06-172-2/+2
| * drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-1/+2
| * drm/i915/ehl: Update MOCS table for EHLMatt Roper2019-06-151-0/+8
| * drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-147-103/+109
| * drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-1410-144/+102
| * drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio2019-06-142-4/+4
| * drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-144-5/+5
| * drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-147-40/+40
| * drm/i915: Refine i915_reset.lock_mapChris Wilson2019-06-141-4/+2
| * drm/i915: Discard some redundant cache domain flushesChris Wilson2019-06-141-6/+0
| * drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson2019-06-131-3/+3
| * drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin2019-06-121-3/+3
| * drm/i915: Remove POSTING_READ16Tvrtko Ursulin2019-06-122-4/+5
| * drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson2019-06-121-1/+4
| * drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2019-06-112-5/+4
| * drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-115-26/+28
| * drm/i915: Allow interrupts when taking the timeline->mutexChris Wilson2019-06-101-2/+3
| * drm/i915: Make read_subslice_reg take engineTvrtko Ursulin2019-06-101-11/+12
| * drm/i915: Move i915_check_and_clear_faults to intel_reset.cTvrtko Ursulin2019-06-102-5/+67
| * drm/i915: Tidy intel_execlists_submission_initTvrtko Ursulin2019-06-071-5/+6
| * drm/i915: Convert some more bits to use engine mmio accessorsTvrtko Ursulin2019-06-071-14/+13
| * drm/i915: Extract engine fault reset to a helperTvrtko Ursulin2019-06-071-4/+8
| * drm/i915: Make Gen6/7 RING_FAULT_REG access engine centricTvrtko Ursulin2019-06-072-4/+20
| * drm/i915: Tidy engine mask types in hangcheckTvrtko Ursulin2019-06-071-3/+3
| * drm/i915: Reset only affected engines when handling error captureTvrtko Ursulin2019-06-072-4/+6
| * drm/i915: add in-kernel blitter clientMatthew Auld2019-05-301-0/+1
| * Revert "drm/i915: Expand subslice mask"Jani Nikula2019-05-296-112/+21
| * drm/i915: selftest_lrc: Check the correct variableDan Carpenter2019-05-291-2/+2
| * drm/i915: Expand subslice maskStuart Summers2019-05-286-21/+112
| * drm/i915: Refactor sseu helper functionsStuart Summers2019-05-282-5/+22
| * drm/i915: Move calculation of subslices per slice to new functionStuart Summers2019-05-281-0/+6