Symbol: __DML2_WRAPPER_MAX_STREAMS_PLANES__
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
735
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
757
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
822
ASSERT(disp_cfg_stream_location >= 0 && disp_cfg_stream_location < __DML2_WRAPPER_MAX_STREAMS_PLANES__);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
848
ASSERT(disp_cfg_plane_location >= 0 && disp_cfg_plane_location < __DML2_WRAPPER_MAX_STREAMS_PLANES__);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
950
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
103
memset(dc_main_pipes, 0, sizeof(struct pipe_ctx *) * __DML2_WRAPPER_MAX_STREAMS_PLANES__);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
104
memset(dc_phantom_pipes, 0, sizeof(struct pipe_ctx *) * __DML2_WRAPPER_MAX_STREAMS_PLANES__);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
17
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
28
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
64
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
87
struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
88
struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.h
37
struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.h
38
struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper_fpu.c
277
struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper_fpu.c
278
struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0};
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper_fpu.c
59
struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper_fpu.c
60
struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0};
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
105
return __DML2_WRAPPER_MAX_STREAMS_PLANES__;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
1062
unsigned int odm_mode_array[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0}, dpp_per_surface_array[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0};
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
1076
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
1083
disp_cfg_index_max = __DML2_WRAPPER_MAX_STREAMS_PLANES__;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
86
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
92
return __DML2_WRAPPER_MAX_STREAMS_PLANES__;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
99
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
72
unsigned int disp_cfg_to_stream_id[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
73
bool disp_cfg_to_stream_id_valid[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
74
unsigned int disp_cfg_to_plane_id[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
75
bool disp_cfg_to_plane_id_valid[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
76
unsigned int dml_pipe_idx_to_stream_id[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
77
bool dml_pipe_idx_to_stream_id_valid[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
78
unsigned int dml_pipe_idx_to_plane_id[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
79
bool dml_pipe_idx_to_plane_id_valid[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
80
unsigned int dml_pipe_idx_to_plane_index[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_internal_types.h
81
bool dml_pipe_idx_to_plane_index_valid[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1148
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1195
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1212
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1217
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1310
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1344
ASSERT(disp_cfg_stream_location >= 0 && disp_cfg_stream_location < __DML2_WRAPPER_MAX_STREAMS_PLANES__);
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1384
ASSERT(disp_cfg_plane_location >= 0 && disp_cfg_plane_location < __DML2_WRAPPER_MAX_STREAMS_PLANES__);
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
199
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
210
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper_fpu.c
83
if (i >= __DML2_WRAPPER_MAX_STREAMS_PLANES__) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper_fpu.c
85
__func__, i, __DML2_WRAPPER_MAX_STREAMS_PLANES__);