Lines Matching defs:drm_display_info
361 struct drm_display_info { struct
365 unsigned int width_mm;
370 unsigned int height_mm;
375 unsigned int bpc;
380 enum subpixel_order subpixel_order;
394 int panel_orientation;
402 u32 color_formats;
409 const u32 *bus_formats;
413 unsigned int num_bus_formats;
420 u32 bus_flags;
426 int max_tmds_clock;
431 bool dvi_dual;
436 bool has_hdmi_infoframe;
442 bool rgb_quant_range_selectable;
466 int drm_display_info_set_bus_formats(struct drm_display_info *info, argument