Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c476 struct fixed31_32 effective_bandwidth_in_kbps; in compute_bpp_x16_from_target_bandwidth() local
481 effective_bandwidth_in_kbps = dc_fixpt_from_int(bandwidth_in_kbps); in compute_bpp_x16_from_target_bandwidth()
482 effective_bandwidth_in_kbps = dc_fixpt_sub_int(effective_bandwidth_in_kbps, in compute_bpp_x16_from_target_bandwidth()
484 bpp_x16 = dc_fixpt_mul_int(effective_bandwidth_in_kbps, 10); in compute_bpp_x16_from_target_bandwidth()

Completed in 5 milliseconds