Home
last modified time | relevance | path

Searched defs:IS_VALLEYVIEW (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libdrm/intel/
H A Dintel_chipset.h243 #define IS_VALLEYVIEW(devid) ((devid) == PCI_CHIP_VALLEYVIEW_PO || \ macro
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dintel_chipset.h167 #define IS_VALLEYVIEW(devid) (intel_get_device_info(devid)->is_valleyview) macro