Searched refs:devid (Results 1 – 11 of 11) sorted by relevance
55 #define IS_IGDGM(devid) ((devid) == PCI_CHIP_IGD_GM) argument56 #define IS_IGDG(devid) ((devid) == PCI_CHIP_IGD_G) argument57 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid)) argument184 #define IS_MOBILE(devid) ((devid) == PCI_CHIP_I855_GM || \ argument185 (devid) == PCI_CHIP_I915_GM || \186 (devid) == PCI_CHIP_I945_GM || \187 (devid) == PCI_CHIP_I945_GME || \188 (devid) == PCI_CHIP_I965_GM || \189 (devid) == PCI_CHIP_I965_GME || \190 (devid) == PCI_CHIP_GM45_GM || IS_IGD(devid) || \[all …]
47 uint32_t devid; member1276 uint32_t devid = ctx->devid; in decode_3d_1d() local1352 if (!IS_GEN2(devid)) { in decode_3d_1d()2028 if (IS_GEN2(devid)) in decode_3d_1d()2253 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()3143 uint32_t devid = ctx->devid; in decode_3d_965() local3296 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()3298 else if (IS_GEN5(devid)) in decode_3d_965()3307 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()3310 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()[all …]
140 uint16_t devid; in infer_devid() member157 return chipsets[i].devid; in infer_devid()172 uint16_t devid; in main() local179 devid = infer_devid(argv[1]); in main()181 ctx = drm_intel_decode_context_alloc(devid); in main()
246 struct drm_intel_decode *drm_intel_decode_context_alloc(uint32_t devid);
3081 int devid; in get_pci_device_id() local3093 VG_CLEAR(devid); in get_pci_device_id()3096 gp.value = &devid; in get_pci_device_id()3102 return devid; in get_pci_device_id()
52 #define IS_IGDGM(devid) (devid == PCI_CHIP_IGD_GM) argument53 #define IS_IGDG(devid) (devid == PCI_CHIP_IGD_G) argument54 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid)) argument127 #define IS_MOBILE(devid) (devid == PCI_CHIP_I855_GM || \ argument128 devid == PCI_CHIP_I915_GM || \129 devid == PCI_CHIP_I945_GM || \130 devid == PCI_CHIP_I945_GME || \131 devid == PCI_CHIP_I965_GM || \132 devid == PCI_CHIP_I965_GME || \133 devid == PCI_CHIP_GM45_GM || \[all …]
121 __u64 devid; /* in */ member173 __u64 devid; /* in/out */ member209 __u64 devid; member412 __u64 devid; /* in */ member
32 char *devid; member
2903 xml_node_t *devinfo, *devid; in init_ctx() local2917 devid = get_node(ctx->xml, devinfo, "DevId"); in init_ctx()2918 if (devid) { in init_ctx()2919 char *tmp = xml_node_get_text(ctx->xml, devid); in init_ctx()2921 ctx->devid = os_strdup(tmp); in init_ctx()2927 if (ctx->devid == NULL) { in init_ctx()2952 os_free(ctx->devid); in deinit_ctx()
124 oma_dm_add_locuri(ctx, synchdr, "Source", ctx->devid); in oma_dm_build_hdr()
638 __u64 devid; member