Re: [PATCH] drm/i915: move struct_mutex from drm_device to drm_i915_private

2025-08-03 Thread Dmitry Baryshkov
On Fri, Jul 18, 2025 at 01:17:25PM -0300, Luiz Otavio Mello wrote: > i915 is the only remaining user of struct_mutex lock. > > Move it from drm_device to drm_i915_private so it is only used within > the i915 driver. > > Signed-off-by: Luiz Otavio Mello > --- > drivers/gpu/drm/i915/gt/uc/intel_g

[PATCH] drm/i915: move struct_mutex from drm_device to drm_i915_private

2025-07-18 Thread Luiz Otavio Mello
i915 is the only remaining user of struct_mutex lock. Move it from drm_device to drm_i915_private so it is only used within the i915 driver. Signed-off-by: Luiz Otavio Mello --- drivers/gpu/drm/i915/gt/uc/intel_guc_log.c | 4 ++-- drivers/gpu/drm/i915/i915_drv.h| 8 2 files