summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/gen8_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Fix platform prefixLucas De Marchi2022-10-031-12/+12
* drm/i915: Fix __gen125_emit_bb_start() without WALucas De Marchi2022-10-031-0/+2
* drm/i915/gt: Flush to global observation point before breadcrumb writePrathap Kumar Valsan2022-09-291-8/+21
* drm/i915/mtl: Add gsi_offset when emitting aux table invalidationMatt Roper2022-09-121-5/+10
* drm/i915/pvc: Remove additional 3D flags from PIPE_CONTROLStuart Summers2022-05-241-6/+12
* drm/i915/pvc: skip all copy engines from aux table invalidateLucas De Marchi2022-05-101-1/+2
* drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ringChris Wilson2022-05-021-0/+54
* drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exitMatthew Brost2022-04-191-0/+41
* drm/i915: avoid concurrent writes to aux_invFei Yang2022-03-291-39/+11
* drm/i915/xehp: Drop aux table invalidation on FlatCCS platformsMatt Roper2022-03-081-9/+19
* drm/i915/xehp: compute engine pipe_controlDaniele Ceraolo Spurio2022-03-021-9/+25
* drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-1/+2
* drm/i915: Rename GT_STEP to GRAPHICS_STEPJosé Roberto de Souza2021-11-021-1/+1
* drm/i915/xehp: Extra media engines - Part 1 (engine definitions)John Harrison2021-07-241-4/+3
* drm/i915: Disable preempt busywait when using GuC schedulingMatthew Brost2021-07-221-2/+4
* drm/i915: Make GT workaround upper bounds exclusiveMatt Roper2021-07-211-1/+1
* drm/i915/adl_p: Add initial ADL_P WorkaroundsClint Taylor2021-06-151-1/+1
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-1/+1
* Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-04-081-1/+1
|\
| * drm/i915: switch KBL to the new stepping schemeJani Nikula2021-03-291-1/+1
* | drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst2021-03-241-7/+6
|/
* drm/i915/gt: Add arbitration check before semaphore waitChris Wilson2021-01-181-0/+2
* drm/i915/gt: Prune inlinesChris Wilson2021-01-141-1/+1
* drm/i915/gt: Perform an arbitration check before busywaitingChris Wilson2021-01-121-1/+1
* drm/i915/gt: Check for arbitration after writing start seqnoChris Wilson2021-01-121-6/+17
* drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson2021-01-081-0/+3
* drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson2020-12-211-1/+1
* drm/i915: split gen8+ flush and bb_start emission functionsDaniele Ceraolo Spurio2020-12-091-0/+619