Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/intelfb/
Dintelfbhw.h221 #define HACTIVE_MASK 0x7ff macro
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()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_reg.h1931 #define HACTIVE_MASK REG_GENMASK(15, 0) macro
1932 #define HACTIVE(hdisplay) REG_FIELD_PREP(HACTIVE_MASK, (hdisplay))
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display.c2613 adjusted_mode->crtc_hdisplay = REG_FIELD_GET(HACTIVE_MASK, tmp) + 1; in intel_get_transcoder_timings()