summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/gen8_engine_cs.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-01drm/i915/gt: Support aux invalidation on all enginesAndi Shyti1-29/+37
2023-08-01drm/i915/gt: Poll aux invalidation register bit on invalidationJonathan Cavitt1-5/+12
2023-08-01drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CSAndi Shyti1-0/+11
2023-08-01drm/i915/gt: Rename flags with bit_group_X according to the datasheetAndi Shyti1-16/+18
2023-08-01drm/i915/gt: Ensure memory quiesced before invalidationJonathan Cavitt1-1/+5
2023-08-01drm/i915: Add the gen12_needs_ccs_aux_inv helperAndi Shyti1-3/+15
2023-08-01drm/i915/gt: Cleanup aux invalidation registersAndi Shyti1-4/+4
2023-06-05drm/i915/gt: Add workaround 14016712196Tejas Upadhyay1-0/+38
2022-10-03drm/i915/gt: Fix platform prefixLucas De Marchi1-12/+12
2022-10-03drm/i915: Fix __gen125_emit_bb_start() without WALucas De Marchi1-0/+2
2022-09-29drm/i915/gt: Flush to global observation point before breadcrumb writePrathap Kumar Valsan1-8/+21
2022-09-12drm/i915/mtl: Add gsi_offset when emitting aux table invalidationMatt Roper1-5/+10
2022-05-24drm/i915/pvc: Remove additional 3D flags from PIPE_CONTROLStuart Summers1-6/+12
2022-05-11drm/i915/pvc: skip all copy engines from aux table invalidateLucas De Marchi1-1/+2
2022-05-02drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ringChris Wilson1-0/+54
2022-04-19drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exitMatthew Brost1-0/+41
2022-03-29drm/i915: avoid concurrent writes to aux_invFei Yang1-39/+11
2022-03-08drm/i915/xehp: Drop aux table invalidation on FlatCCS platformsMatt Roper1-9/+19
2022-03-02drm/i915/xehp: compute engine pipe_controlDaniele Ceraolo Spurio1-9/+25
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-1/+2
2021-11-02drm/i915: Rename GT_STEP to GRAPHICS_STEPJosé Roberto de Souza1-1/+1
2021-07-24drm/i915/xehp: Extra media engines - Part 1 (engine definitions)John Harrison1-4/+3
2021-07-22drm/i915: Disable preempt busywait when using GuC schedulingMatthew Brost1-2/+4
2021-07-21drm/i915: Make GT workaround upper bounds exclusiveMatt Roper1-1/+1
2021-06-15drm/i915/adl_p: Add initial ADL_P WorkaroundsClint Taylor1-1/+1
2021-06-06drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-1/+1
2021-04-08Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2021-03-29drm/i915: switch KBL to the new stepping schemeJani Nikula1-1/+1
2021-03-24drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst1-7/+6
2021-01-18drm/i915/gt: Add arbitration check before semaphore waitChris Wilson1-0/+2
2021-01-14drm/i915/gt: Prune inlinesChris Wilson1-1/+1
2021-01-12drm/i915/gt: Perform an arbitration check before busywaitingChris Wilson1-1/+1
2021-01-12drm/i915/gt: Check for arbitration after writing start seqnoChris Wilson1-6/+17
2021-01-09drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson1-0/+3
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson1-1/+1
2020-12-10drm/i915: split gen8+ flush and bb_start emission functionsDaniele Ceraolo Spurio1-0/+619