diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-11-23 19:52:43 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-12-21 02:18:39 -0500 |
commit | ddbaf79a8b047dcccf766d0518626cdc0f43d58e (patch) | |
tree | c506ab3e829b8c0e537dc93eb626483603e8b8ed /drivers/gpu/drm/nouveau/nouveau_fbcon.h | |
parent | 966a5b7daa15e152bc2e1f0407939cc721fb5995 (diff) |
drm/nvc0: implement fbcon acceleration
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_fbcon.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_fbcon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_fbcon.h b/drivers/gpu/drm/nouveau/nouveau_fbcon.h index 6b933f2c3a5b..b73c29f87fc3 100644 --- a/drivers/gpu/drm/nouveau/nouveau_fbcon.h +++ b/drivers/gpu/drm/nouveau/nouveau_fbcon.h | |||
@@ -44,11 +44,17 @@ int nv04_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); | |||
44 | int nv04_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect); | 44 | int nv04_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect); |
45 | int nv04_fbcon_imageblit(struct fb_info *info, const struct fb_image *image); | 45 | int nv04_fbcon_imageblit(struct fb_info *info, const struct fb_image *image); |
46 | int nv04_fbcon_accel_init(struct fb_info *info); | 46 | int nv04_fbcon_accel_init(struct fb_info *info); |
47 | |||
47 | int nv50_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect); | 48 | int nv50_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect); |
48 | int nv50_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); | 49 | int nv50_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); |
49 | int nv50_fbcon_imageblit(struct fb_info *info, const struct fb_image *image); | 50 | int nv50_fbcon_imageblit(struct fb_info *info, const struct fb_image *image); |
50 | int nv50_fbcon_accel_init(struct fb_info *info); | 51 | int nv50_fbcon_accel_init(struct fb_info *info); |
51 | 52 | ||
53 | int nvc0_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect); | ||
54 | int nvc0_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); | ||
55 | int nvc0_fbcon_imageblit(struct fb_info *info, const struct fb_image *image); | ||
56 | int nvc0_fbcon_accel_init(struct fb_info *info); | ||
57 | |||
52 | void nouveau_fbcon_gpu_lockup(struct fb_info *info); | 58 | void nouveau_fbcon_gpu_lockup(struct fb_info *info); |
53 | 59 | ||
54 | int nouveau_fbcon_init(struct drm_device *dev); | 60 | int nouveau_fbcon_init(struct drm_device *dev); |