aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-record
diff options
context:
space:
mode:
authorLyude Paul <lyude@redhat.com>2021-04-23 14:43:08 -0400
committerLyude Paul <lyude@redhat.com>2021-04-27 18:43:45 -0400
commita4d00750cd91840f67d3b7f471ca40dda60983cf (patch)
tree82996fa6b914cd04ef091e9bf80f997c563a61ab /tools/perf/scripts/python/bin/export-to-postgresql-record
parentdrm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*() (diff)
downloadlinux-a4d00750cd91840f67d3b7f471ca40dda60983cf.tar.gz
linux-a4d00750cd91840f67d3b7f471ca40dda60983cf.zip
drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_kms()
Next step in the conversion, move everything in drm_dp_dual_mode_helper.c over to using drm_err() and drm_dbg_kms(). This was done using the following cocci script: @@ expression list expr; @@ ( - DRM_DEBUG_KMS(expr); + drm_dbg_kms(dev, expr); | - DRM_ERROR(expr); + drm_err(dev, expr); ) And correcting the indentation of the resulting code by hand. Signed-off-by: Lyude Paul <lyude@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210423184309.207645-17-lyude@redhat.com Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-record')
0 files changed, 0 insertions, 0 deletions