Home
last modified time | relevance | path

Searched refs:devid (Results 1 – 11 of 11) sorted by relevance

/external/libdrm/intel/
Dintel_chipset.h55 #define IS_IGDGM(devid) ((devid) == PCI_CHIP_IGD_GM) argument
56 #define IS_IGDG(devid) ((devid) == PCI_CHIP_IGD_G) argument
57 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid)) argument
184 #define IS_MOBILE(devid) ((devid) == PCI_CHIP_I855_GM || \ argument
185 (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 …]
Dintel_decode.c47 uint32_t devid; member
1276 uint32_t devid = ctx->devid; in decode_3d_1d() local
1352 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() local
3296 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 …]
Dtest_decode.c140 uint16_t devid; in infer_devid() member
157 return chipsets[i].devid; in infer_devid()
172 uint16_t devid; in main() local
179 devid = infer_devid(argv[1]); in main()
181 ctx = drm_intel_decode_context_alloc(devid); in main()
Dintel_bufmgr.h246 struct drm_intel_decode *drm_intel_decode_context_alloc(uint32_t devid);
Dintel_bufmgr_gem.c3081 int devid; in get_pci_device_id() local
3093 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()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_chipset.h52 #define IS_IGDGM(devid) (devid == PCI_CHIP_IGD_GM) argument
53 #define IS_IGDG(devid) (devid == PCI_CHIP_IGD_G) argument
54 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid)) argument
127 #define IS_MOBILE(devid) (devid == PCI_CHIP_I855_GM || \ argument
128 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 …]
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h121 __u64 devid; /* in */ member
173 __u64 devid; /* in/out */ member
209 __u64 devid; member
412 __u64 devid; /* in */ member
/external/wpa_supplicant_8/hs20/client/
Dosu_client.h32 char *devid; member
Dosu_client.c2903 xml_node_t *devinfo, *devid; in init_ctx() local
2917 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()
Doma_dm_client.c124 oma_dm_add_locuri(ctx, synchdr, "Source", ctx->devid); in oma_dm_build_hdr()
/external/e2fsprogs/lib/blkid/
Dprobe.h638 __u64 devid; member