summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/gen8_engine_cs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2024-04-26' of https://anongit.freedesktop.org/g...Dave Airlie2024-04-301-8/+14
|\
| * drm/i915/guc: Enable Wa_14019159160John Harrison2024-03-081-0/+3
| * drm/i915: Enable Wa_16019325821John Harrison2024-03-081-8/+11
* | drm/i915: Drop dead code for pvcLucas De Marchi2024-03-221-3/+0
* | drm/i915: Update IP_VER(12, 50)Lucas De Marchi2024-03-221-1/+1
|/
* drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Matt Roper2024-01-191-2/+2
* Merge tag 'drm-intel-gt-next-2023-10-19' of git://anongit.freedesktop.org/drm...Dave Airlie2023-10-201-2/+5
|\
| * drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3Vinay Belgaumkar2023-10-181-2/+5
* | Merge tag 'drm-intel-gt-next-2023-09-28' of git://anongit.freedesktop.org/drm...Dave Airlie2023-10-021-6/+15
|\|
| * drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux invalNirmoy Das2023-09-281-1/+10
| * drm/i915/mtl: Update workaround 14016712196Tejas Upadhyay2023-08-291-4/+3
| * drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper2023-08-221-5/+6
* | drm/i915/kbl: s/KBL/KABYLAKE for platform/subplatform definesDnyaneshwar Bhadane2023-08-081-1/+1
|/
* drm/i915/gt: Support aux invalidation on all enginesAndi Shyti2023-07-261-29/+37
* drm/i915/gt: Poll aux invalidation register bit on invalidationJonathan Cavitt2023-07-261-5/+12
* drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CSAndi Shyti2023-07-261-0/+11
* drm/i915/gt: Rename flags with bit_group_X according to the datasheetAndi Shyti2023-07-261-16/+18
* drm/i915/gt: Ensure memory quiesced before invalidationJonathan Cavitt2023-07-261-1/+5
* drm/i915: Add the gen12_needs_ccs_aux_inv helperAndi Shyti2023-07-261-3/+15
* drm/i915/gt: Cleanup aux invalidation registersAndi Shyti2023-07-261-4/+4
* drm/i915: use direct alias for i915 in requestsAndrzej Hajda2023-07-241-9/+9
* drm/i915/gt: Add workaround 14016712196Tejas Upadhyay2023-06-051-0/+38
* 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-111-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-061-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-101-0/+619