1 /* SPDX-License-Identifier: MIT */
3 * drm_panel_orientation_quirks.c -- Quirks for non-normal panel orientation
7 * Note the quirks in this file are shared with fbdev/efifb and as such
8 * must not depend on other drm code.
11 #include <linux/dmi.h>
12 #include <linux/module.h>
13 #include <drm/drm_connector.h>
14 #include <drm/drm_utils.h>
19 * Some x86 clamshell design devices use portrait tablet screens and a display
20 * engine which cannot rotate in hardware, so we need to rotate the fbcon to
21 * compensate. Unfortunately these (cheap) devices also typically have quite
22 * generic DMI data, so we match on a combination of DMI data, screen resolution
23 * and a list of known BIOS dates to avoid false positives.
26 struct drm_dmi_panel_orientation_data {
29 const char * const *bios_dates;
33 static const struct drm_dmi_panel_orientation_data gpd_micropc = {
36 .bios_dates = (const char * const []){ "04/26/2019",
38 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
41 static const struct drm_dmi_panel_orientation_data gpd_onemix2s = {
44 .bios_dates = (const char * const []){ "05/21/2018", "10/26/2018",
46 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
49 static const struct drm_dmi_panel_orientation_data gpd_pocket = {
52 .bios_dates = (const char * const []){ "05/26/2017", "06/28/2017",
53 "07/05/2017", "08/07/2017", NULL },
54 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
57 static const struct drm_dmi_panel_orientation_data gpd_pocket2 = {
60 .bios_dates = (const char * const []){ "06/28/2018", "08/28/2018",
62 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
65 static const struct drm_dmi_panel_orientation_data gpd_win = {
68 .bios_dates = (const char * const []){
69 "10/25/2016", "11/18/2016", "12/23/2016", "12/26/2016",
70 "02/21/2017", "03/20/2017", "05/25/2017", NULL },
71 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
74 static const struct drm_dmi_panel_orientation_data gpd_win2 = {
77 .bios_dates = (const char * const []){
78 "12/07/2017", "05/24/2018", "06/29/2018", NULL },
79 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
82 static const struct drm_dmi_panel_orientation_data itworks_tw891 = {
85 .bios_dates = (const char * const []){ "10/16/2015", NULL },
86 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
89 static const struct drm_dmi_panel_orientation_data onegx1_pro = {
92 .bios_dates = (const char * const []){ "12/17/2020", NULL },
93 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
96 static const struct drm_dmi_panel_orientation_data lcd720x1280_rightside_up = {
99 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
102 static const struct drm_dmi_panel_orientation_data lcd800x1280_leftside_up = {
105 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
108 static const struct drm_dmi_panel_orientation_data lcd800x1280_rightside_up = {
111 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
114 static const struct drm_dmi_panel_orientation_data lcd1080x1920_leftside_up = {
117 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
120 static const struct drm_dmi_panel_orientation_data lcd1080x1920_rightside_up = {
123 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
126 static const struct drm_dmi_panel_orientation_data lcd1200x1920_rightside_up = {
129 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
132 static const struct drm_dmi_panel_orientation_data lcd1280x1920_rightside_up = {
135 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
138 static const struct drm_dmi_panel_orientation_data lcd1600x2560_leftside_up = {
141 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
144 static const struct drm_dmi_panel_orientation_data lcd1600x2560_rightside_up = {
147 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
150 static const struct dmi_system_id orientation_data[] = {
151 { /* Acer One 10 (S1003) */
153 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
154 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "One S1003"),
156 .driver_data = (void *)&lcd800x1280_rightside_up,
157 }, { /* Acer Switch V 10 (SW5-017) */
159 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
160 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SW5-017"),
162 .driver_data = (void *)&lcd800x1280_rightside_up,
163 }, { /* Anbernic Win600 */
165 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Anbernic"),
166 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Win600"),
168 .driver_data = (void *)&lcd720x1280_rightside_up,
169 }, { /* Asus T100HA */
171 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
172 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T100HAN"),
174 .driver_data = (void *)&lcd800x1280_leftside_up,
175 }, { /* Asus T101HA */
177 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
178 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T101HA"),
180 .driver_data = (void *)&lcd800x1280_rightside_up,
181 }, { /* Asus T103HAF */
183 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
184 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T103HAF"),
186 .driver_data = (void *)&lcd800x1280_rightside_up,
187 }, { /* AYA NEO 2021 */
189 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYADEVICE"),
190 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "AYA NEO 2021"),
192 .driver_data = (void *)&lcd800x1280_rightside_up,
193 }, { /* AYA NEO AIR */
195 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"),
196 DMI_MATCH(DMI_PRODUCT_NAME, "AIR"),
198 .driver_data = (void *)&lcd1080x1920_leftside_up,
199 }, { /* AYA NEO NEXT */
201 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AYANEO"),
202 DMI_MATCH(DMI_BOARD_NAME, "NEXT"),
204 .driver_data = (void *)&lcd800x1280_rightside_up,
205 }, { /* AYA NEO KUN */
207 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AYANEO"),
208 DMI_MATCH(DMI_BOARD_NAME, "KUN"),
210 .driver_data = (void *)&lcd1600x2560_rightside_up,
211 }, { /* AYN Loki Max */
213 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ayn"),
214 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Loki Max"),
216 .driver_data = (void *)&lcd1080x1920_leftside_up,
217 }, { /* AYN Loki Zero */
219 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ayn"),
220 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Loki Zero"),
222 .driver_data = (void *)&lcd1080x1920_leftside_up,
223 }, { /* Chuwi HiBook (CWI514) */
225 DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),
226 DMI_MATCH(DMI_BOARD_NAME, "Cherry Trail CR"),
227 /* Above matches are too generic, add bios-date match */
228 DMI_MATCH(DMI_BIOS_DATE, "05/07/2016"),
230 .driver_data = (void *)&lcd1200x1920_rightside_up,
231 }, { /* Chuwi Hi10 Pro (CWI529) */
233 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Hampoo"),
234 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Hi10 pro tablet"),
236 .driver_data = (void *)&lcd1200x1920_rightside_up,
237 }, { /* Dynabook K50 */
239 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dynabook Inc."),
240 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "dynabook K50/FR"),
242 .driver_data = (void *)&lcd800x1280_leftside_up,
243 }, { /* GPD MicroPC (generic strings, also match on bios date) */
245 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Default string"),
246 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Default string"),
247 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Default string"),
248 DMI_EXACT_MATCH(DMI_BOARD_NAME, "Default string"),
250 .driver_data = (void *)&gpd_micropc,
251 }, { /* GPD MicroPC (later BIOS versions with proper DMI strings) */
253 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"),
254 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "MicroPC"),
256 .driver_data = (void *)&lcd720x1280_rightside_up,
257 }, { /* GPD Win Max */
259 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"),
260 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1619-01"),
262 .driver_data = (void *)&lcd800x1280_rightside_up,
264 * GPD Pocket, note that the DMI data is less generic then
265 * it seems, devices with a board-vendor of "AMI Corporation"
266 * are quite rare, as are devices which have both board- *and*
267 * product-id set to "Default String"
270 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
271 DMI_EXACT_MATCH(DMI_BOARD_NAME, "Default string"),
272 DMI_EXACT_MATCH(DMI_BOARD_SERIAL, "Default string"),
273 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Default string"),
275 .driver_data = (void *)&gpd_pocket,
276 }, { /* GPD Pocket 2 (generic strings, also match on bios date) */
278 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Default string"),
279 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Default string"),
280 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Default string"),
281 DMI_EXACT_MATCH(DMI_BOARD_NAME, "Default string"),
283 .driver_data = (void *)&gpd_pocket2,
284 }, { /* GPD Win (same note on DMI match as GPD Pocket) */
286 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
287 DMI_EXACT_MATCH(DMI_BOARD_NAME, "Default string"),
288 DMI_EXACT_MATCH(DMI_BOARD_SERIAL, "Default string"),
289 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Default string"),
291 .driver_data = (void *)&gpd_win,
292 }, { /* GPD Win 2 (too generic strings, also match on bios date) */
294 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Default string"),
295 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Default string"),
296 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Default string"),
297 DMI_EXACT_MATCH(DMI_BOARD_NAME, "Default string"),
299 .driver_data = (void *)&gpd_win2,
302 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"),
303 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1618-03")
305 .driver_data = (void *)&lcd720x1280_rightside_up,
306 }, { /* GPD Win Mini */
308 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"),
309 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1617-01")
311 .driver_data = (void *)&lcd1080x1920_rightside_up,
312 }, { /* I.T.Works TW891 */
314 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "To be filled by O.E.M."),
315 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "TW891"),
316 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "To be filled by O.E.M."),
317 DMI_EXACT_MATCH(DMI_BOARD_NAME, "TW891"),
319 .driver_data = (void *)&itworks_tw891,
320 }, { /* KD Kurio Smart C15200 2-in-1 */
322 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "KD Interactive"),
323 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Kurio Smart"),
324 DMI_EXACT_MATCH(DMI_BOARD_NAME, "KDM960BCP"),
326 .driver_data = (void *)&lcd800x1280_rightside_up,
328 * Lenovo Ideapad Miix 310 laptop, only some production batches
329 * have a portrait screen, the resolution checks makes the quirk
330 * apply only to those batches.
333 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
334 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "80SG"),
335 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "MIIX 310-10ICR"),
337 .driver_data = (void *)&lcd800x1280_rightside_up,
338 }, { /* Lenovo Ideapad Miix 320 */
340 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
341 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "80XF"),
342 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo MIIX 320-10ICR"),
344 .driver_data = (void *)&lcd800x1280_rightside_up,
345 }, { /* Lenovo Ideapad D330-10IGM (HD) */
347 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
348 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad D330-10IGM"),
350 .driver_data = (void *)&lcd800x1280_rightside_up,
351 }, { /* Lenovo Ideapad D330-10IGM (FHD) */
353 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
354 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad D330-10IGM"),
356 .driver_data = (void *)&lcd1200x1920_rightside_up,
357 }, { /* Lenovo Ideapad D330-10IGL (HD) */
359 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
360 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad D330-10IGL"),
362 .driver_data = (void *)&lcd800x1280_rightside_up,
363 }, { /* Lenovo IdeaPad Duet 3 10IGL5 */
365 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
366 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "IdeaPad Duet 3 10IGL5"),
368 .driver_data = (void *)&lcd1200x1920_rightside_up,
369 }, { /* Lenovo Legion Go 8APU1 */
371 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
372 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Legion Go 8APU1"),
374 .driver_data = (void *)&lcd1600x2560_leftside_up,
375 }, { /* Lenovo Yoga Book X90F / X90L */
377 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
378 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "CHERRYVIEW D1 PLATFORM"),
379 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "YETI-11"),
381 .driver_data = (void *)&lcd1200x1920_rightside_up,
382 }, { /* Lenovo Yoga Book X91F / X91L */
384 /* Non exact match to match F + L versions */
385 DMI_MATCH(DMI_PRODUCT_NAME, "Lenovo YB1-X91"),
387 .driver_data = (void *)&lcd1200x1920_rightside_up,
388 }, { /* Lenovo Yoga Tablet 2 830F / 830L */
391 * Note this also matches the Lenovo Yoga Tablet 2 1050F/L
392 * since that uses the same mainboard. The resolution match
393 * will limit this to only matching on the 830F/L. Neither has
394 * any external video outputs so those are not a concern.
396 DMI_MATCH(DMI_SYS_VENDOR, "Intel Corp."),
397 DMI_MATCH(DMI_PRODUCT_NAME, "VALLEYVIEW C0 PLATFORM"),
398 DMI_MATCH(DMI_BOARD_NAME, "BYT-T FFD8"),
399 /* Partial match on beginning of BIOS version */
400 DMI_MATCH(DMI_BIOS_VERSION, "BLADE_21"),
402 .driver_data = (void *)&lcd1200x1920_rightside_up,
403 }, { /* Lenovo Yoga Tab 3 X90F */
405 DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
406 DMI_MATCH(DMI_PRODUCT_NAME, "CHERRYVIEW D1 PLATFORM"),
407 DMI_MATCH(DMI_PRODUCT_VERSION, "Blade3-10A-001"),
409 .driver_data = (void *)&lcd1600x2560_rightside_up,
410 }, { /* Nanote UMPC-01 */
412 DMI_MATCH(DMI_SYS_VENDOR, "RWC CO.,LTD"),
413 DMI_MATCH(DMI_PRODUCT_NAME, "UMPC-01"),
415 .driver_data = (void *)&lcd1200x1920_rightside_up,
416 }, { /* OneGX1 Pro */
418 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "SYSTEM_MANUFACTURER"),
419 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SYSTEM_PRODUCT_NAME"),
420 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Default string"),
422 .driver_data = (void *)&onegx1_pro,
423 }, { /* OneXPlayer */
425 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ONE-NETBOOK TECHNOLOGY CO., LTD."),
426 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ONE XPLAYER"),
428 .driver_data = (void *)&lcd1600x2560_leftside_up,
429 }, { /* OrangePi Neo */
431 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "OrangePi"),
432 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "NEO-01"),
434 .driver_data = (void *)&lcd1200x1920_rightside_up,
435 }, { /* Samsung GalaxyBook 10.6 */
437 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
438 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
440 .driver_data = (void *)&lcd1280x1920_rightside_up,
441 }, { /* Valve Steam Deck (Jupiter) */
443 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
444 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Jupiter"),
445 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
447 .driver_data = (void *)&lcd800x1280_rightside_up,
448 }, { /* Valve Steam Deck (Galileo) */
450 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
451 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"),
452 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
454 .driver_data = (void *)&lcd800x1280_rightside_up,
455 }, { /* VIOS LTH17 */
457 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "VIOS"),
458 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "LTH17"),
460 .driver_data = (void *)&lcd800x1280_rightside_up,
461 }, { /* One Mix 2S (generic strings, also match on bios date) */
463 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Default string"),
464 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Default string"),
465 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Default string"),
466 DMI_EXACT_MATCH(DMI_BOARD_NAME, "Default string"),
468 .driver_data = (void *)&gpd_onemix2s,
474 * drm_get_panel_orientation_quirk - Check for panel orientation quirks
475 * @width: width in pixels of the panel
476 * @height: height in pixels of the panel
478 * This function checks for platform specific (e.g. DMI based) quirks
479 * providing info on panel_orientation for systems where this cannot be
480 * probed from the hard-/firm-ware. To avoid false-positive this function
481 * takes the panel resolution as argument and checks that against the
482 * resolution expected by the quirk-table entry.
484 * Note this function is also used outside of the drm-subsys, by for example
485 * the efifb code. Because of this this function gets compiled into its own
486 * kernel-module when built as a module.
489 * A DRM_MODE_PANEL_ORIENTATION_* value if there is a quirk for this system,
490 * or DRM_MODE_PANEL_ORIENTATION_UNKNOWN if there is no quirk.
492 int drm_get_panel_orientation_quirk(int width, int height)
494 const struct dmi_system_id *match;
495 const struct drm_dmi_panel_orientation_data *data;
496 const char *bios_date;
499 for (match = dmi_first_match(orientation_data);
501 match = dmi_first_match(match + 1)) {
502 data = match->driver_data;
504 if (data->width != width ||
505 data->height != height)
508 if (!data->bios_dates)
509 return data->orientation;
511 bios_date = dmi_get_system_info(DMI_BIOS_DATE);
515 i = match_string(data->bios_dates, -1, bios_date);
517 return data->orientation;
520 return DRM_MODE_PANEL_ORIENTATION_UNKNOWN;
522 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
526 /* There are no quirks for non x86 devices yet */
527 int drm_get_panel_orientation_quirk(int width, int height)
529 return DRM_MODE_PANEL_ORIENTATION_UNKNOWN;
531 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
535 MODULE_DESCRIPTION("Quirks for non-normal panel orientation");
536 MODULE_LICENSE("Dual MIT/GPL");