Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnv84_fence.c161 priv->suspend = vmalloc(array_size(sizeof(u32), drm->chan_total)); in nv84_fence_suspend()
163 for (i = 0; i < drm->chan_total; i++) in nv84_fence_suspend()
177 for (i = 0; i < drm->chan_total; i++) in nv84_fence_resume()
225 ret = nouveau_bo_new(&drm->client, 16 * drm->chan_total, 0, in nv84_fence_create()
Dnouveau_chan.c552 drm->chan_nr = drm->chan_total = args.v.channels.data; in nouveau_channels_init()
571 drm->runl[i].chan_id_base = drm->chan_total; in nouveau_channels_init()
574 drm->chan_total += drm->runl[i].chan_nr; in nouveau_channels_init()
Dnouveau_drv.h252 int chan_total; /* Number of channels across all runlists. */ member