Home
last modified time | relevance | path

Searched refs:chipset (Results 1 - 25 of 289) 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...]
/drivers/hdf_core/adapter/khdf/linux/model/sensor/
H A DMakefile24 obj-$(CONFIG_DRIVERS_HDF_SENSOR_ACCEL_BMI160) += $(SENSOR_ROOT_CHIPSET)/chipset/accel/accel_bmi160.o
26 obj-$(CONFIG_DRIVERS_HDF_SENSOR_ACCEL_MXC6655XA) += $(SENSOR_ROOT_CHIPSET)/chipset/accel/accel_mxc6655xa.o
31 obj-$(CONFIG_DRIVERS_HDF_SENSOR_PPG_CS1262) += $(SENSOR_ROOT_CHIPSET)/chipset/ppg/ppg_cs1262_spi.o \
32 $(SENSOR_ROOT_CHIPSET)/chipset/ppg/ppg_cs1262.o \
33 $(SENSOR_ROOT_CHIPSET)/chipset/ppg/ppg_cs1262_fw.o
37 obj-$(CONFIG_DRIVERS_HDF_SENSOR_ALS_BH1745) += $(SENSOR_ROOT_CHIPSET)/chipset/als/als_bh1745.o
39 obj-$(CONFIG_DRIVERS_HDF_SENSOR_ALS_BH1750) += $(SENSOR_ROOT_CHIPSET)/chipset/als/als_bh1750.o
43 obj-$(CONFIG_DRIVERS_HDF_SENSOR_PROXIMITY_APDS9960) += $(SENSOR_ROOT_CHIPSET)/chipset/proximity/proximity_apds9960.o
47 obj-$(CONFIG_DRIVERS_HDF_SENSOR_GYRO_BMI160) += $(SENSOR_ROOT_CHIPSET)/chipset/gyro/gyro_bmi160.o
51 obj-$(CONFIG_DRIVERS_HDF_SENSOR_BAROMETER_BMP180) += $(SENSOR_ROOT_CHIPSET)/chipset/baromete
[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...]
/drivers/hdf_core/adapter/khdf/liteos/model/sensor/
H A DMakefile39 $(PERIPHERAL_SENSOR_ROOT)/chipset/accel \
41 $(PERIPHERAL_SENSOR_ROOT)/chipset/als \
43 $(PERIPHERAL_SENSOR_ROOT)/chipset/barometer \
45 $(PERIPHERAL_SENSOR_ROOT)/chipset/hall \
47 $(PERIPHERAL_SENSOR_ROOT)/chipset/magnetic \
49 $(PERIPHERAL_SENSOR_ROOT)/chipset/proximity
58 $(PERIPHERAL_SENSOR_ROOT)/chipset/accel/accel_bmi160.c
63 $(PERIPHERAL_SENSOR_ROOT)/chipset/als/als_bh1745.c
68 $(PERIPHERAL_SENSOR_ROOT)/chipset/barometer/barometer_bmp180.c
73 $(PERIPHERAL_SENSOR_ROOT)/chipset/hal
[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...]
/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))
/drivers/hdf_core/adapter/khdf/linux/model/misc/vibrator/
H A DMakefile23 $(VIBRATOR_ROOT_CHIPSET)/chipset/linear/vibrator_linear_driver.o
25 $(VIBRATOR_ROOT_CHIPSET)/chipset/drv2605l/vibrator_drv2605l_driver.o
29 -I$(srctree)/drivers/hdf/peripheral/vibrator/chipset/linear \
30 -I$(srctree)/drivers/hdf/peripheral/vibrator/chipset/drv2605l \
/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...]
/drivers/hdf_core/adapter/khdf/liteos/model/misc/vibrator/
H A DMakefile37 $(PERIPHERAL_VIBRATOR_ROOT)/chipset/linear
44 LOCAL_SRCS += $(PERIPHERAL_VIBRATOR_ROOT)/chipset/linear/vibrator_linear_driver.c

Completed in 18 milliseconds

12345678910>>...12