Re: [PATCH 1/3] drm/amd/display: Add functions for new DC commit sequence

2022-10-11 Thread Harry Wentland
On 2022-10-11 14:11, Rodrigo Siqueira wrote: > Since DCN32, our DC commit become more complex and requires more > adjustments to work well with some features. This is a preparation work > for replacing dc_commit_state and dc_commit_updates_for_stream with > dc_update_planes_and_stream and dc_upda

[PATCH 1/3] drm/amd/display: Add functions for new DC commit sequence

2022-10-11 Thread Rodrigo Siqueira
Since DCN32, our DC commit become more complex and requires more adjustments to work well with some features. This is a preparation work for replacing dc_commit_state and dc_commit_updates_for_stream with dc_update_planes_and_stream and dc_update_planes_and_stream respectively. Cc: Nicholas Kazlau