drm/ttm/vmwgfx: Have TTM manage the validation sequence.
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 17 Nov 2010 12:28:31 +0000 (12:28 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 22 Nov 2010 03:25:21 +0000 (13:25 +1000)
commit65705962025df490d13df59ec57c5329d1bd0a16
treeaa9d40bbd1a842aaada664d9d0fa6a317ec1755f
parent95762c2b34069bf4adb7929969f1f5f5fc8a38df
drm/ttm/vmwgfx: Have TTM manage the validation sequence.

Rather than having the driver supply the validation sequence, leave that
responsibility to TTM. This saves some confusion and a function argument.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo.c
drivers/gpu/drm/ttm/ttm_execbuf_util.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
include/drm/ttm/ttm_bo_driver.h
include/drm/ttm/ttm_execbuf_util.h