Searched defs:drm_display_info (Results 1 – 2 of 2) sorted by relevance
481 struct drm_display_info { struct485 unsigned int width_mm;490 unsigned int height_mm;495 unsigned int bpc;500 enum subpixel_order subpixel_order;514 int panel_orientation;522 u32 color_formats;529 const u32 *bus_formats;533 unsigned int num_bus_formats;540 u32 bus_flags;[all …]
713 struct drm_display_info { struct714 char name[32];717 unsigned int width_mm;718 unsigned int height_mm;721 unsigned int min_vfreq, max_vfreq;722 unsigned int min_hfreq, max_hfreq;723 unsigned int pixel_clock;724 unsigned int bpc;726 enum subpixel_order subpixel_order;727 u32 color_formats;[all …]