Lines Matching defs:tegra_dc_soc_info
53 struct tegra_dc_soc_info { struct
54 bool supports_background_color;
55 bool supports_interlacing;
56 bool supports_cursor;
57 bool supports_block_linear;
58 bool has_legacy_blending;
59 unsigned int pitch_align;
60 bool has_powergate;
61 bool coupled_pm;
62 bool has_nvdisplay;
63 const struct tegra_windowgroup_soc *wgrps;
64 unsigned int num_wgrps;
65 const u32 *primary_formats;
66 unsigned int num_primary_formats;
67 const u32 *overlay_formats;
68 unsigned int num_overlay_formats;
69 const u64 *modifiers;
70 bool has_win_a_without_filters;
71 bool has_win_c_without_vert_filter;