drm/vmwgfx: Break out surface and context management to separate files
authorThomas Hellstrom <thellstrom@vmware.com>
Tue, 20 Nov 2012 12:19:36 +0000 (12:19 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Nov 2012 21:47:08 +0000 (07:47 +1000)
commit543831cfc976669b8da963b3e94933e21e051846
treed48ddcdaa3909f9295c24922ee953f44bbdb85de
parentc0951b797e7d0f2c6b0df2c0e18185c72d0cf1a1
drm/vmwgfx: Break out surface and context management to separate files

Add a resource-private header for common resource definitions

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/vmwgfx/Makefile
drivers/gpu/drm/vmwgfx/vmwgfx_context.c [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h [new file with mode: 0644]
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c [new file with mode: 0644]