Searched defs:devid (Results 1 – 12 of 12) 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)) argument171 #define IS_MOBILE(devid) ((devid) == PCI_CHIP_I855_GM || \ argument181 #define IS_G45(devid) ((devid) == PCI_CHIP_IGD_E_G || \ argument185 #define IS_GM45(devid) ((devid) == PCI_CHIP_GM45_GM) argument186 #define IS_G4X(devid) (IS_G45(devid) || IS_GM45(devid)) argument188 #define IS_ILD(devid) ((devid) == PCI_CHIP_ILD_G) argument189 #define IS_ILM(devid) ((devid) == PCI_CHIP_ILM_G) argument191 #define IS_915(devid) ((devid) == PCI_CHIP_I915_G || \ argument[all …]
140 uint16_t devid; in infer_devid() member172 uint16_t devid; in main() local
44 uint32_t devid; member1273 uint32_t devid = ctx->devid; in decode_3d_1d() local3140 uint32_t devid = ctx->devid; in decode_3d_965() local3815 drm_intel_decode_context_alloc(uint32_t devid) in drm_intel_decode_context_alloc()3901 uint32_t devid; in drm_intel_decode() local
3095 int devid = 0; in get_pci_device_id() local
83 int devid = intel_device_name_to_pci_device_id(platform_name); in main() local
32 char *devid; member
3079 xml_node_t *devinfo, *devid; in init_ctx() local
3121 xml_node_t *devinfo, *devid; in init_ctx() local
71 int devid = intel_device_name_to_pci_device_id(info.name); in SetUp() local
84 int devid = intel_device_name_to_pci_device_id(info.name); in SetUp() local
4690 drm_public int drmGetNodeTypeFromDevId(dev_t devid) in drmGetNodeTypeFromDevId()