Searched refs:cechan (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 268 nouveau_channel_idle(drm->cechan); in nouveau_accel_ce_fini() 270 nouveau_channel_del(&drm->cechan); in nouveau_accel_ce_fini() 282 ret = nouveau_channel_new(drm, device, nvif_fifo_runlist_ce(device), 0, true, &drm->cechan); in nouveau_accel_ce_init() 289 ret = nouveau_channel_new(drm, device, NvDmaFB, NvDmaTT, false, &drm->cechan); in nouveau_accel_ce_init() 812 if (drm->cechan) { in nouveau_do_suspend() 813 ret = nouveau_channel_idle(drm->cechan); in nouveau_do_suspend()
|
H A D | nouveau_drv.h | 180 struct nouveau_channel *cechan; member
|
Completed in 3 milliseconds