aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorSatendra Singh Thakur <[email protected]>2018-05-03 11:19:32 +0530
committerDaniel Vetter <[email protected]>2018-05-03 15:33:23 +0200
commitfc2a69f3903dfd97cd47f593e642b47918c949df (patch)
treedcab7f362bdd11415e3c4aca98f01ea5193843a7 /tools/perf/scripts/python/bin/stackcollapse-record
parent51f170a544bdb06d93316d8ff0814a52daa24a6c (diff)
drm/atomic: Handling the case when setting old crtc for plane
In the func drm_atomic_set_crtc_for_plane, with the current code, if crtc of the plane_state and crtc passed as argument to the func are same, entire func will executed in vein. It will get state of crtc and clear and set the bits in plane_mask. All these steps are not required for same old crtc. Ideally, we should do nothing in this case, this patch handles the same, and causes the program to return without doing anything in such scenario. Signed-off-by: Satendra Singh Thakur <[email protected]> Cc: Madhur Verma <[email protected]> Cc: Hemanshu Srivastava <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions