Skip to content

Commit 32119a0

Browse files
committed
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 <[email protected]> Link: https://lore.kernel.org/r/b7a9a7c64f41cf61749a42ed4102e04b500fde83.1746529001.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <[email protected]>
1 parent e4db15e commit 32119a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/display/intel_bios.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/*
2525
* Please use intel_vbt_defs.h for VBT private data, to hide and abstract away
2626
* the VBT from the rest of the driver. Add the parsed, clean data to struct
27-
* intel_vbt_data within struct drm_i915_private.
27+
* intel_vbt_data within struct intel_display.
2828
*/
2929

3030
#ifndef _INTEL_BIOS_H_

0 commit comments

Comments
 (0)