Searched refs:vpw (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/bridge/ |
| H A D | lontium-lt8912b.c | 287 u32 vactive, v_total, vpw, vfp, vbp; in lt8912_video_setup() local 303 vpw = lt->mode.vsync_len; in lt8912_video_setup() 305 v_total = vactive + vfp + vpw + vbp; in lt8912_video_setup() 316 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x19, vpw); in lt8912_video_setup()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_plane.c | 127 int vbp, vpw, vfp; in _dpu_plane_calc_bw() local 134 vpw = mode->vsync_end - mode->vsync_start; in _dpu_plane_calc_bw() 147 if ((vbp+vpw) > hw_latency_lines) in _dpu_plane_calc_bw() 148 do_div(plane_prefill_bw, (vbp+vpw)); in _dpu_plane_calc_bw() 149 else if ((vbp+vpw+vfp) < hw_latency_lines) in _dpu_plane_calc_bw() 150 do_div(plane_prefill_bw, (vbp+vpw+vfp)); in _dpu_plane_calc_bw()
|