summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Save irqstate around virtual_context_destroyChris Wilson2019-12-091-2/+3
* Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-0616-64/+264
|\
| * drm/i915: Reduce nested prepare_remote_context() to a trylockChris Wilson2019-11-271-4/+17
| * drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson2019-11-261-9/+4
| * drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson2019-11-257-3/+108
| * drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson2019-11-251-6/+21
| * drm/i915/execlists: Fixup cancel_port_requests()Chris Wilson2019-11-251-9/+7
| * drm/i915/gt: Mark the execlists->active as the primary volatile accessChris Wilson2019-11-252-13/+18
| * drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson2019-11-251-7/+40
| * drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson2019-11-253-12/+32
| * drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-257-7/+23
| * drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson2019-11-251-1/+1
* | Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-2876-2765/+9009
|\|
| * Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"Chris Wilson2019-11-221-2/+7
| * drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC submissionDon Hiatt2019-11-181-0/+15
| * drm/i915/gt: Wait for new requests in intel_gt_retire_requests()Chris Wilson2019-11-181-8/+3
| * drm/i915: Restore GT coarse power gating workaroundImre Deak2019-11-181-2/+7
| * Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/...Dave Airlie2019-11-153-58/+66
| |\
| | * drm/i915/execlists: Move reset_active() from schedule-out to schedule-inChris Wilson2019-11-131-56/+62
| | * drm/i915: Protect context while grabbing its name for the requestChris Wilson2019-11-121-0/+2
| | * drm/i915/gt: Only drop heartbeat.systole if the sole ownerChris Wilson2019-11-111-2/+2
| * | Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie2019-11-141-3/+10
| |\ \
| * | | drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak2019-11-144-0/+77
| | |/ | |/|
| * | drm/i915/selftests: Add intel_gt_suspend_prepareChris Wilson2019-11-051-0/+1
| * | drm/i915/gt: Drop false assertion on user_forcewakeChris Wilson2019-11-051-1/+0
| * | drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson2019-11-054-8/+46
| * | drm/i915/gt: Move user_forcewake application to GTChris Wilson2019-11-051-0/+22
| * | drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson2019-11-053-4/+40
| * | drm/i915/selftests: Start kthreads before stoppingChris Wilson2019-11-012-0/+4
| * | drm/i915/guc: drop guc shared areaDaniele Ceraolo Spurio2019-10-312-49/+3
| * | drm/i915: drop lrc header pageDaniele Ceraolo Spurio2019-10-313-43/+5
| * | drm/i915/selftests: Pretty print the i915_activeChris Wilson2019-10-311-0/+4
| * | drm/i915/selftests: Assert that the idle_pulse is sentChris Wilson2019-10-311-1/+3
| * | drm/i915/uc: define GuC and HuC binaries for TGLDaniele Ceraolo Spurio2019-10-301-0/+5
| * | drm/i915/gt: Always track callers to intel_rps_mark_interactive()Chris Wilson2019-10-303-6/+9
| * | drm/i915/gt: Make timeslice duration configurableChris Wilson2019-10-295-18/+54
| * | drm/i915: Fix i915_inject_load_error() name to read *_probe_*Janusz Krzysztofik2019-10-294-15/+17
| * | drm/i915/tgl: Add perf support on TGLLionel Landwerlin2019-10-291-0/+1
| * | drm/i915/selftests: check for missing apertureMatthew Auld2019-10-291-4/+10
| * | drm/i915: don't allocate the ring in stolen if we lack apertureMatthew Auld2019-10-291-1/+3
| * | drm/i915: Don't try to place HWS in non-existing mappable regionMichal Wajdeczko2019-10-291-1/+1
| * | drm/i915/execlists: Use vfunc to check engine submission modeMichal Wajdeczko2019-10-282-1/+11
| * | drm/i915/selftests: Initialise err in case there are no engines!Chris Wilson2019-10-281-2/+2
| * | drm/i915/execlists: Simply walk back along request timeline on resetChris Wilson2019-10-281-20/+14
| * | drm/i915/selftests: Check a few more fixed locations within the context imageChris Wilson2019-10-281-1/+26
| * | drm/i915/gt: Tidy up rps irq handler to use intel_gtChris Wilson2019-10-281-5/+3
| * | drm/i915/selftests: Drop global engine lookup for gt selftestsChris Wilson2019-10-281-3/+3
| * | drm/i915/rps: Flip interpretation of ips fmin/fmax to max rpsChris Wilson2019-10-271-3/+5
| * | drm/i915: Extract the GuC interrupt handlersAndi Shyti2019-10-261-0/+89
| * | drm/i915: Extract GT render power state managementAndi Shyti2019-10-2611-33/+2031