Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1566 uint32_t total_area, divisor; in mga_vga_calculate_mode_bandwidth() local
1576 total_area = mode->htotal * mode->vtotal; in mga_vga_calculate_mode_bandwidth()
1579 do_div(pixels_per_second, total_area); in mga_vga_calculate_mode_bandwidth()