diff options
author | Ville Syrjälä <[email protected]> | 2020-09-25 16:16:48 +0300 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2020-09-28 17:20:08 -0400 |
commit | ef80c1a1d21b2845e3a60dcb936264b123ebf41c (patch) | |
tree | 11fd742a0aba76f3c61bbe18b5f5e82e45cb6323 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 32e4d9df60f71d641fbe628a9afbe2f44d7e9a37 (diff) |
drm/i915: Fix state checker hw.active/hw.enable readout
Previously intel_dump_pipe_config() used to dump the full crtc state
whether or not the crtc was logically enabled or not. As that meant
occasionally dumping confusing stale garbage I changed it to
check whether the crtc is logically enabled or not. However I did
not realize that the state checker readout code does not
populate crtc_state.hw.{active,enabled}. Hence the state checker
dump would only give us a full dump of the sw state but not the hw
state. Fix that by populating those bits of the hw state as well.
Reviewed-by: Uma Shankar <[email protected]>
Fixes: 10d75f5428fd ("drm/i915: Fix plane state dumps")
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 504c7bd85c6f9b14b6c7f03cb5885c0818e805ad)
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions