Searched refs:total_dcn_read_bw_with_flip (Results 1 - 10 of 10) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c9291 &locals->total_dcn_read_bw_with_flip, // dml_float_t *TotalBandwidth
9334 locals->total_dcn_read_bw_with_flip = s->MaxTotalRDBandwidth;
H A Ddisplay_mode_core_structs.h1061 dml_float_t total_dcn_read_bw_with_flip; member in struct:mode_program_st
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c2887 v->total_dcn_read_bw_with_flip = 0.0;
2890 v->total_dcn_read_bw_with_flip = v->total_dcn_read_bw_with_flip
2914 if (v->total_dcn_read_bw_with_flip > v->ReturnBW) {
2916 dml_print("DML::%s: total_dcn_read_bw_with_flip %f (bw w/ flip too high!)\n", __func__, v->total_dcn_read_bw_with_flip);
2919 v->total_dcn_read_bw_with_flip = MaxTotalRDBandwidth;
5392 v->total_dcn_read_bw_with_flip = 0.0;
5394 v->total_dcn_read_bw_with_flip = v->total_dcn_read_bw_with_flip
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c2865 v->total_dcn_read_bw_with_flip = 0.0;
2868 v->total_dcn_read_bw_with_flip = v->total_dcn_read_bw_with_flip
2892 if (v->total_dcn_read_bw_with_flip > v->ReturnBW) {
2894 dml_print("DML::%s: total_dcn_read_bw_with_flip %f (bw w/ flip too high!)\n", __func__, v->total_dcn_read_bw_with_flip);
2897 v->total_dcn_read_bw_with_flip = MaxTotalRDBandwidth;
5303 v->total_dcn_read_bw_with_flip = 0.0;
5305 v->total_dcn_read_bw_with_flip = v->total_dcn_read_bw_with_flip
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c2688 v->total_dcn_read_bw_with_flip = 0.0;
2691 v->total_dcn_read_bw_with_flip = v->total_dcn_read_bw_with_flip + dml_max3(
2711 if (v->total_dcn_read_bw_with_flip > v->ReturnBW) {
2713 v->total_dcn_read_bw_with_flip = MaxTotalRDBandwidth;
4980 v->total_dcn_read_bw_with_flip = 0.0;
4982 v->total_dcn_read_bw_with_flip = v->total_dcn_read_bw_with_flip
4996 if (v->total_dcn_read_bw_with_flip > v->ReturnBWPerState[i][j]) {
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1093 &v->total_dcn_read_bw_with_flip, // Single *TotalBandwidth
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c2367 mode_lib->vba.total_dcn_read_bw_with_flip = 0.0;
2370 mode_lib->vba.total_dcn_read_bw_with_flip =
2371 mode_lib->vba.total_dcn_read_bw_with_flip + dml_max3(
2388 if (mode_lib->vba.total_dcn_read_bw_with_flip > mode_lib->vba.ReturnBW) {
4958 mode_lib->vba.total_dcn_read_bw_with_flip = 0.0;
4960 mode_lib->vba.total_dcn_read_bw_with_flip = mode_lib->vba.total_dcn_read_bw_with_flip + dml_max3(
4971 if (mode_lib->vba.total_dcn_read_bw_with_flip
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c2238 double total_dcn_read_bw_with_flip = 0; local
2299 total_dcn_read_bw_with_flip =
2300 total_dcn_read_bw_with_flip
2313 if (total_dcn_read_bw_with_flip > mode_lib->vba.ReturnBW) {
4900 mode_lib->vba.total_dcn_read_bw_with_flip = 0.0;
4902 mode_lib->vba.total_dcn_read_bw_with_flip =
4903 mode_lib->vba.total_dcn_read_bw_with_flip
4914 if (mode_lib->vba.total_dcn_read_bw_with_flip
H A Ddisplay_mode_vba_20v2.c2272 double total_dcn_read_bw_with_flip = 0; local
2333 total_dcn_read_bw_with_flip =
2334 total_dcn_read_bw_with_flip
2347 if (total_dcn_read_bw_with_flip > mode_lib->vba.ReturnBW) {
5019 mode_lib->vba.total_dcn_read_bw_with_flip = 0.0;
5021 mode_lib->vba.total_dcn_read_bw_with_flip =
5022 mode_lib->vba.total_dcn_read_bw_with_flip
5033 if (mode_lib->vba.total_dcn_read_bw_with_flip
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h734 double total_dcn_read_bw_with_flip; member in struct:vba_vars_st

Completed in 411 milliseconds