Re: [Intel-gfx] [PATCH 27/57] drm/i915: Show execlists queues when dumping state

2021-02-04 Thread Tvrtko Ursulin
On 01/02/2021 08:56, Chris Wilson wrote: Move the scheduler pretty printer from out of the execlists register state to and push it to the schduler. v2: It's not common to all, so shove it out of intel_engine_cs and split it between scheduler front/back ends Signed-off-by: Chris Wilson ---

[Intel-gfx] [PATCH 27/57] drm/i915: Show execlists queues when dumping state

2021-02-01 Thread Chris Wilson
Move the scheduler pretty printer from out of the execlists register state to and push it to the schduler. v2: It's not common to all, so shove it out of intel_engine_cs and split it between scheduler front/back ends Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine_cs.c