Home
last modified time | relevance | path

Searched refs:HACTIVE_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h221 #define HACTIVE_MASK 0x7ff macro
H A Dintelfbhw.c335 if (var->xres - 1 > HACTIVE_MASK) { in intelfbhw_validate_mode()
337 var->xres, HACTIVE_MASK + 1); in intelfbhw_validate_mode()
1197 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h1931 #define HACTIVE_MASK REG_GENMASK(15, 0) macro
1932 #define HACTIVE(hdisplay) REG_FIELD_PREP(HACTIVE_MASK, (hdisplay))
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c2613 adjusted_mode->crtc_hdisplay = REG_FIELD_GET(HACTIVE_MASK, tmp) + 1; in intel_get_transcoder_timings()