Symbol: dml2_plane_parameters
sys/dev/pci/drm/amd/display/dc/dml2/dml21/dml21_translation_helper.c
384
static void populate_dml21_dummy_plane_cfg(struct dml2_plane_parameters *plane, const struct dc_stream_state *stream)
sys/dev/pci/drm/amd/display/dc/dml2/dml21/dml21_translation_helper.c
497
struct dml2_plane_parameters *plane, const struct dc_plane_state *plane_state,
sys/dev/pci/drm/amd/display/dc/dml2/dml21/inc/dml_top_display_cfg_types.h
440
struct dml2_plane_parameters plane_descriptors[DML2_MAX_PLANES];
sys/dev/pci/drm/amd/display/dc/dml2/dml21/inc/dml_top_display_cfg_types.h
502
const struct dml2_plane_parameters *plane_descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/inc/dml_top_types.h
216
const struct dml2_plane_parameters *plane_descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/inc/dml_top_types.h
244
struct dml2_plane_parameters descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c
168
static void create_phantom_plane_from_main_plane(struct dml2_plane_parameters *phantom, const struct dml2_plane_parameters *main,
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c
171
memcpy(phantom, main, sizeof(struct dml2_plane_parameters));
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c
193
const struct dml2_plane_parameters *main_plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c
260
const struct dml2_plane_parameters *main_plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c
261
const struct dml2_plane_parameters *phantom_plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4.c
370
memcpy(&programming->plane_programming[main_plane_index].phantom_plane.descriptor, phantom_plane, sizeof(struct dml2_plane_parameters));
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12757
const struct dml2_plane_parameters *plane_descriptor = &display_cfg->display_config.plane_descriptors[plane_index];
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
233
static bool dml_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg)
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
3421
const struct dml2_plane_parameters *plane_cfg,
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_utils.c
415
bool dml2_core_utils_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg)
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_utils.c
587
static void create_phantom_plane_from_main_plane(struct dml2_plane_parameters *phantom, const struct dml2_plane_parameters *main,
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_utils.c
590
memcpy(phantom, main, sizeof(struct dml2_plane_parameters));
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_utils.c
612
const struct dml2_plane_parameters *main_plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_utils.h
22
bool dml2_core_utils_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg);
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
22
struct dml2_plane_parameters *plane_descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
39
struct dml2_plane_parameters *plane_descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
530
const struct dml2_plane_parameters *plane_descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1081
const struct dml2_plane_parameters *plane_descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1840
const struct dml2_plane_parameters *plane_descriptor;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1938
struct dml2_plane_parameters *plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1968
struct dml2_plane_parameters *plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
2033
struct dml2_plane_parameters *plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
2053
struct dml2_plane_parameters *plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_top/dml2_top_soc15.c
524
const struct dml2_plane_parameters *plane;
sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/inc/dml2_internal_shared_types.h
433
const struct dml2_plane_parameters *plane_descriptor;