Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_mode.c683 uint32_t total_area, divisor; in mga_vga_calculate_mode_bandwidth() local
693 total_area = mode->htotal * mode->vtotal; in mga_vga_calculate_mode_bandwidth()
696 do_div(pixels_per_second, total_area); in mga_vga_calculate_mode_bandwidth()