X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fdrm%2Fdrm_crtc.h;h=f35e7edd7de2578c630ba4fca7cfb027f452a732;hb=f89ec8a456dde7f18a13de77b4d79e6b05ca7c84;hp=6f5faf669959ff06c9a568409141904648ea31cb;hpb=1b23170a8e14ef62ad1daa957aa528212a8d0aef;p=deliverable%2Flinux.git diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 6f5faf669959..f35e7edd7de2 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -1012,7 +1012,7 @@ extern int drm_add_modes_noedid(struct drm_connector *connector, int hdisplay, int vdisplay); extern int drm_edid_header_is_valid(const u8 *raw_edid); -extern bool drm_edid_block_valid(u8 *raw_edid); +extern bool drm_edid_block_valid(u8 *raw_edid, int block); extern bool drm_edid_is_valid(struct edid *edid); struct drm_display_mode *drm_mode_find_dmt(struct drm_device *dev, int hsize, int vsize, int fresh,