diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/nvidia/nvidia.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/nvidia/nvidia.c b/drivers/video/nvidia/nvidia.c index 41f63658572f..8c3a25360232 100644 --- a/drivers/video/nvidia/nvidia.c +++ b/drivers/video/nvidia/nvidia.c | |||
@@ -674,6 +674,7 @@ static int nvidiafb_set_par(struct fb_info *info) | |||
674 | info->fbops->fb_sync = nvidiafb_sync; | 674 | info->fbops->fb_sync = nvidiafb_sync; |
675 | info->pixmap.scan_align = 4; | 675 | info->pixmap.scan_align = 4; |
676 | info->flags &= ~FBINFO_HWACCEL_DISABLED; | 676 | info->flags &= ~FBINFO_HWACCEL_DISABLED; |
677 | info->flags |= FBINFO_READS_FAST; | ||
677 | NVResetGraphics(info); | 678 | NVResetGraphics(info); |
678 | } else { | 679 | } else { |
679 | info->fbops->fb_imageblit = cfb_imageblit; | 680 | info->fbops->fb_imageblit = cfb_imageblit; |
@@ -682,6 +683,7 @@ static int nvidiafb_set_par(struct fb_info *info) | |||
682 | info->fbops->fb_sync = NULL; | 683 | info->fbops->fb_sync = NULL; |
683 | info->pixmap.scan_align = 1; | 684 | info->pixmap.scan_align = 1; |
684 | info->flags |= FBINFO_HWACCEL_DISABLED; | 685 | info->flags |= FBINFO_HWACCEL_DISABLED; |
686 | info->flags &= ~FBINFO_READS_FAST; | ||
685 | } | 687 | } |
686 | 688 | ||
687 | par->cursor_reset = 1; | 689 | par->cursor_reset = 1; |