aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-08-11 18:25:50 +0300
committerJani Nikula <jani.nikula@intel.com>2025-08-12 10:52:34 +0300
commit906cbdc1fffa3b18992108c8bda66de058285daa (patch)
tree2f6eeec9b5bf287c34b55cb0bf964196a24a8893 /drivers/gpu/drm
parentdrm/i915/vbt: flip bta_enabled to bta_disable (diff)
downloadlinux-906cbdc1fffa3b18992108c8bda66de058285daa.tar.gz
linux-906cbdc1fffa3b18992108c8bda66de058285daa.zip
drm/i915/vbt: add missing DSI VBT defs
Add some missing DSI VBT definitions. Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://lore.kernel.org/r/17e0f38391314aceff12619a04829c3e36fa26b7.1754925923.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/display/intel_dsi_vbt_defs.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dsi_vbt_defs.h b/drivers/gpu/drm/i915/display/intel_dsi_vbt_defs.h
index 3f9b9ed6592c..edc7331dcca2 100644
--- a/drivers/gpu/drm/i915/display/intel_dsi_vbt_defs.h
+++ b/drivers/gpu/drm/i915/display/intel_dsi_vbt_defs.h
@@ -94,10 +94,15 @@ struct mipi_config {
#define DL_DCS_PORT_A_AND_C 0x02
u16 dl_dcs_cabc_ports:2;
u16 dl_dcs_backlight_ports:2;
- u16 rsvd3:4;
+ u16 port_sync:1; /* 219-230 */
+ u16 rsvd3:3;
} __packed;
- u16 rsvd4;
+ /* DSI Controller Parameters */
+ struct {
+ u16 dsi_usage:1;
+ u16 rsvd4:15;
+ } __packed;
u8 rsvd5;
u32 target_burst_mode_freq;
@@ -118,7 +123,9 @@ struct mipi_config {
u16 dphy_param_valid:1;
u16 eot_pkt_disabled:1;
u16 enable_clk_stop:1;
- u16 rsvd7:13;
+ u16 blanking_packets_during_bllp:1; /* 219+ */
+ u16 lp_clock_during_lpm:1; /* 219+ */
+ u16 rsvd7:11;
} __packed;
u32 hs_tx_timeout;