Re: [Intel-gfx] [PATCH] drm/i915: Use i915 instead of dev_priv insied the file_priv structure

2023-03-22 Thread Andrzej Hajda
On 22.03.2023 01:16, Andi Shyti wrote: In the process of renaming all instances of 'dev_priv' to 'i915', start using 'i915' within the 'drm_i915_file_private' structure. Signed-off-by: Andi Shyti Apparently the last struct member with this name, R.I.P. Reviewed-by: Andrzej Hajda Regards

[PATCH] drm/i915: Use i915 instead of dev_priv insied the file_priv structure

2023-03-21 Thread Andi Shyti
In the process of renaming all instances of 'dev_priv' to 'i915', start using 'i915' within the 'drm_i915_file_private' structure. Signed-off-by: Andi Shyti --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 22 ++--- drivers/gpu/drm/i915/i915_drm_client.c | 2 +-