diff options
author | Francisco Jerez <currojerez@riseup.net> | 2010-07-21 15:08:11 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-07-25 21:43:15 -0400 |
commit | 8bded189552800cae6c333475a54dabe048a74aa (patch) | |
tree | 73f96420903c2a3167812128d6c7bf0d5957ad31 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | b01f06085e62c36659a5b6bde359ed1d98da91d7 (diff) |
drm/nv30: Init the PFB+0x3xx memory timing regs.
Fixes the randomly flashing vertical lines seen on some nv3x after a
cold-boot.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 6b24186a103..9f4b8f2e2ec 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -896,6 +896,10 @@ extern void nv10_fb_takedown(struct drm_device *); | |||
896 | extern void nv10_fb_set_region_tiling(struct drm_device *, int, uint32_t, | 896 | extern void nv10_fb_set_region_tiling(struct drm_device *, int, uint32_t, |
897 | uint32_t, uint32_t); | 897 | uint32_t, uint32_t); |
898 | 898 | ||
899 | /* nv30_fb.c */ | ||
900 | extern int nv30_fb_init(struct drm_device *); | ||
901 | extern void nv30_fb_takedown(struct drm_device *); | ||
902 | |||
899 | /* nv40_fb.c */ | 903 | /* nv40_fb.c */ |
900 | extern int nv40_fb_init(struct drm_device *); | 904 | extern int nv40_fb_init(struct drm_device *); |
901 | extern void nv40_fb_takedown(struct drm_device *); | 905 | extern void nv40_fb_takedown(struct drm_device *); |