Searched refs:NVDRM_CHAN (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 177 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, NvCtxSurf2D, in nv04_fbcon_accel_init() 183 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, NvClipRect, in nv04_fbcon_accel_init() 188 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, NvRop, in nv04_fbcon_accel_init() 193 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, NvImagePatt, in nv04_fbcon_accel_init() 198 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, NvGdiRect, in nv04_fbcon_accel_init() 203 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, NvImageBlit, in nv04_fbcon_accel_init()
|
D | nouveau_abi16.c | 284 ret = nouveau_channel_new(drm, cli, NVDRM_DEVICE, NVDRM_CHAN | in nouveau_abi16_ioctl_channel_alloc() 347 if (chan->chan->handle == (NVDRM_CHAN | req->channel)) { in nouveau_abi16_ioctl_channel_free() 378 ret = nouveau_object_new(abi16->client, NVDRM_CHAN | init->channel, in nouveau_abi16_ioctl_grobj_alloc() 404 if (temp->chan->handle == (NVDRM_CHAN | info->channel)) { in nouveau_abi16_ioctl_notifierobj_alloc() 467 if (temp->chan->handle == (NVDRM_CHAN | fini->channel)) { in nouveau_abi16_ioctl_gpuobj_free()
|
D | nouveau_drm.h | 57 NVDRM_CHAN = 0xcccc0000, /* |= client chid */ enumerator
|
D | nouveau_drm.c | 186 NVDRM_CHAN + 1, in nouveau_accel_init() 200 ret = nouveau_channel_new(drm, &drm->client, NVDRM_DEVICE, NVDRM_CHAN, in nouveau_accel_init()
|
D | nvc0_fbcon.c | 160 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, Nv2D, in nvc0_fbcon_accel_init()
|
D | nv50_fbcon.c | 187 ret = nouveau_object_new(nv_object(chan->cli), NVDRM_CHAN, Nv2D, in nv50_fbcon_accel_init()
|
D | nouveau_gem.c | 663 if (temp->chan->handle == (NVDRM_CHAN | req->channel)) { in nouveau_gem_ioctl_pushbuf()
|