Searched defs:panel_desc (Results 1 – 2 of 2) sorted by relevance
41 struct panel_desc { struct42 unsigned int width_mm;43 unsigned int height_mm;44 unsigned int bpc;45 unsigned int lanes;46 enum mipi_dsi_pixel_format format;47 unsigned long mode_flags;48 const struct drm_dsc_config *dsc_cfg;49 const struct drm_display_mode *dsc_modes;50 unsigned int num_dsc_modes;[all …]
29 struct panel_desc { struct45 const struct panel_desc *desc; argument