aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29drm/i915/xehp: Add compute engine ABIMatt Roper1-1/+1
2022-04-05drm/i915: Count engine instances per uabi classTvrtko Ursulin1-5/+6
2022-03-02drm/i915/xehp: Define compute class and engineMatt Roper1-1/+4
2021-12-17drm/i915/gt: Use to_gt() helperMichał Winiarski1-1/+1
2021-07-27drm/i915/guc: Implement GuC priority managementMatthew Brost1-0/+4
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+1
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2020-07-06drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski1-1/+1
2020-01-22drm/i915/gt: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-1/+2
2019-12-26drm/i915/gt: Ignore incomplete engines after init failureChris Wilson1-0/+4
2019-10-18drm/i915: Make for_each_engine_masked work on intel_gtTvrtko Ursulin1-13/+5
2019-08-08drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson1-0/+52
2019-08-07drm/i915: Rename engines to match their user interfaceChris Wilson1-0/+23
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-0/+228