Searched refs:plane_cfg (Results 1 – 3 of 3) sorted by relevance
22 bool dml2_core_utils_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg);
415 bool dml2_core_utils_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg) in dml2_core_utils_is_phantom_pipe() argument419 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml2_core_utils_is_phantom_pipe()420 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml2_core_utils_is_phantom_pipe()
237 static bool dml_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg) in dml_is_phantom_pipe() argument241 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml_is_phantom_pipe()242 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml_is_phantom_pipe()3476 const struct dml2_plane_parameters *plane_cfg, in CalculateUrgentBurstFactor() argument3514 …LinesInDETLuma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeY) / BytePerPixelInD… in CalculateUrgentBurstFactor()3525 …LinesInDETChroma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelI… in CalculateUrgentBurstFactor()