diff options
author | Adam Jackson <ajax@redhat.com> | 2010-08-03 14:38:17 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-10 10:46:57 +1000 |
commit | 4d76a22134d5a5ad259fd667f3d2b215b7e71d10 (patch) | |
tree | 683d8df7efc2a652cc78146022a31bbab1877950 /include/drm | |
parent | fb439640145df0d3af7eacb83a19d8eb0a24002a (diff) | |
download | kernel_samsung_smdk4412-4d76a22134d5a5ad259fd667f3d2b215b7e71d10.zip kernel_samsung_smdk4412-4d76a22134d5a5ad259fd667f3d2b215b7e71d10.tar.gz kernel_samsung_smdk4412-4d76a22134d5a5ad259fd667f3d2b215b7e71d10.tar.bz2 |
drm/edid: Add detailed block walk for CEA extensions
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_edid.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index 39e2cc5..5881fad 100644 --- a/include/drm/drm_edid.h +++ b/include/drm/drm_edid.h @@ -28,6 +28,12 @@ #define EDID_LENGTH 128 #define DDC_ADDR 0x50 +#define CEA_EXT 0x02 +#define VTB_EXT 0x10 +#define DI_EXT 0x40 +#define LS_EXT 0x50 +#define MI_EXT 0x60 + struct est_timings { u8 t1; u8 t2; |