Searched refs:height_mm (Results 1 - 25 of 115) sorted by relevance

12345

/linux-master/include/linux/platform_data/
H A Dshmob_drm.h23 unsigned int height_mm; /* Panel height in mm */ member in struct:shmob_drm_panel_data
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-arm-versatile.c90 * @height_mm: the panel height in mm
92 u32 height_mm; member in struct:versatile_panel_type
135 .height_mm = 54,
158 .height_mm = 130,
180 .height_mm = 45,
203 .height_mm = 50,
266 connector->display_info.height_mm = vpanel->panel_type->height_mm;
276 mode->height_mm = vpanel->panel_type->height_mm;
[all...]
H A Dpanel-auo-a030jtn01.c35 u16 width_mm, height_mm; member in struct:a030jtn01_info
162 connector->display_info.height_mm = panel_info->height_mm;
278 .height_mm = 51,
H A Dpanel-innolux-ej030na.c26 u16 width_mm, height_mm; member in struct:ej030na_info
178 connector->display_info.height_mm = panel_info->height_mm;
286 .height_mm = 51,
H A Dpanel-samsung-sofef00.c159 .height_mm = 145,
173 .height_mm = 145,
189 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-novatek-nt35560.c71 .height_mm = 84,
94 .height_mm = 84,
113 .height_mm = 82,
132 .height_mm = 82,
440 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-dsi-cm.c37 u32 height_mm; member in struct:dsic_panel_data
445 connector->display_info.height_mm = ddata->panel_data->height_mm;
481 mode->height_mm = ddata->panel_data->height_mm;
603 .height_mm = 0,
614 .height_mm = 88,
625 .height_mm = 89,
H A Dpanel-abt-y030xx067a.c117 u16 width_mm, height_mm; member in struct:y030xx067a_info
252 connector->display_info.height_mm = panel_info->height_mm;
361 .height_mm = 51,
H A Dpanel-mantix-mlaf057we51.c198 .height_mm = 130,
213 .height_mm = 130,
238 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-novatek-nt39016.c52 u16 width_mm, height_mm; member in struct:nt39016_panel_info
226 connector->display_info.height_mm = panel_info->height_mm;
335 .height_mm = 53,
H A Dpanel-orisetech-ota5601a.c29 u16 width_mm, height_mm; member in struct:ota5601a_panel_info
216 connector->display_info.height_mm = panel_info->height_mm;
333 .height_mm = 51,
H A Dpanel-synaptics-r63353.c50 u32 height_mm; member in struct:r63353_desc
242 connector->display_info.height_mm = rpanel->pdata->height_mm;
337 .height_mm = 159,
H A Dpanel-nec-nl8048hl11.c122 .height_mm = 53,
138 connector->display_info.height_mm = nl8048_mode.height_mm;
H A Dpanel-lg-lb035q02.c140 .height_mm = 53,
156 connector->display_info.height_mm = lb035q02_mode.height_mm;
H A Dpanel-ebbg-ft8719.c167 .height_mm = 141,
183 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-ronbo-rb070d30.c102 .height_mm = 85,
126 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-samsung-s6d16d0.c40 .height_mm = 48,
148 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-sharp-ls037v7dw01.c99 .height_mm = 75,
115 connector->display_info.height_mm = ls037v7dw01_mode.height_mm;
H A Dpanel-samsung-s6e88a0-ams452ef01.c163 .height_mm = 100,
179 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-sony-td4353-jdi.c200 .height_mm = 128,
221 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-sharp-ls060t1sx01.c189 .height_mm = 132,
205 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-samsung-s6e3fa7.c137 .height_mm = 127,
153 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-jdi-fhd-r63452.c197 .height_mm = 114,
213 connector->display_info.height_mm = mode->height_mm;
H A Dpanel-ilitek-ili9805.c46 u32 height_mm; member in struct:ili9805_desc
294 connector->display_info.height_mm = mode->height_mm;
374 .height_mm = 65,
382 .height_mm = 96,
H A Dpanel-samsung-ld9040.c101 u32 height_mm; member in struct:ld9040
278 mode->height_mm = ctx->height_mm;
280 connector->display_info.height_mm = mode->height_mm;
309 of_property_read_u32(np, "panel-height-mm", &ctx->height_mm);

Completed in 310 milliseconds

12345