Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c729 u32 init_ph, delta_ph, ctrl; in d71_scaler_update() local
771 delta_ph = (st->total_hsize_in << 16) / st->total_hsize_out; in d71_scaler_update()
772 malidp_write32(reg, SC_H_DELTA_PH, delta_ph); in d71_scaler_update()
777 delta_ph = (st->total_vsize_in << 16) / st->vsize_out; in d71_scaler_update()
778 malidp_write32(reg, SC_V_DELTA_PH, delta_ph); in d71_scaler_update()