index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
gen8_engine_cs.c
Age
Commit message (
Expand
)
Author
2023-08-01
drm/i915/gt: Support aux invalidation on all engines
Andi Shyti
2023-08-01
drm/i915/gt: Poll aux invalidation register bit on invalidation
Jonathan Cavitt
2023-08-01
drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CS
Andi Shyti
2023-08-01
drm/i915/gt: Rename flags with bit_group_X according to the datasheet
Andi Shyti
2023-08-01
drm/i915/gt: Ensure memory quiesced before invalidation
Jonathan Cavitt
2023-08-01
drm/i915: Add the gen12_needs_ccs_aux_inv helper
Andi Shyti
2023-08-01
drm/i915/gt: Cleanup aux invalidation registers
Andi Shyti
2023-06-05
drm/i915/gt: Add workaround 14016712196
Tejas Upadhyay
2022-10-03
drm/i915/gt: Fix platform prefix
Lucas De Marchi
2022-10-03
drm/i915: Fix __gen125_emit_bb_start() without WA
Lucas De Marchi
2022-09-29
drm/i915/gt: Flush to global observation point before breadcrumb write
Prathap Kumar Valsan
2022-09-12
drm/i915/mtl: Add gsi_offset when emitting aux table invalidation
Matt Roper
2022-05-24
drm/i915/pvc: Remove additional 3D flags from PIPE_CONTROL
Stuart Summers
2022-05-10
drm/i915/pvc: skip all copy engines from aux table invalidate
Lucas De Marchi
2022-05-02
drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ring
Chris Wilson
2022-04-19
drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exit
Matthew Brost
2022-03-29
drm/i915: avoid concurrent writes to aux_inv
Fei Yang
2022-03-08
drm/i915/xehp: Drop aux table invalidation on FlatCCS platforms
Matt Roper
2022-03-02
drm/i915/xehp: compute engine pipe_control
Daniele Ceraolo Spurio
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
2021-11-02
drm/i915: Rename GT_STEP to GRAPHICS_STEP
José Roberto de Souza
2021-07-24
drm/i915/xehp: Extra media engines - Part 1 (engine definitions)
John Harrison
2021-07-22
drm/i915: Disable preempt busywait when using GuC scheduling
Matthew Brost
2021-07-21
drm/i915: Make GT workaround upper bounds exclusive
Matt Roper
2021-06-15
drm/i915/adl_p: Add initial ADL_P Workarounds
Clint Taylor
2021-06-05
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-04-08
Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-03-29
drm/i915: switch KBL to the new stepping scheme
Jani Nikula
2021-03-24
drm/i915: Do not share hwsp across contexts any more, v8.
Maarten Lankhorst
2021-01-18
drm/i915/gt: Add arbitration check before semaphore wait
Chris Wilson
2021-01-14
drm/i915/gt: Prune inlines
Chris Wilson
2021-01-12
drm/i915/gt: Perform an arbitration check before busywaiting
Chris Wilson
2021-01-12
drm/i915/gt: Check for arbitration after writing start seqno
Chris Wilson
2021-01-08
drm/i915/gt: Disable arbitration on no-preempt requests
Chris Wilson
2020-12-21
drm/i915/gt: Split logical ring contexts from execlist submission
Chris Wilson
2020-12-09
drm/i915: split gen8+ flush and bb_start emission functions
Daniele Ceraolo Spurio