summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_engine_user.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/mtl: don't expose GSC command streamer to the userDaniele Ceraolo Spurio2022-11-071-6/+21
* drm/i915/mtl: add initial definitions for GSC CSDaniele Ceraolo Spurio2022-11-071-0/+1
* drm/i915/xehp: Add compute engine ABIMatt Roper2022-04-291-1/+1
* drm/i915: Count engine instances per uabi classTvrtko Ursulin2022-04-051-5/+6
* drm/i915/xehp: Define compute class and engineMatt Roper2022-03-021-1/+4
* drm/i915/gt: Use to_gt() helperMichał Winiarski2021-12-171-1/+1
* drm/i915/guc: Implement GuC priority managementMatthew Brost2021-07-271-0/+4
* drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost2021-06-181-1/+1
* Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-2/+1
|\
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski2020-07-061-1/+1
* drm/i915/gt: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-1/+2
* drm/i915/gt: Ignore incomplete engines after init failureChris Wilson2019-12-261-0/+4
* drm/i915: Make for_each_engine_masked work on intel_gtTvrtko Ursulin2019-10-181-13/+5
* drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson2019-08-081-0/+52
* drm/i915: Rename engines to match their user interfaceChris Wilson2019-08-071-0/+23
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-0/+228