drm/vmwgfx/gmrid: don't provide pointless ttm debug callback
Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200804025632.3868079-11-airlied@gmail.com
This commit is contained in:
parent
ed165d452c
commit
a0bb77cb77
|
@ -137,16 +137,9 @@ static int vmw_gmrid_man_takedown(struct ttm_mem_type_manager *man)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void vmw_gmrid_man_debug(struct ttm_mem_type_manager *man,
|
||||
struct drm_printer *printer)
|
||||
{
|
||||
drm_printf(printer, "No debug info available for the GMR id manager\n");
|
||||
}
|
||||
|
||||
const struct ttm_mem_type_manager_func vmw_gmrid_manager_func = {
|
||||
.init = vmw_gmrid_man_init,
|
||||
.takedown = vmw_gmrid_man_takedown,
|
||||
.get_node = vmw_gmrid_man_get_node,
|
||||
.put_node = vmw_gmrid_man_put_node,
|
||||
.debug = vmw_gmrid_man_debug
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue