summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-051-0/+8
| * | drm/i915: Add support for mandatory cmdparsingJon Bloomfield2019-11-051-3/+10
| * | drm/i915: Fixup preempt-to-busy vs resubmission of a virtual requestChris Wilson2019-10-161-6/+26
| * | drm/i915/execlists: Refactor -EIO markup of hung requestsChris Wilson2019-10-161-14/+17
| * | drm/i915/gt: execlists->active is serialised by the taskletChris Wilson2019-10-092-9/+21
| * | drm/i915/execlists: Protect peeking at execlists->activeChris Wilson2019-10-091-2/+5
| * | drm/i915: Fixup preempt-to-busy vs reset of a virtual requestChris Wilson2019-10-092-4/+6
| * | drm/i915: Only enqueue already completed requestsChris Wilson2019-10-091-25/+41
| * | drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)Chris Wilson2019-10-091-1/+0
| * | drm/i915: Prevent bonded requests from overtaking each other on preemptionChris Wilson2019-10-071-8/+12
| * | drm/i915: Extend Haswell GT1 PSMI workaround to allChris Wilson2019-10-071-1/+1
| * | drm/i915: Don't mix srcu tag and negative error codesChris Wilson2019-10-072-6/+4
| * | drm/i915: Whitelist COMMON_SLICE_CHICKEN2Kenneth Graunke2019-10-071-0/+3
| * | drm/i915/execlists: Remove incorrect BUG_ON for schedule-outChris Wilson2019-10-071-1/+0
| * | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-2086-2402/+17218
| |\ \
| | * | drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-09-063-18/+29
| * | | drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+Chris Wilson2019-09-091-5/+0
| * | | 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
* | | | 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