Searched refs:NVDEV_ENGINE_CRYPT (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/nouveau/core/engine/device/ |
D | nv50.c | 102 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv84_crypt_oclass; in nv50_identify() 128 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv84_crypt_oclass; in nv50_identify() 154 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv84_crypt_oclass; in nv50_identify() 180 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv84_crypt_oclass; in nv50_identify() 206 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv84_crypt_oclass; in nv50_identify() 231 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv98_crypt_oclass; in nv50_identify() 258 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv84_crypt_oclass; in nv50_identify() 283 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv98_crypt_oclass; in nv50_identify() 309 device->oclass[NVDEV_ENGINE_CRYPT ] = &nv98_crypt_oclass; in nv50_identify()
|
D | base.c | 85 [NVDEV_ENGINE_CRYPT] = NV_DEVICE_DISABLE_CRYPT,
|
/drivers/gpu/drm/nouveau/core/engine/fifo/ |
D | nv84.c | 60 case NVDEV_ENGINE_CRYPT: addr = 0x00a0; break; in nv84_fifo_context_attach() 93 case NVDEV_ENGINE_CRYPT: engn = 4; addr = 0x00a0; break; in nv84_fifo_context_detach() 141 case NVDEV_ENGINE_CRYPT : in nv84_fifo_object_attach() 174 (1ULL << NVDEV_ENGINE_CRYPT) | in nv84_fifo_chan_ctor_dma() 237 (1ULL << NVDEV_ENGINE_CRYPT) | in nv84_fifo_chan_ctor_ind()
|
/drivers/gpu/drm/nouveau/core/subdev/mc/ |
D | nv98.c | 36 { 0x00004000, NVDEV_ENGINE_CRYPT }, /* NV84:NVA3 */
|
D | nv50.c | 36 { 0x00004000, NVDEV_ENGINE_CRYPT }, /* NV84- */
|
/drivers/gpu/drm/nouveau/core/include/core/ |
D | device.h | 47 NVDEV_ENGINE_CRYPT, enumerator
|
/drivers/gpu/drm/nouveau/core/subdev/fb/ |
D | nv50.c | 316 { 0x0000000a, "PCRYPT", NULL, NVDEV_ENGINE_CRYPT },
|