Searched defs:drm_display_info (Results 1 – 1 of 1) sorted by relevance
126 struct drm_display_info { struct127 char name[DRM_DISPLAY_INFO_LEN];130 unsigned int width_mm;131 unsigned int height_mm;134 unsigned int min_vfreq, max_vfreq;135 unsigned int min_hfreq, max_hfreq;136 unsigned int pixel_clock;137 unsigned int bpc;139 enum subpixel_order subpixel_order;140 u32 color_formats;[all …]