Home
last modified time | relevance | path

Searched defs:drm_display_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_connector.h481 struct drm_display_info { struct
485 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 …]
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h713 struct drm_display_info { struct
714 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 …]