Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
A 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()
224 ret = nouveau_bo_new_map(&drm->client, domain, 16 * drm->chan_total, &priv->bo); in nv84_fence_create()
A Dnouveau_chan.c546 drm->chan_nr = drm->chan_total = channels->data; in nouveau_channels_init()
566 drm->runl[i].chan_id_base = drm->chan_total; in nouveau_channels_init()
569 drm->chan_total += drm->runl[i].chan_nr; in nouveau_channels_init()
A Dnouveau_drv.h256 int chan_total; /* Number of channels across all runlists. */ member

Completed in 8 milliseconds