HomeSort by relevance Sort by last modified time
    Searched refs:chipset (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/mesa3d/src/loader/
pci_id_driver_map.c 48 int chipset = nouveau_chipset(fd); local
49 return (chipset > 0 && chipset < 0x30) ||
50 (chipset < 0x40 && getenv("NOUVEAU_VIEUX") != NULL);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.h 8 TargetGM107(unsigned int chipset) : TargetNVC0(chipset) {}
nv50_ir_target_nv50.h 37 TargetNV50(unsigned int chipset);
nv50_ir_target.cpp 142 extern Target *getTargetGM107(unsigned int chipset);
143 extern Target *getTargetNVC0(unsigned int chipset);
144 extern Target *getTargetNV50(unsigned int chipset);
146 Target *Target::create(unsigned int chipset)
150 switch (chipset & ~0xf) {
154 return getTargetGM107(chipset);
160 return getTargetNVC0(chipset);
165 return getTargetNV50(chipset);
167 ERROR("unsupported target: NV%x\n", chipset);
524 nv50_ir_get_target_library(uint32_t chipset,
    [all...]
nv50_ir_target_nvc0.h 37 TargetNVC0(unsigned int chipset);
nv50_ir_target_nv50.cpp 27 Target *getTargetNV50(unsigned int chipset)
29 return new TargetNV50(chipset);
34 chipset = card;
194 if (chipset >= 0xa0)
419 if (ty == TYPE_F64 && chipset < 0xa0)
424 return chipset >= 0xa0;
426 return chipset >= 0xa3 && chipset != 0xaa && chipset != 0xac;
nv50_ir_target_gm107.cpp 29 Target *getTargetGM107(unsigned int chipset)
31 return new TargetGM107(chipset);
nv50_ir_target.h 163 static Target *create(uint32_t chipset);
168 inline uint32_t getChipset() const { return chipset; }
255 uint32_t chipset; member in class:nv50_ir::Target
nv50_ir_target_nvc0.cpp 27 Target *getTargetNVC0(unsigned int chipset)
29 return new TargetNVC0(chipset);
35 chipset = card;
50 switch (chipset & ~0xf) {
52 if (chipset < NVISA_GK20A_CHIPSET) {
75 switch (chipset & ~0xf) {
77 if (chipset < NVISA_GK20A_CHIPSET)
244 const unsigned int gprs = (chipset >= NVISA_GK20A_CHIPSET) ? 255 : 63;
245 const unsigned int smregs = (chipset >= NVISA_GK104_CHIPSET) ? 65536 : 32768;
524 if (chipset >= 0xe4)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_compiler.c 38 nv30_fp(int chipset, struct tgsi_token tokens[],
44 _nvfx_fragprog_translate(chipset >= 0x40 ? 0x4097 : 0x3097, &fp);
51 nv30_vp(int chipset, struct tgsi_token tokens[],
58 _nvfx_vertprog_translate(chipset >= 0x40 ? 0x4097 : 0x3097, &vp);
65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[],
69 return nv30_fp(chipset, tokens, size, code);
71 return nv30_vp(chipset, tokens, size, code);
105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[],
111 info.target = chipset;
141 int i, chipset = 0, type = -1 local
    [all...]
nouveau_vp3_video.c 282 unsigned chipset)
289 if (chipset >= 0xa3 && chipset != 0xaa && chipset != 0xac)
370 int chipset = screen->device->chipset; local
371 int vp3 = chipset < 0xa3 || chipset == 0xaa || chipset == 0xac;
372 int vp5 = chipset >= 0xd0
440 int chipset = nouveau_screen(pscreen)->device->chipset; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_screen.c 575 const char *chipset = NULL; local
578 chipset = "Intel(R) Cherryview";
582 chipset = "Intel(R) Broadwell Desktop";
584 chipset = "Intel(R) Broadwell Mobile";
586 chipset = "Intel(R) Broadwell Server";
588 chipset = "Intel(R) Bay Trail";
591 chipset = "Intel(R) Haswell Desktop";
593 chipset = "Intel(R) Haswell Mobile";
595 chipset = "Intel(R) Haswell Server";
598 chipset = "Intel(R) Ivybridge Desktop"
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.c 67 const char *chipset; local
71 chipset = "915G";
74 chipset = "915GM";
77 chipset = "945G";
80 chipset = "945GM";
83 chipset = "945GME";
86 chipset = "G33";
89 chipset = "Q35";
92 chipset = "Q33";
95 chipset = "Pineview G"
    [all...]
  /external/libdrm/nouveau/
abi16.c 200 if (dev->chipset >= 0x98 &&
201 dev->chipset != 0xa0 &&
202 dev->chipset < 0xc0) {
251 if (dev->chipset < 0xc0)
254 if (dev->chipset < 0xe0)
296 if (bo->device->chipset >= 0xc0) {
300 if (bo->device->chipset >= 0x80 || bo->device->chipset == 0x50) {
341 if (dev->chipset >= 0xc0) {
345 if (dev->chipset >= 0x80 || dev->chipset == 0x50)
    [all...]
  /device/google/marlin/common/
utils.mk 112 # $(call is-chipset-in-board-platform,chipset)
113 # does a prefix match of chipset in TARGET_BOARD_PLATFORM
117 define is-chipset-in-board-platform
121 # $(call is-chipset-prefix-in-board-platform,prefix)
122 # does a chipset prefix match in TARGET_BOARD_PLATFORM
123 # assumes '_' and 'a' as the delimiter to the chipset prefix
131 define is-chipset-prefix-in-board-platform
  /device/google/wahoo/
utils.mk 112 # $(call is-chipset-in-board-platform,chipset)
113 # does a prefix match of chipset in TARGET_BOARD_PLATFORM
117 define is-chipset-in-board-platform
121 # $(call is-chipset-prefix-in-board-platform,prefix)
122 # does a chipset prefix match in TARGET_BOARD_PLATFORM
123 # assumes '_' and 'a' as the delimiter to the chipset prefix
131 define is-chipset-prefix-in-board-platform
  /external/libdrm/nouveau/nvif/
cl0080.h 21 __u16 chipset; /* from NV_PMC_BOOT_0 */ member in struct:nv_device_info_v0
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 75 nouveau_get_renderer_string(unsigned chipset);
nouveau_screen.c 52 nouveau_get_configs(uint32_t chipset)
81 GL_TRUE, chipset < 0x10);
122 switch (screen->device->chipset & 0xf0) {
139 nouveau_error("Unknown chipset: %02X\n",
140 screen->device->chipset);
147 configs = nouveau_get_configs(screen->device->chipset);
207 value[0] = nouveau_get_renderer_string(screen->device->chipset);
nouveau_driver.c 41 nouveau_get_renderer_string(unsigned chipset)
46 snprintf(hardware_name, sizeof(hardware_name), "nv%02X", chipset);
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 108 switch (dev->chipset & ~0xf) {
131 debug_printf("%s: unknown chipset nv%02x\n", __func__,
132 dev->chipset);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.h 119 bool nv50_program_translate(struct nv50_program *, uint16_t chipset,
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 472 switch (dev->chipset & 0xf0) {
474 if (RANKINE_0397_CHIPSET & (1 << (dev->chipset & 0x0f)))
477 if (RANKINE_0697_CHIPSET & (1 << (dev->chipset & 0x0f)))
480 if (RANKINE_0497_CHIPSET & (1 << (dev->chipset & 0x0f)))
484 if (CURIE_4097_CHIPSET & (1 << (dev->chipset & 0x0f)))
487 if (CURIE_4497_CHIPSET & (1 << (dev->chipset & 0x0f)))
491 if (CURIE_4497_CHIPSET6X & (1 << (dev->chipset & 0x0f)))
499 NOUVEAU_ERR("unknown 3d class for 0x%02x\n", dev->chipset);
704 if (dev->chipset < 0x40)
719 if (dev->chipset < 0x40
    [all...]
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 642 const struct GpioChipset *chipset = &chipsets_supported[0]; local
644 while (chipset->name != NULL) {
645 if (!strcmp(name, chipset->name))
646 return chipset;
647 chipset++;
664 const struct GpioChipset *chipset; local
690 chipset = FindChipset(controller_name);
691 if (chipset == NULL)
695 if (!chipset->ChipOffsetAndGpioNumber(&controller_num, &controller_offset,
696 chipset->name)
    [all...]
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 163 chipset_type chipset; member in struct:__anon33610
327 * Determine chipset
331 map->chipset = get_chipset(map->chipset_id);
345 debug("ATI chipset detected. 915resolution only works with Intel 800/900 series graphic chipsets.\r\n");
354 debug("NVIDIA chipset detected. 915resolution only works with Intel 800/900 series graphic chipsets.\r\n");
362 if (map->chipset == CT_UNKWN && memmem(map->bios_ptr, VBIOS_SIZE, INTEL_SIGNATURE, strlen(INTEL_SIGNATURE))) {
363 debug("Intel chipset detected. However, 915resolution was unable to determine the chipset type.\r\n");
365 debug("Chipset Id: %x\r\n", map->chipset_id);
377 if (map->chipset == CT_UNKWN)
    [all...]

Completed in 1114 milliseconds

1 2 3 4