Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/stm/
Dltdc.c550 u32 hsync, vsync, accum_hbp, accum_vbp, accum_act_w, accum_act_h; in ltdc_crtc_mode_set_nofb() local
577 accum_act_h = accum_vbp + vm.vactive; in ltdc_crtc_mode_set_nofb()
579 total_height = accum_act_h + vm.vfront_porch; in ltdc_crtc_mode_set_nofb()
608 val = (accum_act_w << 16) | accum_act_h; in ltdc_crtc_mode_set_nofb()
615 reg_write(ldev->regs, LTDC_LIPCR, (accum_act_h + 1)); in ltdc_crtc_mode_set_nofb()