HomeSort by: relevance | last modified time | path
    Searched refs:chips (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/registers/
canonicalize.py 69 def json_canonicalize(filp, chips = None):
72 if chips is not None:
74 assert not hasattr(regmap, 'chips')
75 regmap.chips = [chips]
makeregheader.py 42 # Chips are sorted chronologically
43 CHIPS = [
57 Given a chip name, return its index in the global CHIPS list.
59 return next(idx for idx, obj in enumerate(CHIPS) if obj.name == chip)
61 def get_disambiguation_suffix(chips):
64 is supported in the given set of chips.
66 oldest_chip_index = min([get_chip_index(chip) for chip in chips])
67 return CHIPS[oldest_chip_index].disambiguation
69 def get_chips_comment(chips, parent=None):
71 Generate a user-friendly comment describing the given set of chips
    [all...]
regdb.py 215 - the chips field of register mappings is sorted
217 Lazily computes the set of all chips mentioned by register mappings.
239 chips = set(getattr(regmap, 'chips', ['undef']))
242 self.__chips.update(chips)
250 other_chips = getattr(other, 'chips', ['undef'])
255 other.chips = sorted(list(chips.union(other_chips)))
268 other_chips = getattr(other, 'chips', ['undef'])
270 type_ref != other_type_ref and chips.intersection(other_chips)
537 def chips(self): member in class:RegisterDatabase
    [all...]
parseheader.py 49 self.chips = ['gfx6', 'gfx7', 'gfx8', 'fiji', 'stoney', 'gfx9']
82 chips = ['gfx6', 'gfx7', 'gfx8', 'fiji', 'stoney', 'gfx9']
174 chips=self.chips,
parse_kernel_headers.py 687 'chips': [gfx_version],
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_proto.h 9 Bool RivaGetScrnInfoRec(PciChipsets *chips, int chip);
g80_driver.c 939 Bool G80GetScrnInfoRec(PciChipsets *chips, int chip)
944 chips, NULL, NULL, NULL,
riva_driver.c 135 RivaGetScrnInfoRec(PciChipsets *chips, int chip)
140 chips, NULL, NULL, NULL,
nv_driver.c 37 Bool RivaGetScrnInfoRec(PciChipsets *chips, int chip);
38 Bool G80GetScrnInfoRec(PciChipsets *chips, int chip);
755 NVGetScrnInfoRec(PciChipsets *chips, int chip)
760 chips, NULL, NULL, NULL,
  /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
README.md 10 variable like `NOUVEAU_CHIPSET=f0`. Some chips of note with the appropriate
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Helper.c 1257 xf86PrintChipsets(const char *drvname, const char *drvmsg, SymTabPtr chips)
1263 for (i = 0; chips[i].name != NULL; i++) {
1268 if (len + 2 + strlen(chips[i].name) < 78) {
1276 xf86ErrorF("%s", chips[i].name);
1277 len += strlen(chips[i].name);
xf86.h 275 xf86PrintChipsets(const char *drvname, const char *drvmsg, SymTabPtr chips);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Helper.c 1367 xf86PrintChipsets(const char *drvname, const char *drvmsg, SymTabPtr chips)
1373 for (i = 0; chips[i].name != NULL; i++) {
1378 if (len + 2 + strlen(chips[i].name) < 78) {
1385 xf86ErrorF("%s", chips[i].name);
1386 len += strlen(chips[i].name);
xf86.h 237 SymTabPtr chips);
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
sid_tables.py 291 for chip in regmap.chips:
296 # Sorted iteration over chips for deterministic builds
  /xsrc/external/mit/xf86-video-chips/dist/
configure 3 # Generated by GNU Autoconf 2.72 for xf86-video-chips 1.5.0.
5 # Report bugs to <https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/-/issues>.
282 $0: https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/-/issues
616 PACKAGE_NAME='xf86-video-chips'
617 PACKAGE_TARNAME='xf86-video-chips'
619 PACKAGE_STRING='xf86-video-chips 1.5.0'
620 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/-/issues'
1393 'configure' configures xf86-video-chips 1.5.0 to adapt to many kinds of systems.
1443 [DATAROOTDIR/doc/xf86-video-chips]
1465 short | recursive ) echo "Configuration of xf86-video-chips 1.5.0:";
    [all...]

Completed in 19 milliseconds