[PATCH 1/2] drm/edid: add #defines and helpers for ELD

2014-11-04 Thread Rodrigo Vivi
On Tue, Oct 28, 2014 at 7:20 AM, Jani Nikula wrote: > In the interest of reducing magic numbers and having to cross check with > the specs all the time. > > Signed-off-by: Jani Nikula > --- > include/drm/drm_edid.h | 102 > + > 1 file changed, 102

[PATCH 1/2] drm/edid: add #defines and helpers for ELD

2014-10-28 Thread Jani Nikula
In the interest of reducing magic numbers and having to cross check with the specs all the time. Signed-off-by: Jani Nikula --- include/drm/drm_edid.h | 102 + 1 file changed, 102 insertions(+) diff --git a/include/drm/drm_edid.h b/include/drm/drm