Lines Matching defs:drm_display_info
428 struct drm_display_info { struct
432 unsigned int width_mm;
437 unsigned int height_mm;
442 unsigned int bpc;
447 enum subpixel_order subpixel_order;
461 int panel_orientation;
469 u32 color_formats;
476 const u32 *bus_formats;
480 unsigned int num_bus_formats;
487 u32 bus_flags;
493 int max_tmds_clock;
498 bool dvi_dual;
506 bool is_hdmi;
511 bool has_hdmi_infoframe;
517 bool rgb_quant_range_selectable;
546 int drm_display_info_set_bus_formats(struct drm_display_info *info, argument