Home
last modified time | relevance | path

Searched refs:NV_10 (Results 1 – 13 of 13) sorted by relevance

/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c396 if (nv_device(drm->device)->card_type >= NV_10) in nv_save_state_ramdac()
473 if (nv_device(drm->device)->card_type >= NV_10) in nv_load_state_ramdac()
617 if (nv_device(drm->device)->card_type >= NV_10) { in nv_save_state_ext()
636 if (nv_device(drm->device)->card_type >= NV_10) { in nv_save_state_ext()
671 if (nv_device(drm->device)->card_type >= NV_10) { in nv_load_state_ext()
735 if (nv_device(drm->device)->card_type >= NV_10) { in nv_load_state_ext()
743 if (nv_device(drm->device)->card_type == NV_10) { in nv_load_state_ext()
Ddisp.h131 if (nv_device(drm->device)->card_type >= NV_10 && impl != 0x0100 && in nv_two_heads()
Dcrtc.c277 if (dev->overlayAdaptor && nv_device(drm->device)->card_type >= NV_10) in nv_crtc_mode_set_vga()
567 if (nv_device(drm->device)->card_type >= NV_10) in nv_crtc_mode_set_regs()
585 if (nv_device(drm->device)->card_type >= NV_10) in nv_crtc_mode_set_regs()
Dhw.h338 return nv_device(drm->device)->card_type >= NV_10 ? NV10_CURSOR_SIZE : NV04_CURSOR_SIZE; in nv_cursor_width()
/drivers/gpu/drm/nouveau/core/include/core/
Ddevice.h73 NV_10 = 0x10, enumerator
/drivers/gpu/drm/nouveau/core/engine/device/
Dbase.c164 case 0x10: device->card_type = NV_10; break; in nouveau_devobj_ctor()
191 case NV_10: ret = nv10_identify(device); break; in nouveau_devobj_ctor()
/drivers/gpu/drm/nouveau/
Dnv04_fbcon.c178 device->card_type >= NV_10 ? 0x0062 : 0x0042, in nv04_fbcon_accel_init()
Dnouveau_abi16.c89 case NV_10: in nouveau_abi16_swclass()
Dnouveau_display.c315 if (nv_device(drm->device)->card_type < NV_10) { in nouveau_display_create()
Dnouveau_drm.c172 if (device->card_type < NV_10) ret = nv04_fence_create(drm); in nouveau_accel_init()
Dnouveau_bo.c260 if (nv_device(drm->device)->card_type == NV_10 && in set_placement_range()
1171 if (nv_device(drm->device)->card_type >= NV_10) { in nouveau_bo_vm_bind()
Dnouveau_connector.c215 (nv_device(drm->device)->card_type == NV_10 && in nouveau_connector_set_encoder()
/drivers/gpu/drm/nouveau/core/subdev/bios/
Dpll.c116 case NV_10: in pll_map()