Home
last modified time | relevance | path

Searched refs:vmw_cmdbuf_startstop (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c187 static int vmw_cmdbuf_startstop(struct vmw_cmdbuf_man *man, bool enable);
520 if (restart && vmw_cmdbuf_startstop(man, true)) in vmw_cmdbuf_work_func()
1095 static int vmw_cmdbuf_startstop(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_startstop() function
1249 ret = vmw_cmdbuf_startstop(man, true); in vmw_cmdbuf_man_create()
1305 if (vmw_cmdbuf_startstop(man, false)) in vmw_cmdbuf_man_destroy()