Re: [PATCH 2/2] drm/xe/display: remove unused xe->sb_lock

2024-05-10 Thread Ghimiray, Himal Prasad
On 10-05-2024 15:13, Jani Nikula wrote: Nothing in xe needs xe->sb_lock. None of the i915 display code using ->sb_lock gets built with xe, and in any case that would be wrong as xe uses gt->pcode.lock for this. Signed-off-by: Jani Nikula --- drivers/gpu/drm/xe/display/xe_display.c | 2 -- dr

[PATCH 2/2] drm/xe/display: remove unused xe->sb_lock

2024-05-10 Thread Jani Nikula
Nothing in xe needs xe->sb_lock. None of the i915 display code using ->sb_lock gets built with xe, and in any case that would be wrong as xe uses gt->pcode.lock for this. Signed-off-by: Jani Nikula --- drivers/gpu/drm/xe/display/xe_display.c | 2 -- drivers/gpu/drm/xe/xe_device_types.h| 3 --