Searched refs:NV_DEVICE_INFO_V0_CELSIUS (Results 1 – 10 of 10) sorted by relevance
187 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CELSIUS && reg1 >= NV_PRAMDAC_VPLL_COEFF) { in nouveau_hw_get_pllvals()400 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) in nv_save_state_ramdac()477 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) in nv_load_state_ramdac()621 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) { in nv_save_state_ext()640 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) { in nv_save_state_ext()674 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) { in nv_load_state_ext()738 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) { in nv_load_state_ext()
138 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS && impl != 0x0100 && in nv_two_heads()
278 if (dev->overlayAdaptor && drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) in nv_crtc_mode_set_vga()567 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) in nv_crtc_mode_set_regs()585 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) in nv_crtc_mode_set_regs()
337 …return drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS ? NV10_CURSOR_SIZE : NV04_CURSO… in nv_cursor_width()
19 #define NV_DEVICE_INFO_V0_CELSIUS 0x02 macro
143 case NV_DEVICE_INFO_V0_CELSIUS: in nouveau_abi16_swclass()435 if (device->info.family < NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_abi16_ioctl_channel_alloc()
408 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CELSIUS && in set_placement_range()1032 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_bo_vm_bind()
471 if (device->info.family < NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_channel_init()
661 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_display_create()
138 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_udevice_info()