-
- Downloads
drm/ast: Convert AST driver to |struct drm_gem_vram_object|
The data structure |struct drm_gem_vram_object| and its helpers replace |struct ast_bo|. It's the same implementation; except for the type names. v4: * cleanups from checkpatch.pl Signed-off-by:Thomas Zimmermann <tzimmermann@suse.de> Link: http://patchwork.freedesktop.org/patch/msgid/20190508082630.15116-10-tzimmermann@suse.de Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>
Showing
- drivers/gpu/drm/ast/Kconfig 1 addition, 1 deletiondrivers/gpu/drm/ast/Kconfig
- drivers/gpu/drm/ast/ast_drv.c 3 additions, 2 deletionsdrivers/gpu/drm/ast/ast_drv.c
- drivers/gpu/drm/ast/ast_drv.h 1 addition, 51 deletionsdrivers/gpu/drm/ast/ast_drv.h
- drivers/gpu/drm/ast/ast_fb.c 13 additions, 10 deletionsdrivers/gpu/drm/ast/ast_fb.c
- drivers/gpu/drm/ast/ast_main.c 9 additions, 65 deletionsdrivers/gpu/drm/ast/ast_main.c
- drivers/gpu/drm/ast/ast_mode.c 46 additions, 32 deletionsdrivers/gpu/drm/ast/ast_mode.c
- drivers/gpu/drm/ast/ast_ttm.c 2 additions, 170 deletionsdrivers/gpu/drm/ast/ast_ttm.c
Loading
Please register or sign in to comment