[PATCH 2/4] drm/displayid: Iterate over all DisplayID blocks

2016-05-10 Thread Jani Nikula
On Tue, 10 May 2016, Dave Airlie wrote: > From: Tomas Bzatek > > This will iterate over all DisplayID blocks found in the buffer. > Previously only the first block was parsed. > > https://bugs.freedesktop.org/show_bug.cgi?id=95207 > > Signed-off-by: Tomas Bzatek > Signed-off-by: Dave Airlie > -

[PATCH 2/4] drm/displayid: Iterate over all DisplayID blocks

2016-05-10 Thread Dave Airlie
From: Tomas Bzatek This will iterate over all DisplayID blocks found in the buffer. Previously only the first block was parsed. https://bugs.freedesktop.org/show_bug.cgi?id=95207 Signed-off-by: Tomas Bzatek Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_edid.c | 30 ++