Skip to content

Commit

Permalink
drm/edid: Add new detailed block types from EDID 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Adam Jackson authored and Dave Airlie committed Dec 3, 2009
1 parent 07a5e63 commit 2dbdc52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/drm/drm_edid.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ struct detailed_non_pixel {
} data;
} __attribute__((packed));

#define EDID_DETAIL_EST_TIMINGS 0xf7
#define EDID_DETAIL_CVT_3BYTE 0xf8
#define EDID_DETAIL_COLOR_MGMT_DATA 0xf9
#define EDID_DETAIL_STD_MODES 0xfa
#define EDID_DETAIL_MONITOR_CPDATA 0xfb
#define EDID_DETAIL_MONITOR_NAME 0xfc
Expand Down

0 comments on commit 2dbdc52

Please sign in to comment.