Searched refs:plane_cfg (Results 1 – 4 of 4) sorted by relevance
20 bool dml2_core_utils_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg);
271 bool dml2_core_utils_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg) in dml2_core_utils_is_phantom_pipe() argument275 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml2_core_utils_is_phantom_pipe()276 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml2_core_utils_is_phantom_pipe()
30 static bool dml_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg);321 const struct dml2_plane_parameters *plane_cfg,3027 static bool dml_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg) in dml_is_phantom_pipe() argument3031 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml_is_phantom_pipe()3032 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml_is_phantom_pipe()6116 const struct dml2_plane_parameters *plane_cfg, in CalculateUrgentBurstFactor() argument6154 …LinesInDETLuma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeY) / BytePerPixelInD… in CalculateUrgentBurstFactor()6165 …LinesInDETChroma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelI… in CalculateUrgentBurstFactor()
232 static bool dml_is_phantom_pipe(const struct dml2_plane_parameters *plane_cfg) in dml_is_phantom_pipe() argument236 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml_is_phantom_pipe()237 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml_is_phantom_pipe()3450 const struct dml2_plane_parameters *plane_cfg, in CalculateUrgentBurstFactor() argument3488 …LinesInDETLuma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeY) / BytePerPixelInD… in CalculateUrgentBurstFactor()3499 …LinesInDETChroma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelI… in CalculateUrgentBurstFactor()