/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 70 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/ |
D | intel_context.c | 70 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/ |
D | intel_context.c | 70 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/ |
D | i915_screen.c | 60 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/ |
D | nouveau_xorg.c | 131 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/ |
D | nv50_ir_target.cpp | 115 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()
|
D | nv50_ir_target_nv50.cpp | 27 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()
|
D | nv50_ir_target.h | 121 static Target *create(uint32_t chipset); 126 inline uint32_t getChipset() const { return chipset; } in getChipset() 206 uint32_t chipset;
|
D | nv50_ir_target_nv50.h | 37 TargetNV50(unsigned int chipset);
|
D | nv50_ir_driver.h | 197 extern void nv50_ir_get_target_library(uint32_t chipset,
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_screen.c | 336 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/ |
D | abi16.c | 164 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()
|
D | nouveau.c | 78 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/ |
D | crossystem_arch.c | 642 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/ |
D | crossystem_arch.c | 642 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/ |
D | nouveau_drm_winsys.c | 23 switch (dev->chipset & 0xf0) { in nouveau_drm_screen_create() 42 dev->chipset); in nouveau_drm_screen_create()
|
/external/drm_gralloc/ |
D | gralloc_drm_radeon.c | 56 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()
|
D | gralloc_drm_nouveau.c | 146 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/ |
D | nv50_ir_target_nvc0.cpp | 27 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()
|
D | nv50_ir_target_nvc0.h | 37 TargetNVC0(unsigned int chipset);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 36 util_snprintf(buffer, sizeof(buffer), "NV%02X", dev->chipset); in nouveau_screen_get_name() 134 if (dev->chipset < 0xc0) { in nouveau_screen_init()
|
D | nouveau_video.c | 520 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/ |
D | nv50_program.h | 102 boolean nv50_program_translate(struct nv50_program *, uint16_t chipset);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_screen.c | 411 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/ |
D | nouveau_context.h | 92 (context_dev(ctx)->chipset)
|