Home
last modified time | relevance | path

Searched refs:chipset (Results 1 - 25 of 285) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c308 if (device->chipset == 0x50) { in nv50_gr_construct_mmio()
315 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
319 if (device->chipset == 0x50) in nv50_gr_construct_mmio()
321 else if (device->chipset < 0xa0) in nv50_gr_construct_mmio()
326 if (device->chipset >= 0xa0) in nv50_gr_construct_mmio()
328 if (IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
342 if (device->chipset < 0xa0) { in nv50_gr_construct_mmio()
345 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
356 if (device->chipset == 0x50) in nv50_gr_construct_mmio()
366 if (device->chipset in nv50_gr_construct_mmio()
[all...]
H A Dctxnv40.c123 switch (device->chipset) { in nv40_gr_vs_count()
188 if (device->chipset == 0x40) { in nv40_gr_construct_general()
224 if (device->chipset == 0x4c || in nv40_gr_construct_general()
225 (device->chipset & 0xf0) == 0x60) in nv40_gr_construct_general()
232 switch (device->chipset) { in nv40_gr_construct_general()
241 switch (device->chipset) { in nv40_gr_construct_general()
270 if (device->chipset == 0x40) { in nv40_gr_construct_state3d()
274 if (device->chipset == 0x46 || device->chipset == 0x47 || in nv40_gr_construct_state3d()
275 device->chipset in nv40_gr_construct_state3d()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c308 if (device->chipset == 0x50) { in nv50_gr_construct_mmio()
315 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
319 if (device->chipset == 0x50) in nv50_gr_construct_mmio()
321 else if (device->chipset < 0xa0) in nv50_gr_construct_mmio()
326 if (device->chipset >= 0xa0) in nv50_gr_construct_mmio()
328 if (IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
342 if (device->chipset < 0xa0) { in nv50_gr_construct_mmio()
345 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
356 if (device->chipset == 0x50) in nv50_gr_construct_mmio()
366 if (device->chipset in nv50_gr_construct_mmio()
[all...]
H A Dctxnv40.c123 switch (device->chipset) { in nv40_gr_vs_count()
188 if (device->chipset == 0x40) { in nv40_gr_construct_general()
224 if (device->chipset == 0x4c || in nv40_gr_construct_general()
225 (device->chipset & 0xf0) == 0x60) in nv40_gr_construct_general()
232 switch (device->chipset) { in nv40_gr_construct_general()
241 switch (device->chipset) { in nv40_gr_construct_general()
270 if (device->chipset == 0x40) { in nv40_gr_construct_state3d()
274 if (device->chipset == 0x46 || device->chipset == 0x47 || in nv40_gr_construct_state3d()
275 device->chipset in nv40_gr_construct_state3d()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_compiler.c38 nv30_fp(int chipset, struct tgsi_token tokens[], in nv30_fp() argument
44 _nvfx_fragprog_translate(chipset >= 0x40 ? 0x4097 : 0x3097, &fp); in nv30_fp()
51 nv30_vp(int chipset, struct tgsi_token tokens[], in nv30_vp() argument
58 _nvfx_vertprog_translate(chipset >= 0x40 ? 0x4097 : 0x3097, &vp); in nv30_vp()
65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[], in nv30_codegen() argument
69 return nv30_fp(chipset, tokens, size, code); in nv30_codegen()
71 return nv30_vp(chipset, tokens, size, code); in nv30_codegen()
105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], in nouveau_codegen() argument
112 info.target = chipset; in nouveau_codegen()
143 int i, chipset in main() local
[all...]
H A Dnouveau_vp3_video.c281 unsigned chipset) in nouveau_vp3_load_firmware()
288 if (chipset >= 0xa3 && chipset != 0xaa && chipset != 0xac) in nouveau_vp3_load_firmware()
369 int chipset = screen->device->chipset; in firmware_present() local
370 int vp3 = chipset < 0xa3 || chipset == 0xaa || chipset == 0xac; in firmware_present()
371 int vp5 = chipset > in firmware_present()
279 nouveau_vp3_load_firmware(struct nouveau_vp3_decoder *dec, enum pipe_video_profile profile, unsigned chipset) nouveau_vp3_load_firmware() argument
439 const int chipset = nouveau_screen(pscreen)->device->chipset; nouveau_vp3_screen_get_video_param() local
[all...]
/third_party/libdrm/nouveau/
H A Dabi16.c196 if (dev->chipset >= 0x98 && in abi16_sclass()
197 dev->chipset != 0xa0 && in abi16_sclass()
198 dev->chipset < 0xc0) { in abi16_sclass()
247 if (dev->chipset < 0xc0) in abi16_object()
250 if (dev->chipset < 0xe0) in abi16_object()
292 if (bo->device->chipset >= 0xc0) { in abi16_bo_info()
296 if (bo->device->chipset >= 0x80 || bo->device->chipset == 0x50) { in abi16_bo_info()
337 if (dev->chipset >= 0xc0) { in abi16_bo_init()
341 if (dev->chipset > in abi16_bo_init()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp147 extern Target *getTargetGV100(unsigned int chipset);
148 extern Target *getTargetGM107(unsigned int chipset);
149 extern Target *getTargetNVC0(unsigned int chipset);
150 extern Target *getTargetNV50(unsigned int chipset);
152 Target *Target::create(unsigned int chipset) in create() argument
156 switch (chipset & ~0xf) { in create()
160 return getTargetGV100(chipset); in create()
164 return getTargetGM107(chipset); in create()
170 return getTargetNVC0(chipset); in create()
175 return getTargetNV50(chipset); in create()
510 nv50_ir_get_target_library(uint32_t chipset, const uint32_t **code, uint32_t *size) nv50_ir_get_target_library() argument
[all...]
H A Dnv50_ir_target_nvc0.cpp27 Target *getTargetNVC0(unsigned int chipset) in getTargetNVC0() argument
29 return new TargetNVC0(chipset); in getTargetNVC0()
35 chipset = card; in TargetNVC0()
50 switch (chipset & ~0xf) { in getBuiltinCode()
52 if (chipset < NVISA_GK20A_CHIPSET) { in getBuiltinCode()
75 switch (chipset & ~0xf) { in getBuiltinOffset()
77 if (chipset < NVISA_GK20A_CHIPSET) in getBuiltinOffset()
259 if (chipset >= NVISA_GM107_CHIPSET)
261 else if (chipset >= NVISA_GK104_CHIPSET)
268 const unsigned int gprs = (chipset >
[all...]
H A Dnv50_ir_target_gm107.h8 TargetGM107(unsigned int chipset) : TargetNVC0(chipset) {} in TargetGM107() argument
H A Dnv50_ir_target_nv50.cpp27 Target *getTargetNV50(unsigned int chipset) in getTargetNV50() argument
29 return new TargetNV50(chipset); in getTargetNV50()
34 chipset = card; in TargetNV50()
197 if (chipset >= 0xa0) in initOpInfo()
434 if (ty == TYPE_F64 && chipset < 0xa0) in isOpSupported()
439 return chipset >= 0xa0; in isOpSupported()
441 return chipset >= 0xa3 && chipset != 0xaa && chipset != 0xac; in isOpSupported()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c66 const char *chipset; in i915_get_name() local
70 chipset = "915G"; in i915_get_name()
73 chipset = "915GM"; in i915_get_name()
76 chipset = "945G"; in i915_get_name()
79 chipset = "945GM"; in i915_get_name()
82 chipset = "945GME"; in i915_get_name()
85 chipset = "G33"; in i915_get_name()
88 chipset = "Q35"; in i915_get_name()
91 chipset = "Q33"; in i915_get_name()
94 chipset in i915_get_name()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv30.c69 int b = (device->chipset > 0x30 ? in calc_bias()
98 if (device->chipset == 0x30 || in nv30_fb_init()
99 device->chipset == 0x31 || in nv30_fb_init()
100 device->chipset == 0x35) { in nv30_fb_init()
102 int n = (device->chipset == 0x31 ? 2 : 4); in nv30_fb_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv30.c69 int b = (device->chipset > 0x30 ? in calc_bias()
98 if (device->chipset == 0x30 || in nv30_fb_init()
99 device->chipset == 0x31 || in nv30_fb_init()
100 device->chipset == 0x35) { in nv30_fb_init()
102 int n = (device->chipset == 0x31 ? 2 : 4); in nv30_fb_init()
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_sis.c16 * Original tests and design on the SiS620 chipset.
17 * ATA100 tests and design on the SiS735 chipset.
120 * SiS chipset.
727 struct sis_chipset *chipset = NULL; in sis_init_one() local
788 chipset = sets; /* Match found */ in sis_init_one()
791 chipset = &sis100_early; in sis_init_one()
798 if (chipset == NULL) { in sis_init_one()
815 chipset = &sis133; in sis_init_one()
823 chipset = &sis133; in sis_init_one()
826 chipset in sis_init_one()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_sis.c16 * Original tests and design on the SiS620 chipset.
17 * ATA100 tests and design on the SiS735 chipset.
119 * SiS chipset.
727 struct sis_chipset *chipset = NULL; in sis_init_one() local
788 chipset = sets; /* Match found */ in sis_init_one()
791 chipset = &sis100_early; in sis_init_one()
798 if (chipset == NULL) { in sis_init_one()
815 chipset = &sis133; in sis_init_one()
823 chipset = &sis133; in sis_init_one()
826 chipset in sis_init_one()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfb.h113 ((d)->chipset != INTEL_865G)*/
316 int chipset; member
365 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G) || \
366 ((dinfo)->chipset == INTEL_915GM) || \
367 ((dinfo)->chipset == INTEL_945G) || \
368 ((dinfo)->chipset == INTEL_945GM) || \
369 ((dinfo)->chipset == INTEL_945GME) || \
370 ((dinfo)->chipset == INTEL_965G) || \
371 ((dinfo)->chipset == INTEL_965GM))
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfb.h113 ((d)->chipset != INTEL_865G)*/
316 int chipset; member
365 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G) || \
366 ((dinfo)->chipset == INTEL_915GM) || \
367 ((dinfo)->chipset == INTEL_945G) || \
368 ((dinfo)->chipset == INTEL_945GM) || \
369 ((dinfo)->chipset == INTEL_945GME) || \
370 ((dinfo)->chipset == INTEL_965G) || \
371 ((dinfo)->chipset == INTEL_965GM))
/kernel/linux/linux-5.10/drivers/gpu/drm/via/
H A Dvia_map.c99 int via_driver_load(struct drm_device *dev, unsigned long chipset) in via_driver_load() argument
111 dev_priv->chipset = chipset; in via_driver_load()
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_ioc32.c41 int chipset; member
70 memcpy(&init.chipset, &init32.chipset, in compat_mga_init()
72 offsetof(drm_mga_init_t, chipset)); in compat_mga_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv50.c35 switch (device->chipset) { in read_div()
60 switch (device->chipset) { in read_pll_src()
170 if (device->chipset != 0xa0) in read_pll()
257 switch (device->chipset) { in nv50_clk_read()
266 if (device->chipset == 0xa0) /* wtf?? */ in nv50_clk_read()
294 switch (device->chipset) { in nv50_clk_read()
402 if (device->chipset != 0x98) in nv50_clk_calc()
410 if (device->chipset != 0x98) in nv50_clk_calc()
453 if (device->chipset < 0x92) in nv50_clk_calc()
527 switch (device->chipset) { in nv50_clk_new_()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv50.c35 switch (device->chipset) { in read_div()
60 switch (device->chipset) { in read_pll_src()
170 if (device->chipset != 0xa0) in read_pll()
257 switch (device->chipset) { in nv50_clk_read()
266 if (device->chipset == 0xa0) /* wtf?? */ in nv50_clk_read()
294 switch (device->chipset) { in nv50_clk_read()
403 if (device->chipset != 0x98) in nv50_clk_calc()
411 if (device->chipset != 0x98) in nv50_clk_calc()
454 if (device->chipset < 0x92) in nv50_clk_calc()
528 switch (device->chipset) { in nv50_clk_new_()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c592 switch (dev->chipset & 0xf0) { in nv30_screen_create()
594 if (RANKINE_0397_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
597 if (RANKINE_0697_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
600 if (RANKINE_0497_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
604 if (CURIE_4097_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
607 if (CURIE_4497_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
611 if (CURIE_4497_CHIPSET6X & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
619 NOUVEAU_ERR("unknown 3d class for 0x%02x\n", dev->chipset); in nv30_screen_create()
831 if (dev->chipset < 0x40) in nv30_screen_create()
846 if (dev->chipset < in nv30_screen_create()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c807 int chipset; /* DC21040, DC21041 or DC21140 */ member
867 ** o the chipset is the same
875 int chipset; member
1033 int chipset; member
1157 if (lp->chipset != DC21140) { in de4x5_hw_init()
1158 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init()
1161 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init()
1237 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init()
1257 if ((lp->chipset != DC21040) && (lp->chipset ! in de4x5_hw_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/
H A Dsis_drv.c42 static int sis_driver_load(struct drm_device *dev, unsigned long chipset) in sis_driver_load() argument
54 dev_priv->chipset = chipset; in sis_driver_load()

Completed in 20 milliseconds

12345678910>>...12