diff options
author | Dave Airlie <airlied@nx6125b.(none)> | 2007-04-22 11:36:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-04-22 11:36:52 +1000 |
commit | 3828237200fc16d4d32664fb8358950c213d4897 (patch) | |
tree | b7b59fdf393911798eeb83dca59758f0f67ff861 /src/radeon_probe.h | |
parent | c81ed9bd7b37c9d02141d10f6c7bad3d0c57032f (diff) |
radeon: add support for DDC on some laptop chipsets
I noticed fglrx has DDC for the panel in the rs480 laptop, however radeon
didn't pick it up, so I valgrinded fglrx and spotted 0x1a0/0x1a4 accesses
I actually noticed this before from the BIOS but never figured it out.
So now I get DDC from the LCD on this laptop.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index f446516..dc30e2e 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -48,7 +48,8 @@ typedef enum DDC_MONID, DDC_DVI, DDC_VGA, - DDC_CRT2 + DDC_CRT2, + DDC_LCD, } RADEONDDCType; typedef enum |