summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update IP_VER(12, 50)Lucas De Marchi2024-03-221-4/+4
* drm/i915: Drop dead code for xehpsdvLucas De Marchi2024-03-221-43/+0
* drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123Andrzej Hajda2023-10-311-3/+97
* drm/i915/lrc: User PXP contexts requires runalone bit in lrcAlan Previn2023-09-191-0/+23
* drm/i915: Add Wa_18022495364Dnyaneshwar Bhadane2023-09-151-0/+13
* drm/i915/gt: Prevent error pointer dereferenceDan Carpenter2023-09-141-2/+3
* drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper2023-08-211-2/+2
* drm/i915/dg2: Drop pre-production GT workaroundsMatt Roper2023-08-171-32/+2
* drm/i915/gt: Apply workaround 22016122933 correctlyJonathan Cavitt2023-08-101-3/+4
* drm/i915: Make i915_coherent_map_type GT-centricJonathan Cavitt2023-08-101-3/+3
* drm/i915/gt: Support aux invalidation on all enginesAndi Shyti2023-07-261-15/+2
* drm/i915/gt: Cleanup aux invalidation registersAndi Shyti2023-07-261-3/+3
* drm/i915/mtl: Update cache coherency setting for context structureZhanjun Dong2023-07-121-1/+8
* drm/i915/mtl: Extend Wa_16014892111 to MTL A-stepRadhakrishna Sripada2023-05-181-1/+3
* drm/i915/mtl: Fix bcs default contextLucas De Marchi2023-01-181-36/+1
* drm/i915: Move/adjust register definitions related to Wa_22011450934Matt Roper2023-01-181-3/+3
* drm/i915/gt: Document function to decode register state contextLucas De Marchi2022-10-031-0/+24
* drm/i915: Fix __gen125_emit_bb_start() without WALucas De Marchi2022-10-031-10/+9
* drm/i915/mtl: Define engine context layoutsMatt Roper2022-09-291-2/+82
* drm/i915: Noop lrc_init_wa_ctx() on recent/future platformsLucas De Marchi2022-09-221-12/+4
* drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson2022-09-141-0/+20
* drm/i915/mtl: Add gsi_offset when emitting aux table invalidationMatt Roper2022-09-121-3/+6
* drm/i915/dg2: Incorporate Wa_16014892111 into DRAW_WATERMARK tuningMatt Roper2022-08-261-0/+21
* drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ringChris Wilson2022-05-021-20/+55
* drm/i915: Track context current active timeTvrtko Ursulin2022-04-051-13/+14
* drm/i915: avoid concurrent writes to aux_invFei Yang2022-03-291-0/+12
* drm/i915/xehp: Add compute workaroundsMatt Roper2022-03-021-0/+8
* drm/i915/xehp: CCS should use RCS setup functionsMatt Roper2022-03-021-2/+2
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-0/+32
|\
| * drm/i915/dg2: Add Wa_22011450934Ramalingam C2022-02-111-0/+28
| * drm/i915/execlists: Weak parallel submission support for execlistsMatthew Brost2021-12-231-0/+4
* | drm/i915/lrc: replace include with forward declarationsJani Nikula2022-02-171-0/+2
* | drm/i915/lrc: move lrc_get_runtime() to intel_lrc.cJani Nikula2022-02-171-0/+11
* | drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-0/+1
* | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-0/+5
|\|
| * drm/i915/dg2: Add Wa_16013000631Ramalingam C2021-12-021-0/+5
* | drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
|/
* drm/i915/guc: Add multi-lrc context registrationMatthew Brost2021-10-151-0/+5
* drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström2021-09-241-1/+2
* drm/i915/dg2: Add new LRI reg offsetsAkeem G Abodunrin2021-08-241-2/+83
* drm/i915/gt: remove GRAPHICS_VER == 10Lucas De Marchi2021-07-291-41/+1
* drm/i915/xehp: New engine context offsetsPrathap Kumar Valsan2021-07-221-6/+59
* drm/i915/xehp: Handle new device context ID formatStuart Summers2021-07-221-0/+8
* drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand2021-07-081-1/+1
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-23/+23
* drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota2021-04-271-1/+3
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-1/+5
|\
| * drm/i915: allocate context from LMEMMatthew Auld2021-03-241-1/+5
* | drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v3.Maarten Lankhorst2021-03-241-11/+38
|/
* drm/i915/gt: Prune inlinesChris Wilson2021-01-141-2/+2