]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/i915/bios: Fix aggressiveness typos
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 31 May 2022 19:18:42 +0000 (22:18 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 1 Jun 2022 13:45:58 +0000 (16:45 +0300)
Fix various typos around "aggressiveness". Note that
the VBT spec also sometimes missspells it as
"agressiveness" so I guess that's where some of the typos
came from.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220531191844.11313-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_vbt_defs.h

index 4b98bab3b8907b1567931144c64c08970b7cb7f2..39109f204c6d507b36926aed8d470ee516d6f9e5 100644 (file)
@@ -856,9 +856,9 @@ struct als_data_entry {
        u16 lux;
 } __packed;
 
-struct agressiveness_profile_entry {
-       u8 dpst_agressiveness : 4;
-       u8 lace_agressiveness : 4;
+struct aggressiveness_profile_entry {
+       u8 dpst_aggressiveness : 4;
+       u8 lace_aggressiveness : 4;
 } __packed;
 
 struct bdb_lfp_power {
@@ -873,7 +873,7 @@ struct bdb_lfp_power {
        u16 dmrrs;
        u16 adb;
        u16 lace_enabled_status;
-       struct agressiveness_profile_entry aggressivenes[16];
+       struct aggressiveness_profile_entry aggressiveness[16];
        u16 hobl; /* 232+ */
        u16 vrr_feature_enabled; /* 233+ */
 } __packed;