On Fri, Nov 23, 2012 at 12:09:26PM -0200, Paulo Zanoni wrote:
From: Paulo Zanoni paulo.r.zanoni@intel.com
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
drivers/gpu/drm/drm_edid.c | 19 +++++++++++++++++++ include/drm/drm_crtc.h | 1 + 2 files changed, 20 insertions(+)
Since drm-intel-next-queued is too old for this patch, I am rebasing it against drm-next and splitting into 2 patches: one drm-only and the other i915-only, so I imagine the first will be merged by Dave and the second by Daniel.
New version:
- Based on Dave's drm-next
- Fix function name inside the comments
- Remove the i915 chunk
- Constification of other functions is no more required as they are already const here.
Looks good to me:
Reviewed-by: Thierry Reding thierry.reding@avionic-design.de