drm/i915: add VBT address and size fields to ASLE mailbox struct
authorDeepak M <[email protected]>
Mon, 30 Nov 2015 22:47:05 +0000 (04:17 +0530)
committerJani Nikula <[email protected]>
Fri, 11 Dec 2015 12:08:38 +0000 (14:08 +0200)
To be used on systems where the VBT does not fit into the normal VBT
mailbox.

v3: rebase

Cc: Jani Nikula <[email protected]>
Signed-off-by: Deepak M <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
[Jani: updated commit message]
Signed-off-by: Jani Nikula <[email protected]>
drivers/gpu/drm/i915/intel_opregion.c

index e362a30776fa63b41875822c2d9e6cfd94f752b7..64efedfad8797bff6779077ec48b30471f723e5f 100644 (file)
@@ -120,7 +120,9 @@ struct opregion_asle {
        u64 fdss;
        u32 fdsp;
        u32 stat;
-       u8 rsvd[70];
+       u64 rvda;       /* Physical address of raw vbt data */
+       u32 rvds;       /* Size of raw vbt data */
+       u8 rsvd[58];
 } __packed;
 
 /* Driver readiness indicator */