Searched refs:VACTIVE_MASK (Results 1 – 5 of 5) sorted by relevance
233 #define VACTIVE_MASK 0x7ff macro
340 if (var->yres - 1 > VACTIVE_MASK) { in intelfbhw_validate_mode()342 var->yres, VACTIVE_MASK + 1); in intelfbhw_validate_mode()1216 if (check_overflow(vactive, VACTIVE_MASK, "CRTC vactive")) in intelfbhw_mode_to_hw()
715 vactive = REG_FIELD_GET(VACTIVE_MASK, save_vtotal) + 1; in intel_crt_load_detect()
2627 adjusted_mode->crtc_vdisplay = REG_FIELD_GET(VACTIVE_MASK, tmp) + 1; in intel_get_transcoder_timings()
1946 #define VACTIVE_MASK REG_GENMASK(15, 0) macro 1947 #define VACTIVE(vdisplay) REG_FIELD_PREP(VACTIVE_MASK, (vdisplay))