Lines Matching defs:intel_dsi
42 struct intel_dsi { struct
45 struct intel_dsi_host *dsi_hosts[I915_MAX_PORTS]; argument
46 intel_wakeref_t io_wakeref[I915_MAX_PORTS];
49 struct gpio_desc *gpio_panel;
50 struct gpio_desc *gpio_backlight;
52 struct intel_connector *attached_connector;
55 union {
61 bool hs;
64 int channel;
67 u16 operation_mode;
70 unsigned int lane_count;
73 int i2c_bus_num;
80 enum mipi_dsi_pixel_format pixel_format;
83 u32 video_mode_format;
86 u8 eotp_pkt;
87 u8 clock_stop;
89 u8 escape_clk_div;
90 u8 dual_link;
92 u16 dcs_backlight_ports;
93 u16 dcs_cabc_ports;
96 bool bgr_enabled;
98 u8 pixel_overlap;
99 u32 port_bits;
100 u32 bw_timer;
101 u32 dphy_reg;
104 u32 dphy_data_lane_reg;
105 u32 video_frmt_cfg_bits;
129 struct intel_dsi_host { argument
131 struct intel_dsi *intel_dsi; argument
153 static inline bool is_vid_mode(struct intel_dsi *intel_dsi) in is_vid_mode()
158 static inline bool is_cmd_mode(struct intel_dsi *intel_dsi) in is_cmd_mode()