Lines Matching defs:intel_crtc_state
265 struct intel_crtc_state { struct
266 struct drm_crtc_state base;
278 unsigned long quirks;
283 int pipe_src_w, pipe_src_h;
287 bool has_pch_encoder;
290 bool has_infoframe;
294 enum transcoder cpu_transcoder;
300 bool limited_color_range;
304 bool has_dp_encoder;
307 bool has_hdmi_sink;
311 bool has_audio;
317 bool dither;
320 bool clock_set;
324 bool sdvo_tv_clock;
331 bool bw_constrained;
335 struct dpll dpll;
338 enum intel_dpll_id shared_dpll;
344 uint32_t ddi_pll_sel;
347 struct intel_dpll_hw_state dpll_hw_state;
349 int pipe_bpp;
350 struct intel_link_m_n dp_m_n;
353 struct intel_link_m_n dp_m2_n2;
354 bool has_drrs;
361 int port_clock;
364 unsigned pixel_multiplier;
367 struct {
371 } gmch_pfit;
374 struct {
379 } pch_pfit;
382 int fdi_lanes;
383 struct intel_link_m_n fdi_m_n;
385 bool ips_enabled;
387 bool double_wide;
389 bool dp_encoder_is_mst;
390 int pbn;