DISPLAY_VERx100
return DISPLAY_VERx100(display) == 3000 ||
DISPLAY_VERx100(display) == 2000 ||
DISPLAY_VERx100(display) == 1401;
if (DISPLAY_VERx100(display) >= 3002)
else if (DISPLAY_VERx100(display) >= 1401 && display->platform.dgfx &&
else if (DISPLAY_VERx100(display) >= 1401 && display->platform.dgfx)
return (DISPLAY_VERx100(display) == 2000 ||
DISPLAY_VERx100(display) == 1400 ||
if (DISPLAY_VERx100(display) >= 3002) {
} else if (DISPLAY_VERx100(display) >= 1401) {
if (DISPLAY_VERx100(display) == 1401)
else if (DISPLAY_VERx100(display) == 1401)
#define _IS_XE2HPD_C20(i915) (DISPLAY_VERx100(i915) == 1401)
#define HAS_DSC_3ENGINES(__display) (DISPLAY_VERx100(__display) == 1401 && HAS_DSC(__display))
(DISPLAY_VERx100(__display) >= (from) && \
DISPLAY_VERx100(__display) <= (until)))
if (DISPLAY_VERx100(display) == 1401)
if (DISPLAY_VERx100(display) == 3002)
return DISPLAY_VERx100(display) == 3000 || DISPLAY_VERx100(display) == 3002;
if (DISPLAY_VERx100(display) == 3002) {
} else if (DISPLAY_VERx100(display) == 3000) {
} else if (DISPLAY_VERx100(display) == 2000) {
} else if (DISPLAY_VERx100(display) == 1401) {
} else if (DISPLAY_VERx100(display) == 1400) {
if (DISPLAY_VERx100(display) == 1401)
if ((DISPLAY_VERx100(display) == 2000 ||
DISPLAY_VERx100(display) == 3000 ||
DISPLAY_VERx100(display) == 3002) &&
if (DISPLAY_VERx100(display) == 1401 || DISPLAY_VER(display) >= 20)
if (DISPLAY_VERx100(display) == 1400) {