Symbol: __DML2_WRAPPER_MAX_STREAMS_PLANES__
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
670
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
692
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
753
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
777
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
872
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
102
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
103
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
36
struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.h
37
struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
311
struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
312
struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0};
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
93
struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__];
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_wrapper.c
94
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
1047
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
105
return __DML2_WRAPPER_MAX_STREAMS_PLANES__;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
1061
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
1068
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
1139
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1185
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1202
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1207
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1300
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
1334
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
1374
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
197
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
208
for (i = 0; i < __DML2_WRAPPER_MAX_STREAMS_PLANES__; i++) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper_fpu.c
81
if (i >= __DML2_WRAPPER_MAX_STREAMS_PLANES__) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_wrapper_fpu.c
83
__func__, i, __DML2_WRAPPER_MAX_STREAMS_PLANES__);