summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915/gt: Remove unused function 'dword_in_page'Chris Wilson2021-01-091-5/+0
* drm/i915/gt: Exercise lrc_wa_ctx initialisation failureChris Wilson2021-01-091-14/+20
* drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson2021-01-081-0/+3
* drm/i915: Populate logical context during first pin.Maarten Lankhorst2021-01-011-0/+4
* drm/i915/gt: Track all timelines created using the HWSPChris Wilson2020-12-221-1/+0
* drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson2020-12-211-0/+1561
* drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson2020-12-091-6141/+0
* drm/i915/gt: Clear the execlists timers upon resetChris Wilson2020-12-041-0/+5
* drm/i915/gt: Cancel the preemption timeout on responding to itChris Wilson2020-12-041-1/+3
* drm/i915/gt: Ignore repeated attempts to suspend request flow across resetChris Wilson2020-12-041-0/+3
* drm/i915/gt: Check for a completed last request onceChris Wilson2020-11-261-11/+4
* drm/i915/gt: Decouple completed requests on unwindChris Wilson2020-11-261-2/+4
* drm/i915/gt: Free stale request on destroying the virtual engineChris Wilson2020-11-231-7/+53
* drm/i915: Lift waiter/signaler iteratorsChris Wilson2020-11-191-10/+0