/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vga.c | 18 drm->client.device.info.chipset >= 0x4c) in nouveau_vga_set_decode() 21 if (drm->client.device.info.chipset >= 0x40) in nouveau_vga_set_decode()
|
/third_party/mesa3d/src/gallium/winsys/nouveau/drm/ |
H A D | nouveau_drm_winsys.c | 88 switch (dev->chipset & ~0xf) { in nouveau_drm_screen_create() 113 debug_printf("%s: unknown chipset nv%02x\n", __func__, in nouveau_drm_screen_create() 114 dev->chipset); in nouveau_drm_screen_create()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 76 dinfo->chipset = INTEL_830M; in intelfbhw_get_chipset() 82 dinfo->chipset = INTEL_845G; in intelfbhw_get_chipset() 89 dinfo->chipset = INTEL_854; in intelfbhw_get_chipset() 100 dinfo->chipset = INTEL_855GME; in intelfbhw_get_chipset() 104 dinfo->chipset = INTEL_855GM; in intelfbhw_get_chipset() 108 dinfo->chipset = INTEL_852GME; in intelfbhw_get_chipset() 112 dinfo->chipset = INTEL_852GM; in intelfbhw_get_chipset() 116 dinfo->chipset = INTEL_85XGM; in intelfbhw_get_chipset() 122 dinfo->chipset = INTEL_865G; in intelfbhw_get_chipset() 128 dinfo->chipset in intelfbhw_get_chipset() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 76 dinfo->chipset = INTEL_830M; in intelfbhw_get_chipset() 82 dinfo->chipset = INTEL_845G; in intelfbhw_get_chipset() 89 dinfo->chipset = INTEL_854; in intelfbhw_get_chipset() 100 dinfo->chipset = INTEL_855GME; in intelfbhw_get_chipset() 104 dinfo->chipset = INTEL_855GM; in intelfbhw_get_chipset() 108 dinfo->chipset = INTEL_852GME; in intelfbhw_get_chipset() 112 dinfo->chipset = INTEL_852GM; in intelfbhw_get_chipset() 116 dinfo->chipset = INTEL_85XGM; in intelfbhw_get_chipset() 122 dinfo->chipset = INTEL_865G; in intelfbhw_get_chipset() 128 dinfo->chipset in intelfbhw_get_chipset() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.c | 85 nouveau_screen(pscreen)->device->chipset != 0x12b && in nvc0_screen_is_format_supported() 892 switch (screen->base.device->chipset & ~0xf) { in nvc0_screen_init_compute() 923 size *= (screen->base.device->chipset >= 0xe0) ? 64 : 48; /* max warps */ in nvc0_screen_resize_tls_area() 1030 return nv50_ir_nir_shader_compiler_options(screen->base.device->chipset, in nvc0_screen_get_compiler_options() 1054 switch (dev->chipset & ~0xf) { in nvc0_screen_create() 1088 if (dev->chipset >= 0xe0) in nvc0_screen_create() 1131 if (dev->chipset < 0x140) { in nvc0_screen_create() 1132 ret = nouveau_object_new(chan, (dev->chipset < 0xe0) ? 0x1f906e : 0x906e, in nvc0_screen_create() 1141 switch (dev->chipset & ~0xf) { in nvc0_screen_create() 1196 switch (dev->chipset in nvc0_screen_create() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.c | 294 if (device->chipset < 0xa0) in nv50_gr_mp_trap() 338 if (device->chipset < 0xa0) in nv50_gr_tp_trap() 701 if (device->chipset < 0xa0) { in nv50_gr_init() 731 switch (device->chipset & 0xf0) { in nv50_gr_init() 739 if (device->chipset == 0xa0 || in nv50_gr_init() 740 device->chipset == 0xaa || in nv50_gr_init() 741 device->chipset == 0xac) { in nv50_gr_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.c | 294 if (device->chipset < 0xa0) in nv50_gr_mp_trap() 338 if (device->chipset < 0xa0) in nv50_gr_tp_trap() 701 if (device->chipset < 0xa0) { in nv50_gr_init() 731 switch (device->chipset & 0xf0) { in nv50_gr_init() 739 if (device->chipset == 0xa0 || in nv50_gr_init() 740 device->chipset == 0xaa || in nv50_gr_init() 741 device->chipset == 0xac) { in nv50_gr_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv50.c | 102 if (device->chipset > 0x50 && device->chipset < 0x94) { in nv50_fan_pwm_clock()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv50.c | 102 if (device->chipset > 0x50 && device->chipset < 0x94) { in nv50_fan_pwm_clock()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
H A D | nv_driver.c | 159 unsigned int chipset = par->Chipset; in riva_get_memlen() local 228 if(chipset == NV_CHIP_IGEFORCE2) { in riva_get_memlen() 234 } else if (chipset == NV_CHIP_0x01F0) { in riva_get_memlen()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 209 if (drm->client.device.info.chipset <= 0xa0 || in nv50_backlight_init() 210 drm->client.device.info.chipset == 0xaa || in nv50_backlight_init() 211 drm->client.device.info.chipset == 0xac) in nv50_backlight_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
H A D | nv_driver.c | 159 unsigned int chipset = par->Chipset; in riva_get_memlen() local 228 if(chipset == NV_CHIP_IGEFORCE2) { in riva_get_memlen() 234 } else if (chipset == NV_CHIP_0x01F0) { in riva_get_memlen()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | hw.c | 92 if (drm->client.device.info.chipset == 0x11) { in NVSetOwner() 103 if (drm->client.device.info.chipset == 0x11) { /* set me harder */ in NVSetOwner() 152 else if (drm->client.device.info.chipset == 0x30 || drm->client.device.info.chipset == 0x35) { in nouveau_hw_decode_pll() 406 if (drm->client.device.info.chipset == 0x11) in nv_save_state_ramdac() 413 if (drm->client.device.info.chipset >= 0x30) in nv_save_state_ramdac() 483 if (drm->client.device.info.chipset == 0x11) in nv_load_state_ramdac() 490 if (drm->client.device.info.chipset >= 0x30) in nv_load_state_ramdac() 817 if (drm->client.device.info.chipset == 0x11) in nouveau_hw_save_state()
|
H A D | overlay.c | 130 unsigned shift = drm->client.device.info.chipset >= 0x30 ? 1 : 3; in nv10_update_plane() 289 switch (drm->client.device.info.chipset) { in nv10_overlay_init() 514 if (dev->info.chipset < 0x10) in nouveau_overlay_init() 516 else if (dev->info.chipset <= 0x40) in nouveau_overlay_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/ |
H A D | savage_state.c | 218 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_state() 331 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_prim() 367 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_prim() 399 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_prim() 469 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_vb_prim() 589 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_idx() 619 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_idx() 660 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_idx() 728 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_vb_idx()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | hw.c | 92 if (drm->client.device.info.chipset == 0x11) { in NVSetOwner() 103 if (drm->client.device.info.chipset == 0x11) { /* set me harder */ in NVSetOwner() 152 else if (drm->client.device.info.chipset == 0x30 || drm->client.device.info.chipset == 0x35) { in nouveau_hw_decode_pll() 408 if (drm->client.device.info.chipset == 0x11) in nv_save_state_ramdac() 415 if (drm->client.device.info.chipset >= 0x30) in nv_save_state_ramdac() 485 if (drm->client.device.info.chipset == 0x11) in nv_load_state_ramdac() 492 if (drm->client.device.info.chipset >= 0x30) in nv_load_state_ramdac() 819 if (drm->client.device.info.chipset == 0x11) in nouveau_hw_save_state()
|
H A D | overlay.c | 130 unsigned shift = drm->client.device.info.chipset >= 0x30 ? 1 : 3; in nv10_update_plane() 289 switch (drm->client.device.info.chipset) { in nv10_overlay_init() 515 if (dev->info.chipset < 0x10) in nouveau_overlay_init() 517 else if (dev->info.chipset <= 0x40) in nouveau_overlay_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/bsp/ |
H A D | g84.c | 42 device->chipset != 0x92, 0x103000, pengine); in g84_bsp_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | g84.c | 47 (device->chipset >= 0x94), pclk); in g84_clk_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/bsp/ |
H A D | g84.c | 43 device->chipset != 0x92, 0x103000, pengine); in g84_bsp_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | pll.c | 130 if (device->chipset == 0x50) in pll_map() 133 if (device->chipset < 0xa3 || in pll_map() 134 device->chipset == 0xaa || in pll_map() 135 device->chipset == 0xac) in pll_map()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | pll.c | 129 if (device->chipset == 0x50) in pll_map() 132 if (device->chipset < 0xa3 || in pll_map() 133 device->chipset == 0xaa || in pll_map() 134 device->chipset == 0xac) in pll_map()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv1a.c | 46 if (fb->subdev.device->chipset == 0x1a) { in nv1a_ram_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv1a.c | 46 if (fb->subdev.device->chipset == 0x1a) { in nv1a_ram_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | g84.c | 47 return nv50_clk_new_(&g84_clk, device, type, inst, (device->chipset >= 0x94), pclk); in g84_clk_new()
|