Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fg.c29 #define HTOTAL(x) FIELD_PREP(GENMASK(29, 16), ((x) - 1)) macro
159 regmap_write(fg->reg, HTCFG1, HACT(hact) | HTOTAL(htotal)); in dc_fg_cfg_videomode()
/linux/drivers/video/fbdev/i810/
H A Di810_regs.h148 #define HTOTAL 0x60000 macro
/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c949 HACTIVE(hactive - 1) | HTOTAL(htotal - 1)); in gen11_dsi_set_transcoder_timings()
H A Dintel_display.c2706 HTOTAL(adjusted_mode->crtc_htotal - 1)); in intel_set_transcoder_timings()
8353 HACTIVE(640 - 1) | HTOTAL(800 - 1)); in i830_enable_pipe()