aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/aspeed
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2020-04-15 09:40:29 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2020-04-28 16:12:41 +0200
commite95d2f40124992fb60a150e297b6fe96cc4ac741 (patch)
tree9e6088fdcc8607d58020025bdce73090705338db /drivers/gpu/drm/aspeed
parentdrm/cirrus: Move to drm/tiny (diff)
downloadlinux-dev-e95d2f40124992fb60a150e297b6fe96cc4ac741.tar.xz
linux-dev-e95d2f40124992fb60a150e297b6fe96cc4ac741.zip
drm/aspeed: Drop aspeed_gfx->fbdev
No longer used since the conversion to generic fbdev. Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Cc: Joel Stanley <joel@jms.id.au> Cc: Andrew Jeffery <andrew@aj.id.au> Cc: linux-aspeed@lists.ozlabs.org Cc: linux-arm-kernel@lists.infradead.org Link: https://patchwork.freedesktop.org/patch/msgid/20200415074034.175360-55-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/aspeed')
-rw-r--r--drivers/gpu/drm/aspeed/aspeed_gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/aspeed/aspeed_gfx.h b/drivers/gpu/drm/aspeed/aspeed_gfx.h
index a10358bb61ec..adc02940de6f 100644
--- a/drivers/gpu/drm/aspeed/aspeed_gfx.h
+++ b/drivers/gpu/drm/aspeed/aspeed_gfx.h
@@ -12,7 +12,6 @@ struct aspeed_gfx {
struct drm_simple_display_pipe pipe;
struct drm_connector connector;
- struct drm_fbdev_cma *fbdev;
};
int aspeed_gfx_create_pipe(struct drm_device *drm);