Searched refs:height_mm (Results 76 - 100 of 115) sorted by relevance

12345

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e8aa0.c107 u32 height_mm; member in struct:s6e8aa0
936 mode->height_mm = ctx->height_mm;
938 connector->display_info.height_mm = mode->height_mm;
968 of_property_read_u32(np, "panel-height-mm", &ctx->height_mm);
H A Dpanel-ilitek-ili9881c.c1356 .height_mm = 110,
1373 .height_mm = 217,
1390 .height_mm = 110,
1407 .height_mm = 110,
1424 .height_mm = 121,
1441 .height_mm = 151,
1465 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-sharp-lq101r1sx01.c292 connector->display_info.height_mm = 136;
H A Dpanel-seiko-43wvf1g.c116 connector->display_info.height_mm = panel->desc->size.height;
H A Dpanel-raspberrypi-touchscreen.c348 connector->display_info.height_mm = 86;
H A Dpanel-raydium-rm69380.c169 .height_mm = 155,
H A Dpanel-lg-sw43408.c166 .height_mm = 124,
H A Dpanel-samsung-s6e63m0.c294 .height_mm = 89,
588 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-sony-tulip-truly-nt35521.c361 .height_mm = 116,
377 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-boe-tv101wum-nl6.c26 * @height_mm: height of the panel's active display area
30 unsigned int height_mm; member in struct:panel_desc::__anon490
1566 .height_mm = 238,
1595 .height_mm = 238,
1623 .height_mm = 216,
1650 .height_mm = 216,
1678 .height_mm = 216,
1705 .height_mm = 216,
1733 .height_mm = 226,
1760 .height_mm
[all...]
H A Dpanel-novatek-nt36523.c45 unsigned int height_mm; member in struct:panel_desc
974 .height_mm = 235,
987 .height_mm = 203,
1005 .height_mm = 203,
1018 .height_mm = 235,
1140 connector->display_info.height_mm = pinfo->desc->height_mm;
H A Dpanel-kingdisplay-kd097d04.c334 connector->display_info.height_mm = 196;
H A Dpanel-jdi-lpm102a188a.c383 connector->display_info.height_mm = 148;
H A Dpanel-jdi-lt070me05000.c318 connector->display_info.height_mm = 151;
H A Dpanel-visionox-r66451.c173 .height_mm = 0,
H A Dpanel-samsung-s6e63j0x03.c420 connector->display_info.height_mm = 29;
H A Dpanel-innolux-p079zca.c403 connector->display_info.height_mm = innolux->desc->size.height;
H A Dpanel-himax-hx83112a.c274 .height_mm = 145,
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c564 info->height_mm = sdev->pdata->panel.height_mm;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_panel.c341 info->height_mm = fixed_mode->height_mm;
/linux-master/drivers/gpu/drm/
H A Ddrm_probe_helper.c1184 if (mode->height_mm)
1185 connector->display_info.height_mm = mode->height_mm;
H A Ddrm_modes.c1226 u32 width_mm = 0, height_mm = 0; local
1246 ret = of_property_read_u32(np, "height-mm", &height_mm);
1251 dmode->height_mm = height_mm;
/linux-master/include/drm/
H A Ddrm_connector.h659 * @height_mm: Physical height in mm.
661 unsigned int height_mm; member in struct:drm_display_info
1627 * &drm_display_info.width_mm and &drm_display_info.height_mm fields
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_connectors.c685 connector->display_info.height_mm = mode->height_mm;
1313 connector->display_info.height_mm = mode->height_mm;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c812 connector->display_info.height_mm = mode->height_mm;
1565 connector->display_info.height_mm = mode->height_mm;

Completed in 428 milliseconds

12345