Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.h115 dml_get_var_decl(fraction_of_urgent_bandwidth, dml_float_t);
H A Ddisplay_mode_core.c10227 dml_get_var_func(fraction_of_urgent_bandwidth, dml_float_t, mode_lib->mp.FractionOfUrgentBandwidth);
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h473 double fraction_of_urgent_bandwidth; // nom member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h59 dml_get_attr_decl(fraction_of_urgent_bandwidth);
H A Ddisplay_mode_vba.c111 dml_get_attr_func(fraction_of_urgent_bandwidth, mode_lib->vba.FractionOfUrgentBandwidth);
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c323 dml_get_var_func(fraction_of_urgent_bandwidth, double, mode_lib->mp.FractionOfUrgentBandwidth);
13123 out->informative.qos.fraction_of_urgent_bandwidth = dml_get_fraction_of_urgent_bandwidth(mode_lib); in dml2_core_calcs_get_informative()
H A Ddml2_core_shared.c12206 out->informative.qos.fraction_of_urgent_bandwidth = mode_lib->mp.FractionOfUrgentBandwidth; in dml2_core_shared_get_informative()