diff options
author | Keith Packard <keithp@keithp.com> | 2011-09-26 17:25:57 -0400 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com> | 2011-12-12 08:07:01 -0500 |
commit | 5a56b916350cabe94c94301149e5d9fcafe64260 (patch) | |
tree | 99318d81a8ef4d091787d6aa7f91341179a71957 /drivers/gpu/drm | |
parent | 066912131a2a1241a143beb68d792cd26b128078 (diff) |
drm/i915: Document a few more BDB_GENERAL_FEATURES bits from PCH BIOS
BugLink: http://bugs.launchpad.net/bugs/614238
This includes whether an eDP panel is present, and whether that should
use SSC (and at what frequency)
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit d2830bdb84fac6e84e45ffe1a4c9bec762295d7d)
BugLink: http://bugs.launchpad.net/bugs/614238
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/i915/intel_bios.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_bios.h b/drivers/gpu/drm/i915/intel_bios.h index 02b1b62415d..72fb500bf39 100644 --- a/drivers/gpu/drm/i915/intel_bios.h +++ b/drivers/gpu/drm/i915/intel_bios.h | |||
@@ -135,7 +135,10 @@ struct bdb_general_features { | |||
135 | /* bits 5 */ | 135 | /* bits 5 */ |
136 | u8 int_crt_support:1; | 136 | u8 int_crt_support:1; |
137 | u8 int_tv_support:1; | 137 | u8 int_tv_support:1; |
138 | u8 rsvd11:6; /* finish byte */ | 138 | u8 int_efp_support:1; |
139 | u8 dp_ssc_enb:1; /* PCH attached eDP supports SSC */ | ||
140 | u8 dp_ssc_freq:1; /* SSC freq for PCH attached eDP */ | ||
141 | u8 rsvd11:3; /* finish byte */ | ||
139 | } __attribute__((packed)); | 142 | } __attribute__((packed)); |
140 | 143 | ||
141 | /* pre-915 */ | 144 | /* pre-915 */ |