Home
last modified time | relevance | path

Searched refs:hvs_load_shift (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_plane.c525 unsigned int hvs_load_shift, vrefresh, i; in vc4_plane_calc_load() local
552 hvs_load_shift = 1; in vc4_plane_calc_load()
554 hvs_load_shift = 2; in vc4_plane_calc_load()
579 vc4_state->hvs_load >>= hvs_load_shift; in vc4_plane_calc_load()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_plane.c632 unsigned int hvs_load_shift, vrefresh, i; in vc4_plane_calc_load() local
654 hvs_load_shift = 1; in vc4_plane_calc_load()
656 hvs_load_shift = 2; in vc4_plane_calc_load()
681 vc4_state->hvs_load >>= hvs_load_shift; in vc4_plane_calc_load()

Completed in 4 milliseconds