]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe/display: add notes about how early a few functions can be called
authorJani Nikula <jani.nikula@intel.com>
Fri, 16 May 2025 12:16:59 +0000 (15:16 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 20 May 2025 17:55:22 +0000 (20:55 +0300)
commit7e49ab36e6f3fb6edc250609ece1548bf80c50cc
treec1f82c8c159910ec82ed0c84d8cb2845a2c179ab
parent1e2803e565af3b7463c7615347510f7093945633
drm/xe/display: add notes about how early a few functions can be called

xe_display_driver_probe_defer() and xe_display_driver_set_hooks() get
called before either struct xe_device or struct intel_display
exist. Make a note of that.

Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/937ea1e16e970a6f6944b94c6a9c216d36e728d1.1747397638.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/xe/display/xe_display.c