summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/selftest_mocs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: add igt_vma_move_to_active_unlockedAndrzej Hajda2022-11-161-0/+1
* drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-3/+1
* drm/i915/gt: Use to_gt() helperMichaƂ Winiarski2021-12-171-1/+1
* drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison2021-07-271-1/+2
* drm/i915/selftest: Fix MOCS selftest for GuC submissionRahul Kumar Singh2021-07-271-14/+35
* drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand2021-07-081-1/+1
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-1/+1
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-12/+23
|\
| * drm/i915/selftests: Use a single copy of the mocs tableChris Wilson2021-03-241-10/+22
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* | drm/i915/selftests: Prepare mocs tests for obj->mm.lock removalMaarten Lankhorst2021-03-241-1/+1
* | drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst2021-03-241-1/+2
|/
* drm/i915/selftests: fix the uint*_t types that have crept inJani Nikula2021-01-141-5/+5
* drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson2020-12-211-28/+1
* drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-161-0/+1
* drm/i915/selftests: Improve granularity for mocs reset checksChris Wilson2020-11-201-19/+21
* drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-101-2/+16
* drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-031-1/+1
* drm/i915/gt: Refactor l3cc/mocs availabilityChris Wilson2020-02-191-6/+18
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-4/+2
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-251-0/+2
* drm/i915/selftests: Add coverage of mocs registersChris Wilson2019-11-141-0/+419