Home
last modified time | relevance | path

Searched refs:chipset (Results 1 – 25 of 42) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c70 const char *chipset; in intelGetString() local
81 chipset = "Intel(R) 845G"; in intelGetString()
84 chipset = "Intel(R) 830M"; in intelGetString()
87 chipset = "Intel(R) 852GM/855GM"; in intelGetString()
90 chipset = "Intel(R) 865G"; in intelGetString()
93 chipset = "Intel(R) 915G"; in intelGetString()
96 chipset = "Intel (R) E7221G (i915)"; in intelGetString()
99 chipset = "Intel(R) 915GM"; in intelGetString()
102 chipset = "Intel(R) 945G"; in intelGetString()
105 chipset = "Intel(R) 945GM"; in intelGetString()
[all …]
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c70 const char *chipset; in intelGetString() local
81 chipset = "Intel(R) 845G"; in intelGetString()
84 chipset = "Intel(R) 830M"; in intelGetString()
87 chipset = "Intel(R) 852GM/855GM"; in intelGetString()
90 chipset = "Intel(R) 865G"; in intelGetString()
93 chipset = "Intel(R) 915G"; in intelGetString()
96 chipset = "Intel (R) E7221G (i915)"; in intelGetString()
99 chipset = "Intel(R) 915GM"; in intelGetString()
102 chipset = "Intel(R) 945G"; in intelGetString()
105 chipset = "Intel(R) 945GM"; in intelGetString()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c70 const char *chipset; in intelGetString() local
81 chipset = "Intel(R) 845G"; in intelGetString()
84 chipset = "Intel(R) 830M"; in intelGetString()
87 chipset = "Intel(R) 852GM/855GM"; in intelGetString()
90 chipset = "Intel(R) 865G"; in intelGetString()
93 chipset = "Intel(R) 915G"; in intelGetString()
96 chipset = "Intel (R) E7221G (i915)"; in intelGetString()
99 chipset = "Intel(R) 915GM"; in intelGetString()
102 chipset = "Intel(R) 945G"; in intelGetString()
105 chipset = "Intel(R) 945GM"; in intelGetString()
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.c60 const char *chipset; in i915_get_name() local
64 chipset = "915G"; in i915_get_name()
67 chipset = "915GM"; in i915_get_name()
70 chipset = "945G"; in i915_get_name()
73 chipset = "945GM"; in i915_get_name()
76 chipset = "945GME"; in i915_get_name()
79 chipset = "G33"; in i915_get_name()
82 chipset = "Q35"; in i915_get_name()
85 chipset = "Q33"; in i915_get_name()
88 chipset = "Pineview G"; in i915_get_name()
[all …]
/external/mesa3d/src/gallium/targets/xorg-nouveau/
Dnouveau_xorg.c131 int chipset, ret; in nouveau_xorg_pci_probe() local
149 chipset = dev->chipset; in nouveau_xorg_pci_probe()
159 switch (chipset & 0xf0) { in nouveau_xorg_pci_probe()
163 xf86DrvMsg(-1, X_NOTICE, "Too old chipset: NV%02x\n", chipset); in nouveau_xorg_pci_probe()
173 xf86DrvMsg(-1, X_INFO, "Detected chipset: NV%02x\n", chipset); in nouveau_xorg_pci_probe()
176 xf86DrvMsg(-1, X_ERROR, "Unknown chipset: NV%02x\n", chipset); in nouveau_xorg_pci_probe()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target.cpp115 extern Target *getTargetNVC0(unsigned int chipset);
116 extern Target *getTargetNV50(unsigned int chipset);
118 Target *Target::create(unsigned int chipset) in create() argument
120 switch (chipset & 0xf0) { in create()
124 return getTargetNVC0(chipset); in create()
129 return getTargetNV50(chipset); in create()
131 ERROR("unsupported target: NV%x\n", chipset); in create()
433 nv50_ir_get_target_library(uint32_t chipset, in nv50_ir_get_target_library() argument
436 nv50_ir::Target *targ = nv50_ir::Target::create(chipset); in nv50_ir_get_target_library()
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()
375 if (ty == TYPE_F64 && chipset < 0xa0) in isOpSupported()
380 return chipset >= 0xa0; in isOpSupported()
382 return chipset >= 0xa3; in isOpSupported()
Dnv50_ir_target.h121 static Target *create(uint32_t chipset);
126 inline uint32_t getChipset() const { return chipset; } in getChipset()
206 uint32_t chipset;
Dnv50_ir_target_nv50.h37 TargetNV50(unsigned int chipset);
Dnv50_ir_driver.h197 extern void nv50_ir_get_target_library(uint32_t chipset,
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_screen.c336 switch (dev->chipset & 0xf0) { in nv30_screen_create()
338 if (RANKINE_0397_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
341 if (RANKINE_0697_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
344 if (RANKINE_0497_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
348 if (CURIE_4097_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
351 if (CURIE_4497_CHIPSET & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
355 if (CURIE_4497_CHIPSET6X & (1 << (dev->chipset & 0x0f))) in nv30_screen_create()
363 NOUVEAU_ERR("unknown 3d class for 0x%02x\n", dev->chipset); in nv30_screen_create()
545 if (dev->chipset < 0x40) in nv30_screen_create()
560 if (dev->chipset < 0x40) in nv30_screen_create()
/external/libdrm/nouveau/
Dabi16.c164 if (bo->device->chipset >= 0xc0) { in abi16_bo_info()
168 if (bo->device->chipset >= 0x80 || bo->device->chipset == 0x50) { in abi16_bo_info()
205 if (dev->chipset >= 0xc0) { in abi16_bo_init()
209 if (dev->chipset >= 0x80 || dev->chipset == 0x50) { in abi16_bo_init()
Dnouveau.c78 uint64_t chipset, vram, gart, bousage; in nouveau_device_wrap() local
110 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_CHIPSET_ID, &chipset); in nouveau_device_wrap()
139 nvdev->base.chipset = chipset; in nouveau_device_wrap()
276 if (dev->chipset < 0xc0) in nouveau_object_new()
279 if (dev->chipset < 0xe0) in nouveau_object_new()
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c642 const struct GpioChipset *chipset = &chipsets_supported[0]; in FindChipset() local
644 while (chipset->name != NULL) { in FindChipset()
645 if (!strcmp(name, chipset->name)) in FindChipset()
646 return chipset; in FindChipset()
647 chipset++; in FindChipset()
664 const struct GpioChipset *chipset; in ReadGpio() local
690 chipset = FindChipset(controller_name); in ReadGpio()
691 if (chipset == NULL) in ReadGpio()
695 if (!chipset->ChipOffsetAndGpioNumber(&controller_num, &controller_offset, in ReadGpio()
696 chipset->name)) in ReadGpio()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c642 const struct GpioChipset *chipset = &chipsets_supported[0]; in FindChipset() local
644 while (chipset->name != NULL) { in FindChipset()
645 if (!strcmp(name, chipset->name)) in FindChipset()
646 return chipset; in FindChipset()
647 chipset++; in FindChipset()
664 const struct GpioChipset *chipset; in ReadGpio() local
690 chipset = FindChipset(controller_name); in ReadGpio()
691 if (chipset == NULL) in ReadGpio()
695 if (!chipset->ChipOffsetAndGpioNumber(&controller_num, &controller_offset, in ReadGpio()
696 chipset->name)) in ReadGpio()
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c23 switch (dev->chipset & 0xf0) { in nouveau_drm_screen_create()
42 dev->chipset); in nouveau_drm_screen_create()
/external/drm_gralloc/
Dgralloc_drm_radeon.c56 uint32_t chipset; member
451 kinfo.value = (long) &info->chipset; in radeon_probe()
461 if (info->chipset == card->pci_device_id) { in radeon_probe()
470 ALOGE("unknown device id 0x%04x", info->chipset); in radeon_probe()
499 info->chipset, info->chip_family, in radeon_probe()
Dgralloc_drm_nouveau.c146 align = MAX((info->dev->chipset >= 0x40) ? 1024 : 256, in alloc_bo()
284 switch (info->dev->chipset & 0xf0) { in nouveau_init()
311 ALOGE("unknown nouveau chipset 0x%x", info->dev->chipset); in nouveau_init()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp27 Target *getTargetNVC0(unsigned int chipset) in getTargetNVC0() argument
29 return new TargetNVC0(chipset); in getTargetNVC0()
34 chipset = card; in TargetNVC0()
542 if (chipset >= 0xe4) { in getLatency()
Dnv50_ir_target_nvc0.h37 TargetNVC0(unsigned int chipset);
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c36 util_snprintf(buffer, sizeof(buffer), "NV%02X", dev->chipset); in nouveau_screen_get_name()
134 if (dev->chipset < 0xc0) { in nouveau_screen_init()
Dnouveau_video.c520 bool is8274 = screen->device->chipset > 0x80; in nouveau_create_decoder()
529 if (screen->device->chipset >= 0x98 && screen->device->chipset != 0xa0) in nouveau_create_decoder()
797 (screen->device->chipset >= 0x98 && screen->device->chipset != 0xa0)) in nouveau_video_buffer_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.h102 boolean nv50_program_translate(struct nv50_program *, uint16_t chipset);
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.c411 switch (dev->chipset & ~0xf) { in nvc0_screen_create()
459 switch (dev->chipset & 0xf0) { in nvc0_screen_create()
501 switch (dev->chipset & 0xf0) { in nvc0_screen_create()
508 switch (dev->chipset) { in nvc0_screen_create()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h92 (context_dev(ctx)->chipset)

12