Searched refs:accum_act_h (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 534 u32 hsync, vsync, accum_hbp, accum_vbp, accum_act_w, accum_act_h; in ltdc_crtc_mode_set_nofb() local 590 accum_act_h = accum_vbp + vm.vactive; in ltdc_crtc_mode_set_nofb() 592 total_height = accum_act_h + vm.vfront_porch; in ltdc_crtc_mode_set_nofb() 621 val = (accum_act_w << 16) | accum_act_h; in ltdc_crtc_mode_set_nofb() 628 reg_write(ldev->regs, LTDC_LIPCR, (accum_act_h + 1)); in ltdc_crtc_mode_set_nofb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 899 u32 hsync, vsync, accum_hbp, accum_vbp, accum_act_w, accum_act_h; in ltdc_crtc_mode_set_nofb() local 961 accum_act_h = accum_vbp + mode->vdisplay; in ltdc_crtc_mode_set_nofb() 992 val = (accum_act_w << 16) | accum_act_h; in ltdc_crtc_mode_set_nofb() 999 regmap_write(ldev->regmap, LTDC_LIPCR, (accum_act_h + 1)); in ltdc_crtc_mode_set_nofb()
|
Completed in 6 milliseconds