diff options
Diffstat (limited to 'linux-core/nv50_fbcon.c')
| -rw-r--r-- | linux-core/nv50_fbcon.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/nv50_fbcon.c b/linux-core/nv50_fbcon.c index 8969860b..80597a76 100644 --- a/linux-core/nv50_fbcon.c +++ b/linux-core/nv50_fbcon.c @@ -239,8 +239,8 @@ static int nv50_fbcon_set_par(struct fb_info *info)  		drm_mode->clock = PICOS2KHZ(var->pixclock);  		drm_mode->vrefresh = drm_mode_vrefresh(drm_mode);  		drm_mode->flags = 0; -		drm_mode->flags |= var->sync & FB_SYNC_HOR_HIGH_ACT ? V_PHSYNC : V_NHSYNC; -		drm_mode->flags |= var->sync & FB_SYNC_VERT_HIGH_ACT ? V_PVSYNC : V_NVSYNC; +		drm_mode->flags |= var->sync & FB_SYNC_HOR_HIGH_ACT ? DRM_MODE_FLAG_PHSYNC : DRM_MODE_FLAG_NHSYNC; +		drm_mode->flags |= var->sync & FB_SYNC_VERT_HIGH_ACT ? DRM_MODE_FLAG_PVSYNC : DRM_MODE_FLAG_NVSYNC;  		drm_mode_set_name(drm_mode);  		drm_mode_set_crtcinfo(drm_mode, CRTC_INTERLACE_HALVE_V);  | 
