]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
drm/i915: Document a few more BDB_GENERAL_FEATURES bits from PCH BIOS
authorKeith Packard <keithp@keithp.com>
Mon, 26 Sep 2011 21:25:57 +0000 (14:25 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Sep 2011 18:12:39 +0000 (11:12 -0700)
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>
drivers/gpu/drm/i915/intel_bios.h

index 02b1b62415df5759697d712c4135513707043207..72fb500bf39f562da5dbeb9a1dd42f73ef3b6127 100644 (file)
@@ -135,7 +135,10 @@ struct bdb_general_features {
         /* bits 5 */
        u8 int_crt_support:1;
        u8 int_tv_support:1;
-       u8 rsvd11:6; /* finish byte */
+       u8 int_efp_support:1;
+       u8 dp_ssc_enb:1;        /* PCH attached eDP supports SSC */
+       u8 dp_ssc_freq:1;       /* SSC freq for PCH attached eDP */
+       u8 rsvd11:3; /* finish byte */
 } __attribute__((packed));
 
 /* pre-915 */