Re: [PATCH 10/47] drm/i915/guc: Add lrc descriptor context lookup array

2021-06-29 Thread John Harrison
On 6/25/2021 10:26, Matthew Brost wrote: On Fri, Jun 25, 2021 at 03:17:51PM +0200, Michal Wajdeczko wrote: On 24.06.2021 09:04, Matthew Brost wrote: Add lrc descriptor context lookup array which can resolve the intel_context from the lrc descriptor index. In addition to lookup, it can determine

Re: [PATCH 10/47] drm/i915/guc: Add lrc descriptor context lookup array

2021-06-25 Thread Matthew Brost
On Fri, Jun 25, 2021 at 03:17:51PM +0200, Michal Wajdeczko wrote: > > > On 24.06.2021 09:04, Matthew Brost wrote: > > Add lrc descriptor context lookup array which can resolve the > > intel_context from the lrc descriptor index. In addition to lookup, it > > can determine in the lrc descriptor co

Re: [PATCH 10/47] drm/i915/guc: Add lrc descriptor context lookup array

2021-06-25 Thread Michal Wajdeczko
On 24.06.2021 09:04, Matthew Brost wrote: > Add lrc descriptor context lookup array which can resolve the > intel_context from the lrc descriptor index. In addition to lookup, it > can determine in the lrc descriptor context is currently registered with > the GuC by checking if an entry for a de

[PATCH 10/47] drm/i915/guc: Add lrc descriptor context lookup array

2021-06-23 Thread Matthew Brost
Add lrc descriptor context lookup array which can resolve the intel_context from the lrc descriptor index. In addition to lookup, it can determine in the lrc descriptor context is currently registered with the GuC by checking if an entry for a descriptor index is present. Future patches in the seri