IS_GFX_DEVICE
if (IS_USB_DEVICE(pdev) || IS_GFX_DEVICE(pdev))
if (!dev_is_pci(dev) || !IS_GFX_DEVICE(to_pci_dev(dev)))
if (!IS_GFX_DEVICE(dev))