Home
last modified time | relevance | path

Searched defs:opregion_acpi (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/gma500/
Dopregion.c56 struct opregion_acpi { struct
57 u32 drdy; /* driver readiness */
58 u32 csts; /* notification status */
59 u32 cevt; /* current event */
60 u8 rsvd1[20];
61 u32 didl[8]; /* supported display devices ID list */
62 u32 cpdl[8]; /* currently presented display list */
63 u32 cadl[8]; /* currently active display list */
64 u32 nadl[8]; /* next active devices list */
65 u32 aslp; /* ASL sleep time-out */
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_opregion.c76 struct opregion_acpi { struct
77 u32 drdy; /* driver readiness */
78 u32 csts; /* notification status */
79 u32 cevt; /* current event */
80 u8 rsvd1[20];
81 u32 didl[8]; /* supported display devices ID list */
82 u32 cpdl[8]; /* currently presented display list */
83 u32 cadl[8]; /* currently active display list */
84 u32 nadl[8]; /* next active devices list */
85 u32 aslp; /* ASL sleep time-out */
[all …]