mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
drm/i915/bios: fix a comment referencing struct drm_i915_private
struct intel_vbt_data is within struct intel_display nowadays, not struct drm_i915_private. Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> Link: https://lore.kernel.org/r/b7a9a7c64f41cf61749a42ed4102e04b500fde83.1746529001.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
e4db15ea94
commit
32119a07c9
|
|
@ -24,7 +24,7 @@
|
|||
/*
|
||||
* Please use intel_vbt_defs.h for VBT private data, to hide and abstract away
|
||||
* the VBT from the rest of the driver. Add the parsed, clean data to struct
|
||||
* intel_vbt_data within struct drm_i915_private.
|
||||
* intel_vbt_data within struct intel_display.
|
||||
*/
|
||||
|
||||
#ifndef _INTEL_BIOS_H_
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user