index
:
drm/drm
drm-fixes
drm-next
drm-next-5.3-backmerge-conflicts
topic/nouveau-misc
DRM kernel graphics driver development tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_lrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
drm/i915/mtl: Fix bcs default context
Lucas De Marchi
1
-36
/
+1
2023-01-18
drm/i915: Move/adjust register definitions related to Wa_22011450934
Matt Roper
1
-3
/
+3
2022-10-03
drm/i915/gt: Document function to decode register state context
Lucas De Marchi
1
-0
/
+24
2022-10-03
drm/i915: Fix __gen125_emit_bb_start() without WA
Lucas De Marchi
1
-10
/
+9
2022-09-29
drm/i915/mtl: Define engine context layouts
Matt Roper
1
-2
/
+82
2022-09-22
drm/i915: Noop lrc_init_wa_ctx() on recent/future platforms
Lucas De Marchi
1
-12
/
+4
2022-09-14
drm/i915/gt: Explicitly clear BB_OFFSET for new contexts
Chris Wilson
1
-0
/
+20
2022-09-12
drm/i915/mtl: Add gsi_offset when emitting aux table invalidation
Matt Roper
1
-3
/
+6
2022-08-26
drm/i915/dg2: Incorporate Wa_16014892111 into DRAW_WATERMARK tuning
Matt Roper
1
-0
/
+21
2022-05-02
drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ring
Chris Wilson
1
-20
/
+55
2022-04-05
drm/i915: Track context current active time
Tvrtko Ursulin
1
-13
/
+14
2022-03-29
drm/i915: avoid concurrent writes to aux_inv
Fei Yang
1
-0
/
+12
2022-03-02
drm/i915/xehp: Add compute workarounds
Matt Roper
1
-0
/
+8
2022-03-02
drm/i915/xehp: CCS should use RCS setup functions
Matt Roper
1
-2
/
+2
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
1
-0
/
+32
2022-02-17
drm/i915/lrc: replace include with forward declarations
Jani Nikula
1
-0
/
+2
2022-02-17
drm/i915/lrc: move lrc_get_runtime() to intel_lrc.c
Jani Nikula
1
-0
/
+11
2022-02-11
drm/i915/dg2: Add Wa_22011450934
Ramalingam C
1
-0
/
+28
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
1
-0
/
+1
2022-01-31
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
1
-0
/
+5
2022-01-11
drm/i915/gt: Move engine registers to their own header
Matt Roper
1
-0
/
+1
2021-12-23
drm/i915/execlists: Weak parallel submission support for execlists
Matthew Brost
1
-0
/
+4
2021-12-02
drm/i915/dg2: Add Wa_16013000631
Ramalingam C
1
-0
/
+5
2021-10-15
drm/i915/guc: Add multi-lrc context registration
Matthew Brost
1
-0
/
+5
2021-09-24
drm/i915: Don't back up pinned LMEM context images and rings during suspend
Thomas Hellström
1
-1
/
+2
2021-08-24
drm/i915/dg2: Add new LRI reg offsets
Akeem G Abodunrin
1
-2
/
+83
2021-07-29
drm/i915/gt: remove GRAPHICS_VER == 10
Lucas De Marchi
1
-41
/
+1
2021-07-22
drm/i915/xehp: New engine context offsets
Prathap Kumar Valsan
1
-6
/
+59
2021-07-22
drm/i915/xehp: Handle new device context ID format
Stuart Summers
1
-0
/
+8
2021-07-08
drm/i915: Stop storing the ring size in the ring pointer (v3)
Jason Ekstrand
1
-1
/
+1
2021-06-05
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
1
-23
/
+23
2021-04-27
drm/i915: Update the helper to set correct mapping
Venkata Sandeep Dhanalakota
1
-1
/
+3
2021-04-08
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-1
/
+5
2021-03-24
drm/i915: allocate context from LMEM
Matthew Auld
1
-1
/
+5
2021-03-24
drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v3.
Maarten Lankhorst
1
-11
/
+38
2021-01-14
drm/i915/gt: Prune inlines
Chris Wilson
1
-2
/
+2
2021-01-09
drm/i915/gt: Remove unused function 'dword_in_page'
Chris Wilson
1
-5
/
+0
2021-01-09
drm/i915/gt: Exercise lrc_wa_ctx initialisation failure
Chris Wilson
1
-14
/
+20
2021-01-08
drm/i915/gt: Prevent use of engine->wa_ctx after error
Chris Wilson
1
-0
/
+3
2021-01-01
drm/i915: Populate logical context during first pin.
Maarten Lankhorst
1
-0
/
+4
2020-12-22
drm/i915/gt: Track all timelines created using the HWSP
Chris Wilson
1
-1
/
+0
2020-12-21
drm/i915/gt: Split logical ring contexts from execlist submission
Chris Wilson
1
-0
/
+1561
2020-12-09
drm/i915/gt: Rename lrc.c to execlists_submission.c
Chris Wilson
1
-6141
/
+0
2020-12-04
drm/i915/gt: Clear the execlists timers upon reset
Chris Wilson
1
-0
/
+5
2020-12-04
drm/i915/gt: Cancel the preemption timeout on responding to it
Chris Wilson
1
-1
/
+3
2020-12-04
drm/i915/gt: Ignore repeated attempts to suspend request flow across reset
Chris Wilson
1
-0
/
+3
2020-11-26
drm/i915/gt: Check for a completed last request once
Chris Wilson
1
-11
/
+4
2020-11-26
drm/i915/gt: Decouple completed requests on unwind
Chris Wilson
1
-2
/
+4
2020-11-23
drm/i915/gt: Free stale request on destroying the virtual engine
Chris Wilson
1
-7
/
+53
2020-11-19
drm/i915: Lift waiter/signaler iterators
Chris Wilson
1
-10
/
+0
[next]