diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-11-04 17:20:35 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-11-07 14:04:44 +1000 |
commit | 595b61cc1316c755c77f832fa27788a6fc1a8608 (patch) | |
tree | 4b25615c01d324d947863e74259782bf33ea01ea /drivers/gpu/drm/nouveau/nouveau_fbcon.h | |
parent | 9dec9280523157da820f923e18dd6a7bf99fead7 (diff) | |
download | talos-op-linux-595b61cc1316c755c77f832fa27788a6fc1a8608.tar.gz talos-op-linux-595b61cc1316c755c77f832fa27788a6fc1a8608.zip |
drm/nouveau/fbcon: make use of drm_fb_helper.fb
Transitional step towards properly refcounting the fbcon fb.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_fbcon.h b/drivers/gpu/drm/nouveau/nouveau_fbcon.h index 710064d425ad..35036a4baf3c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_fbcon.h +++ b/drivers/gpu/drm/nouveau/nouveau_fbcon.h @@ -33,7 +33,7 @@ struct nouveau_fbdev { struct drm_fb_helper helper; - struct nouveau_framebuffer nouveau_fb; + struct nouveau_framebuffer fb; unsigned int saved_flags; struct nvif_object surf2d; struct nvif_object clip; |