Searched refs:pixels_per_second (Results 1 – 2 of 2) sorted by relevance
530 uint32_t pixels_per_second; in get_dmif_switch_time_us() local542 pixels_per_second = pix_clk_khz * 1000; in get_dmif_switch_time_us()545 if (!pixels_per_second || !pixels_per_frame) { in get_dmif_switch_time_us()548 ASSERT(pixels_per_second); in get_dmif_switch_time_us()552 refresh_rate = pixels_per_second / pixels_per_frame; in get_dmif_switch_time_us()
1567 uint64_t active_area, pixels_per_second, bandwidth; in mga_vga_calculate_mode_bandwidth() local1578 pixels_per_second = active_area * mode->clock * 1000; in mga_vga_calculate_mode_bandwidth()1579 do_div(pixels_per_second, total_area); in mga_vga_calculate_mode_bandwidth()1581 bandwidth = pixels_per_second * bytes_per_pixel * 100; in mga_vga_calculate_mode_bandwidth()