Lines Matching defs:drm_display_info
477 struct drm_display_info { struct
481 unsigned int width_mm;
486 unsigned int height_mm;
491 unsigned int bpc;
496 enum subpixel_order subpixel_order;
510 int panel_orientation;
518 u32 color_formats;
525 const u32 *bus_formats;
529 unsigned int num_bus_formats;
536 u32 bus_flags;
542 int max_tmds_clock;
547 bool dvi_dual;
555 bool is_hdmi;
560 bool has_hdmi_infoframe;
566 bool rgb_quant_range_selectable;
572 u8 edid_hdmi_rgb444_dc_modes;
601 int drm_display_info_set_bus_formats(struct drm_display_info *info, argument