Home
last modified time | relevance | path

Searched refs:NV_DEVICE_INFO_V0_CELSIUS (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c187 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()
H A Ddisp.h138 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS && impl != 0x0100 && in nv_two_heads()
H A Dcrtc.c278 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()
H A Dhw.h337 …return drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS ? NV10_CURSOR_SIZE : NV04_CURSO… in nv_cursor_width()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0080.h19 #define NV_DEVICE_INFO_V0_CELSIUS 0x02 macro
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c143 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()
H A Dnouveau_bo.c408 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()
H A Dnouveau_chan.c471 if (device->info.family < NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_channel_init()
H A Dnouveau_display.c661 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_CELSIUS) { in nouveau_display_create()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c138 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_udevice_info()