]> www.infradead.org Git - users/willy/xarray.git/commit
drm/xe/display: remove unused xe->sb_lock
authorJani Nikula <jani.nikula@intel.com>
Fri, 10 May 2024 09:43:13 +0000 (12:43 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 13 May 2024 19:43:50 +0000 (22:43 +0300)
commit8a5fc5f0031edcc9fef547866547b748c2bdb039
tree223be8031397edb638ed84a18e47127c0b77e779
parentbd7247e6df124dc9dfe048e319f364e0613d54c3
drm/xe/display: remove unused xe->sb_lock

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.

Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240510094313.3422982-2-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/xe/display/xe_display.c
drivers/gpu/drm/xe/xe_device_types.h