target_bandwidth_kbps   58 drivers/gpu/drm/amd/display/dc/dc_dsc.h 		uint32_t target_bandwidth_kbps,
target_bandwidth_kbps  325 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		const int target_bandwidth_kbps,
target_bandwidth_kbps  336 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	if (target_bandwidth_kbps >= range.stream_kbps) {
target_bandwidth_kbps  340 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	} else if (target_bandwidth_kbps >= range.max_kbps) {
target_bandwidth_kbps  344 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	} else if (target_bandwidth_kbps >= range.min_kbps) {
target_bandwidth_kbps  346 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		*target_bpp_x16 = calc_dsc_bpp_x16(target_bandwidth_kbps, timing->pix_clk_100hz, dsc_common_caps->bpp_increment_div);
target_bandwidth_kbps  513 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		int target_bandwidth_kbps,
target_bandwidth_kbps  546 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	if (target_bandwidth_kbps > 0) {
target_bandwidth_kbps  547 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		is_dsc_possible = decide_dsc_target_bpp_x16(&dsc_policy, &dsc_common_caps, target_bandwidth_kbps, timing, &target_bpp);
target_bandwidth_kbps  837 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		uint32_t target_bandwidth_kbps,
target_bandwidth_kbps  847 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 			target_bandwidth_kbps,