File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -495,6 +495,24 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
495
495
DMI_MATCH (DMI_PRODUCT_NAME , "iMac11,3" ),
496
496
},
497
497
},
498
+ {
499
+ /* https://gitlab.freedesktop.org/drm/amd/-/issues/1838 */
500
+ .callback = video_detect_force_native ,
501
+ /* Apple iMac12,1 */
502
+ .matches = {
503
+ DMI_MATCH (DMI_SYS_VENDOR , "Apple Inc." ),
504
+ DMI_MATCH (DMI_PRODUCT_NAME , "iMac12,1" ),
505
+ },
506
+ },
507
+ {
508
+ /* https://gitlab.freedesktop.org/drm/amd/-/issues/2753 */
509
+ .callback = video_detect_force_native ,
510
+ /* Apple iMac12,2 */
511
+ .matches = {
512
+ DMI_MATCH (DMI_SYS_VENDOR , "Apple Inc." ),
513
+ DMI_MATCH (DMI_PRODUCT_NAME , "iMac12,2" ),
514
+ },
515
+ },
498
516
{
499
517
/* https://bugzilla.redhat.com/show_bug.cgi?id=1217249 */
500
518
.callback = video_detect_force_native ,
You can’t perform that action at this time.
0 commit comments