diff options
author | Ville Syrjälä <[email protected]> | 2020-09-25 16:16:48 +0300 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2020-09-28 18:09:28 +0300 |
commit | 504c7bd85c6f9b14b6c7f03cb5885c0818e805ad (patch) | |
tree | 3c71ec1632da6837a2b508f11c3237df5d551eea /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | eba10ec8cfdd831488fa091356884df7d23e305c (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]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions