Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
if (stream_a == NULL || stream_b == NULL)
return false;
- if (stream_a->public.timing.pixel_encoding != stream_b->public.timing.pixel_encoding)
- return false;
if (is_timing_changed(stream_a, stream_b))
return false;
bool is_stream_unchanged(
const struct core_stream *old_stream, const struct core_stream *stream)
{
- if (old_stream != stream)
- return false;
if (!are_stream_backends_same(old_stream, stream))
return false;