commit | 64f6dbabf79ad99f073f3eb9d33481001100ef43 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri May 17 22:31:29 2019 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Jun 04 16:42:53 2019 +0300 |
tree | bd56b1c5d5a9e48857cada1977b721764b3e5008 | |
parent | a0e701041c958a6667e9bdd050f06ffb2d4de1da [diff] |
drm/i915: Include crtc_state.active in crtc state dumps Currently we're not dumping out whether the crtc is actually active or in dpms off state. Let's include that in the dumps. And while at it compress out a few lines from the state dump. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190517193132.8140-11-ville.syrjala@linux.intel.com Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>