aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRodrigo Siqueira <[email protected]>2022-10-18 08:28:21 -0400
committerAlex Deucher <[email protected]>2022-10-24 14:34:46 -0400
commita5e39ae27c3a305c6aafc0e423b0cb2c677facde (patch)
tree1785d72b62df44018bb1a1f2c7e403008d144616 /tools/perf/scripts/python/bin
parent987b96eb860036ab79051fb271f7fbdc01c9daf5 (diff)
drm/amd/display: Add function for validate and update new stream
DC stream can be seen as a representation of the DCN backend or the data struct that represents the center of the display pipeline. The front end (i.e., planes) is connected to the DC stream, and in its turn, streams are connected to the DC link. Due to this dynamic, DC must handle the following scenarios: 1. A stream is removed; 2. A new stream is created; 3. An unchanged stream had some updates on its planes. These combinations require that the new stream data struct become updated and has a valid global state. For handling multiple corner cases associated with stream operations, this commit introduces a function dedicated to manipulating stream changes and invokes the state validation function after that. Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Co-developed-by: Aurabindo Pillai <[email protected]> Signed-off-by: Aurabindo Pillai <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions