Home
last modified time | relevance | path

Searched refs:NV_40 (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfanpwm.c50 if (card_type <= NV_40 || (fan->func.log[0] & 1)) in nvkm_fanpwm_get()
75 if (card_type <= NV_40 || (fan->func.log[0] & 1)) in nvkm_fanpwm_set()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c40 if (device->card_type < NV_40) in nvkm_rdport()
62 if (device->card_type < NV_40) in nvkm_wrport()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowrom.c51 if (device->card_type == NV_40 && device->chipset >= 0x4c) in prom_init()
Dpll.c126 case NV_40: in pll_map()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h42 NV_40 = 0x40, enumerator
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c186 if (device->card_type < NV_40) { in nv04_fifo_cache_error()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c141 case NV_40: args->v0.family = NV_DEVICE_INFO_V0_CURIE; break; in nvkm_udevice_info()
Dbase.c3002 case 0x060: device->card_type = NV_40; break; in nvkm_device_ctor()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c1217 if (device->card_type == NV_40) in nv04_gr_idle()