开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2024-04-30
Merge tag 'drm-intel-gt-next-2024-04-26' of https://anongit.freedesktop.org/g...
Dave Airlie
2024-03-22
drm/i915: Drop dead code for pvc
Lucas De Marchi
2024-03-22
drm/i915: Update IP_VER(12, 50)
Lucas De Marchi
2024-03-07
drm/i915/guc: Enable Wa_14019159160
John Harrison
2024-03-07
drm/i915: Enable Wa_16019325821
John Harrison
2024-01-18
drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74
Matt Roper
2023-10-20
Merge tag 'drm-intel-gt-next-2023-10-19' of git://anongit.freedesktop.org/drm...
Dave Airlie
2023-10-18
drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3
Vinay Belgaumkar
2023-10-03
Merge tag 'drm-intel-gt-next-2023-09-28' of git://anongit.freedesktop.org/drm...
Dave Airlie
2023-09-28
drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval
Nirmoy Das
2023-08-29
drm/i915/mtl: Update workaround 14016712196
Tejas Upadhyay
2023-08-21
drm/i915: Eliminate IS_MTL_GRAPHICS_STEP
Matt Roper
2023-08-07
drm/i915/kbl: s/KBL/KABYLAKE for platform/subplatform defines
Dnyaneshwar Bhadane
2023-07-26
drm/i915/gt: Support aux invalidation on all engines
Andi Shyti
2023-07-26
drm/i915/gt: Poll aux invalidation register bit on invalidation
Jonathan Cavitt
2023-07-26
drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CS
Andi Shyti
2023-07-26
drm/i915/gt: Rename flags with bit_group_X according to the datasheet
Andi Shyti
2023-07-26
drm/i915/gt: Ensure memory quiesced before invalidation
Jonathan Cavitt
2023-07-26
drm/i915: Add the gen12_needs_ccs_aux_inv helper
Andi Shyti
2023-07-26
drm/i915/gt: Cleanup aux invalidation registers
Andi Shyti
2023-07-24
drm/i915: use direct alias for i915 in requests
Andrzej Hajda
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