[edid-continuous-frequency] Some AIO doesn't have iGPU

Bug #1958195 reported by jeremyszu
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OEM Priority Project
Confirmed
Medium
jeremyszu
Provider for Plainbox - PC Sanity
New
Medium
Unassigned

Bug Description

Some AIO does not use eDP panel, some might connect through HDMI directly.

Please check the origin-from-# for detailed logs.

We assuming:

def is_laptop():
    with open('/sys/class/dmi/id/chassis_type', 'r') as fobj:
        chassis_type = fobj.read().replace('\n', '')
        if chassis_type == '10' or chassis_type == '9' or chassis_type == '13':
            return True
    print("Not laptop, notebook or AIO platform, abort EDID check.")
    return False

before checking edid.

jeremyszu (os369510)
Changed in plainbox-provider-pc-sanity:
assignee: jeremyszu (os369510) → nobody
tags: added: oem-priority originate-from-1957865 stella
Changed in oem-priority:
assignee: nobody → jeremyszu (os369510)
importance: Undecided → Medium
status: New → Confirmed
Changed in plainbox-provider-pc-sanity:
status: Confirmed → New
Andy Chi (andch)
tags: added: originate-from-1980913 somerville
Andy Chi (andch)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.