drm/modes: Fix interlaced mode names
Height in frame size, not field size, and trailed with an 'i'. Matches the X server behaviour. Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
committed by
Dave Airlie
parent
7a37435008
commit
171fdd8929
@@ -1013,10 +1013,10 @@ static struct drm_display_mode *drm_mode_detailed(struct drm_device *dev,
|
||||
if (mode->vsync_end > mode->vtotal)
|
||||
mode->vtotal = mode->vsync_end + 1;
|
||||
|
||||
drm_mode_set_name(mode);
|
||||
|
||||
drm_mode_do_interlace_quirk(mode, pt);
|
||||
|
||||
drm_mode_set_name(mode);
|
||||
|
||||
if (quirks & EDID_QUIRK_DETAILED_SYNC_PP) {
|
||||
pt->misc |= DRM_EDID_PT_HSYNC_POSITIVE | DRM_EDID_PT_VSYNC_POSITIVE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user