mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
drm/i915/vbt: flip bta_enabled to bta_disable
The meaning is disable, so flip the member name. Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://lore.kernel.org/r/180079eca346edc1671c164da2ca7f428c2ba1de.1754925923.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
aa0c02f043
commit
745b597a79
|
|
@ -777,7 +777,7 @@ bool intel_dsi_vbt_init(struct intel_dsi *intel_dsi, u16 panel_id)
|
|||
intel_dsi->init_count = mipi_config->master_init_timer;
|
||||
intel_dsi->bw_timer = mipi_config->dbi_bw_timer;
|
||||
intel_dsi->video_frmt_cfg_bits =
|
||||
mipi_config->bta_enabled ? DISABLE_VIDEO_BTA : 0;
|
||||
mipi_config->bta_disable ? DISABLE_VIDEO_BTA : 0;
|
||||
intel_dsi->bgr_enabled = mipi_config->rgb_flip;
|
||||
|
||||
/* Starting point, adjusted depending on dual link and burst mode */
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ struct mipi_config {
|
|||
#define ENABLE_ROTATION_180 0x2
|
||||
#define ENABLE_ROTATION_270 0x3
|
||||
u32 rotation:2;
|
||||
u32 bta_enabled:1;
|
||||
u32 bta_disable:1;
|
||||
u32 rsvd2:15;
|
||||
} __packed;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user