Searched defs:width_mm (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/gma500/
H A Dmdfld_output.h48 u32 width_mm; member in struct:panel_info
H A Dmdfld_dsi_output.c507 u32 width_mm, height_mm; local
542 width_mm = dsi_panel_info.width_mm;
571 connector->display_info.width_mm = width_mm;
/drivers/video/adf/
H A Dadf_fops32.h54 __u16 width_mm; member in struct:adf_interface_data32
H A Dadf_client.c205 * @width_mm: returns the screen width in mm
210 int adf_interface_get_screen_size(struct adf_interface *intf, u16 *width_mm, argument
220 ret = intf->ops->screen_size(intf, width_mm, height_mm);
H A Dadf_fbdev.c598 u16 width_mm, height_mm; local
623 ret = adf_interface_get_screen_size(interface, &width_mm, &height_mm);
625 width_mm = 0;
628 fbdev->info->var.width = width_mm;
/drivers/gpu/drm/panel/
H A Dpanel-ld9040.c99 u32 width_mm; member in struct:ld9040
276 mode->width_mm = ctx->width_mm;
278 connector->display_info.width_mm = mode->width_mm;
307 of_property_read_u32(np, "panel-width-mm", &ctx->width_mm);
H A Dpanel-s6e8aa0.c106 u32 width_mm; member in struct:s6e8aa0
947 mode->width_mm = ctx->width_mm;
949 connector->display_info.width_mm = mode->width_mm;
979 of_property_read_u32(np, "panel-width-mm", &ctx->width_mm);

Completed in 140 milliseconds