Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/therm/
Dfanpwm.c51 if (card_type <= NV_40 || (priv->func.log[0] & 1)) in nouveau_fanpwm_get()
77 if (card_type <= NV_40 || (priv->func.log[0] & 1)) in nouveau_fanpwm_set()
/drivers/gpu/drm/nouveau/core/engine/disp/
Dvga.c45 if (device->card_type < NV_40) in nv_rdport()
70 if (device->card_type < NV_40) in nv_wrport()
/drivers/gpu/drm/nouveau/core/engine/device/
Dbase.c130 case NV_40: args->v0.family = NV_DEVICE_INFO_V0_CURIE; break; in nouveau_devobj_info()
366 case 0x060: device->card_type = NV_40; break; in nouveau_devobj_ctor()
395 case NV_40: ret = nv40_identify(device); break; in nouveau_devobj_ctor()
/drivers/gpu/drm/nouveau/core/include/core/
Ddevice.h88 NV_40 = 0x40, enumerator
/drivers/gpu/drm/nouveau/core/subdev/bios/
Dpll.c122 case NV_40: in pll_map()
Dbase.c150 if (device->card_type == NV_40 && device->chipset >= 0x4c) in nouveau_bios_shadow_prom()
/drivers/gpu/drm/nouveau/core/engine/fifo/
Dnv04.c428 if (device->card_type < NV_40) { in nv04_fifo_cache_error()
/drivers/gpu/drm/nouveau/core/engine/graph/
Dnv04.c1204 if (nv_device(obj)->card_type == NV_40) in nv04_graph_idle()