Searched defs:IS_SKL_REVID (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ | ||
H A D | i915_drv.h | 1495 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) macro |
Completed in 7 milliseconds