Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfanpwm.c51 if (card_type <= NV_40 || (priv->func.log[0] & 1)) in nvkm_fanpwm_get()
77 if (card_type <= NV_40 || (priv->func.log[0] & 1)) in nvkm_fanpwm_set()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c44 if (device->card_type < NV_40) in nv_rdport()
69 if (device->card_type < NV_40) in nv_wrport()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowrom.c53 if (nv_device(bios)->card_type == NV_40 && in prom_init()
Dpll.c123 case NV_40: in pll_map()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h28 NV_40 = 0x40, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c130 case NV_40: args->v0.family = NV_DEVICE_INFO_V0_CURIE; break; in nvkm_devobj_info()
376 case 0x060: device->card_type = NV_40; break;
406 case NV_40: ret = nv40_identify(device); break;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c422 if (device->card_type < NV_40) { in nv04_fifo_cache_error()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c1198 if (nv_device(obj)->card_type == NV_40) in nv04_gr_idle()