Searched refs:chan_total (Results 1 – 3 of 3) sorted by relevance
161 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()
546 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()
256 int chan_total; /* Number of channels across all runlists. */ member
Completed in 8 milliseconds