Searched defs:drm_display_info (Results 1 – 1 of 1) sorted by relevance
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 …]