[PATCH 0/4] drm/edid: Recognize 60Hz and 59.94Hz CEA modes v2
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Wed Apr 24 09:07:14 PDT 2013
The same old CEA mode 60 Hz vs. 59.94 Hz handling series.
While reviewing v1, Paulo noticed a missing EXPORT_SYMBOL(),
which is now fixed. Everything else is unchanged.
>From my POV this is ready to go in. The only real questions is
whether or not we want to populate the connector's mode list
with both 60Hz and 59.94 Hz variants. But that's an orthogonal
issue, and doesn't prevent us from merging this set.
Ville Syrjälä (4):
drm: Remove explicit vrefresh initialization from DRM_MODE()
drm: Add drm_mode_equal_no_clocks()
drm/edid: Populate vrefresh for CEA modes
drm/edid: Check both 60Hz and 59.94Hz when looking for a CEA mode
drivers/gpu/drm/drm_edid.c | 220 ++++++++++++++++++++++++++++++--------------
drivers/gpu/drm/drm_modes.c | 22 ++++-
include/drm/drm_crtc.h | 3 +-
3 files changed, 176 insertions(+), 69 deletions(-)
More information about the dri-devel
mailing list