Re: [Intel-gfx] [PATCH v4 17/61] drm/i915: Populate logical context during first pin.

2020-10-30 Thread Thomas Hellström
On 10/16/20 12:44 PM, Maarten Lankhorst wrote: This allows us to remove pin_map from state allocation, which saves us a few retry loops. We won't need this until first pin, anyway. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/gt/intel_context_types.h | 13 ++- drivers/gpu/drm/

[Intel-gfx] [PATCH v4 17/61] drm/i915: Populate logical context during first pin.

2020-10-16 Thread Maarten Lankhorst
This allows us to remove pin_map from state allocation, which saves us a few retry loops. We won't need this until first pin, anyway. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/gt/intel_context_types.h | 13 ++- drivers/gpu/drm/i915/gt/intel_lrc.c | 107 +---