diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2020-04-22 19:19:13 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2020-04-24 17:21:32 +0300 |
commit | eac9c58539aa2db9e1173964025760fdea905656 (patch) | |
tree | 30e4403e9d3ba6621d76d78dd6dcea32beeafc20 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c5a01ec7579a264ad332be8fa89f446efa2aaa58 (diff) |
drm/i915: Flatten a bunch of the pfit functions
Most of the pfit functions are of the form:
func()
{
if (pfit_enabled) {
...
}
}
Flip the pfit_enabled check around to flatten the functions.
And while we're touching all this let's do the usual
s/pipe_config/crtc_state/ replacement.
Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200422161917.17389-2-ville.syrjala@linux.intel.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions