summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@nx6125b.(none)>2007-04-22 11:36:00 +1000
committerDave Airlie <airlied@nx6125b.(none)>2007-04-22 11:36:00 +1000
commitdd6a966e862b774a8e8b9e1a085309219673efad (patch)
treeb7b59fdf393911798eeb83dca59758f0f67ff861 /src/radeon_probe.h
parentc81ed9bd7b37c9d02141d10f6c7bad3d0c57032f (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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index f4465163..dc30e2e9 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