aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2020-01-10 20:32:25 +0200
committerVille Syrjälä <[email protected]>2020-01-22 20:22:04 +0200
commitb2faf669866e715231fc2a43ea69adf97a13ca01 (patch)
tree8123039f98618cf9983578b423dd4415f0d9f535 /tools/perf/scripts/python/export-to-postgresql.py
parent7d8d2cbce5af5ed5a80d5857f0d01d03aaacef71 (diff)
drm/i915: Stop looking at plane->state in intel_prepare_plane_fb()
Switch over to using explicit old/new planes states instead of digging the old state out via plane->state. The main issue is that plane->state will point to the uapi state which we generally don't even want to look at. Also it sets a bad example as using plane->state during commit_tail() would be a bug. Here we're still holding the modeset locks so it's actually safe, but best not give people bad ideas. Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions