diff options
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2012-11-23 12:09:26 -0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-11-29 11:42:37 +0100 |
commit | 374a868a726eb8a1cb28ba88805e51ce34222f8d (patch) | |
tree | c6d63768af759869d9b196571d5a5c74640ccd2e /include/drm | |
parent | 2ff4aeac39dbdcac934694413767f09a27965e11 (diff) | |
download | linux-3.10-374a868a726eb8a1cb28ba88805e51ce34222f8d.tar.gz linux-3.10-374a868a726eb8a1cb28ba88805e51ce34222f8d.tar.bz2 linux-3.10-374a868a726eb8a1cb28ba88805e51ce34222f8d.zip |
drm: add drm_mode_cea_vic
This function returns the VIC of the mode. This value can be used when
creating AVI InfoFrames.
Cc: Thierry Reding <thierry.reding@avionic-design.de>
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=50371
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index c0635b7f869..3538eda94ef 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -1055,6 +1055,7 @@ extern struct drm_display_mode *drm_gtf_mode_complex(struct drm_device *dev, int GTF_2C, int GTF_K, int GTF_2J); extern int drm_add_modes_noedid(struct drm_connector *connector, int hdisplay, int vdisplay); +extern uint8_t drm_mode_cea_vic(const struct drm_display_mode *mode); extern int drm_edid_header_is_valid(const u8 *raw_edid); extern bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid); |