-
- Downloads
drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct nouveau_fbdev
The vma field of struct nouveau_framebuffer is a special field for the the accelerated fbdev console. Hence there's at most one single instance for the active console. Moving it into struct nouveau_fbdev makes struct nouveau_framebuffer slightly smaller and brings it closer to struct drm_framebuffer. Signed-off-by:Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by:
Ben Skeggs <bskeggs@redhat.com>
Showing
- drivers/gpu/drm/nouveau/nouveau_display.h 0 additions, 1 deletiondrivers/gpu/drm/nouveau/nouveau_display.h
- drivers/gpu/drm/nouveau/nouveau_fbcon.c 3 additions, 3 deletionsdrivers/gpu/drm/nouveau/nouveau_fbcon.c
- drivers/gpu/drm/nouveau/nouveau_fbcon.h 3 additions, 0 deletionsdrivers/gpu/drm/nouveau/nouveau_fbcon.h
- drivers/gpu/drm/nouveau/nv50_fbcon.c 4 additions, 5 deletionsdrivers/gpu/drm/nouveau/nv50_fbcon.c
- drivers/gpu/drm/nouveau/nvc0_fbcon.c 4 additions, 5 deletionsdrivers/gpu/drm/nouveau/nvc0_fbcon.c
Loading
Please register or sign in to comment