Skip to content

Commit a9cc7c8

Browse files
TWEAK (TO SQUASH)
The 263-line hack for progressive NTSC is not required for PAL60. Signed-off-by: Nick Hollinghurst <[email protected]>
1 parent a6d2984 commit a9cc7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/rp1/rp1-vec/rp1_vec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ static int rp1vec_connector_get_modes(struct drm_connector *connector)
359359
mode->vsync_start >>= 1;
360360
mode->vsync_end >>= 1;
361361
mode->vtotal >>= 1;
362-
if (mode->vtotal == 262 && tvstd <= DRM_MODE_TV_MODE_PAL)
362+
if (mode->vtotal == 262 && tvstd < DRM_MODE_TV_MODE_PAL)
363363
mode->vtotal++;
364364
} else if (mode->hdisplay == 704 && mode->vtotal == preferred_lines) {
365365
mode->type |= DRM_MODE_TYPE_PREFERRED;

0 commit comments

Comments
 (0)