i915/perf: Replace DRM_DEBUG with driver specific drm_dbg call
authorUmesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Thu, 7 Jul 2022 19:30:01 +0000 (12:30 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 8 Jul 2022 15:27:08 +0000 (08:27 -0700)
commit2fec539112e89255b6a47f566e21d99937fada7b
tree2e937196d8065818d3c3fff0d42cddeb256b2e5f
parent027c38b4121e7d9ae43b2fa21b35582d1aef2a05
i915/perf: Replace DRM_DEBUG with driver specific drm_dbg call

DRM_DEBUG is not the right debug call to use in i915 OA, replace it with
driver specific drm_dbg() call (Matt).

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220707193002.2859653-1-umesh.nerlige.ramappa@intel.com
drivers/gpu/drm/i915/i915_perf.c