Quoting Tvrtko Ursulin (2020-11-18 15:51:41)
>
> On 17/11/2020 13:25, Chris Wilson wrote:
> > Quoting Tvrtko Ursulin (2020-11-17 12:59:44)
> >>
> >> On 17/11/2020 11:30, Chris Wilson wrote:
> >>> + if (show_request) {
> >>> + list_for_each_entry_safe(rq, rn, &tl->re
On 17/11/2020 13:25, Chris Wilson wrote:
Quoting Tvrtko Ursulin (2020-11-17 12:59:44)
On 17/11/2020 11:30, Chris Wilson wrote:
+ if (show_request) {
+ list_for_each_entry_safe(rq, rn, &tl->requests, link)
+ show_request(m, rq,
+
Quoting Tvrtko Ursulin (2020-11-17 12:59:44)
>
> On 17/11/2020 11:30, Chris Wilson wrote:
> > + if (show_request) {
> > + list_for_each_entry_safe(rq, rn, &tl->requests, link)
> > + show_request(m, rq,
> > +
On 17/11/2020 11:30, Chris Wilson wrote:
Include the active timelines for debugfs/i915_engine_info, so that we
can see which have unready requests inflight which are not shown
otherwise.
Suggested-by: Tvrtko Ursulin
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/gt/intel_timeline.c |
Include the active timelines for debugfs/i915_engine_info, so that we
can see which have unready requests inflight which are not shown
otherwise.
Suggested-by: Tvrtko Ursulin
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/gt/intel_timeline.c | 79
drivers/gpu/drm/