aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2019-03-18 15:47:58 +0100
committerThomas Hellstrom <[email protected]>2019-03-20 07:57:01 +0100
commitc2d311553855395764e2e5bf401d987ba65c2056 (patch)
treebf52dab89a4e1598ed5d7d15997bbf6bad3db15b /tools/perf/scripts/python/exported-sql-viewer.py
parent4b9ce3a651a37c60527101db4451a315a8b9588f (diff)
drm/vmwgfx: Don't double-free the mode stored in par->set_mode
When calling vmw_fb_set_par(), the mode stored in par->set_mode gets free'd twice. The first free is in vmw_fb_kms_detach(), the second is near the end of vmw_fb_set_par() under the name of 'old_mode'. The mode-setting code only works correctly if the mode doesn't actually change. Removing 'old_mode' in favor of using par->set_mode directly fixes the problem. Cc: <[email protected]> Fixes: a278724aa23c ("drm/vmwgfx: Implement fbdev on kms v2") Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Deepak Rawat <[email protected]> Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions