Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A 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/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dvga.c40 if (device->card_type < NV_40) in nvkm_rdport()
62 if (device->card_type < NV_40) in nvkm_wrport()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowrom.c51 if (device->card_type == NV_40 && device->chipset >= 0x4c) in nvbios_prom_init()
H A Dpll.c126 case NV_40: in pll_map()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h40 NV_40 = 0x40, enumerator
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c141 case NV_40: args->v0.family = NV_DEVICE_INFO_V0_CURIE; break; in nvkm_udevice_info()
H A Dbase.c3126 case 0x060: device->card_type = NV_40; break; in nvkm_device_ctor()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv04.c320 if (device->card_type < NV_40) { in nv04_fifo_intr_cache_error()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv04.c1217 if (device->card_type == NV_40) in nv04_gr_idle()