aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorDmitry Baryshkov <[email protected]>2024-09-03 06:22:55 +0300
committerDmitry Baryshkov <[email protected]>2024-10-21 14:11:12 +0300
commitdc0def61a16efd7be9ce517cafffa99ac7de6eb7 (patch)
tree09c1dbbad4f679a06be6662db1501def062a4059 /tools/perf/scripts/python/event_analyzing_sample.py
parent4f3ec1e5e152ac2c00ee3ea82fcc2700f5e0c5cb (diff)
drm/msm/dpu: move layout setup population out of dpu_plane_prepare_fb()
Move the call to dpu_format_populate_plane_sizes() to the atomic_check step, so that any issues with the FB layout can be reported as early as possible. At the same time move the call to dpu_format_populate_addrs() to dpu_plane_sspp_atomic_update(). This way the all layout management is performed only for the visible planes: the .prepare_fb callback is called for not visible planes too, so keeping dpu_format_populate_addrs in dpu_plane_prepare_fb() will require dpu_format_populate_plane_sizes() to be called for !visible planes too. Reviewed-by: Abhinav Kumar <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/612251/ Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions