]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/i915/vblank: Change log from err to debug
authorSuraj Kandpal <suraj.kandpal@intel.com>
Thu, 24 Jul 2025 10:29:54 +0000 (15:59 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 28 Jul 2025 07:51:58 +0000 (13:21 +0530)
Let Potential update error just be a log instead of a big error
we already have Atomic Update error log which shouts out if
something really goes wrong.

--v2
-Fix typo in commit message [Mitul]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Link: https://lore.kernel.org/r/20250724102954.2573715-1-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_vblank.c

index 70ba7aa26bf49727555692fe55f7d340d0ce35f7..3e51deca0c217e7e6aeddfaee54e49f10f68c193 100644 (file)
@@ -724,9 +724,9 @@ int intel_vblank_evade(struct intel_vblank_evade_ctx *evade)
                        break;
 
                if (!timeout) {
-                       drm_err(display->drm,
-                               "Potential atomic update failure on pipe %c\n",
-                               pipe_name(crtc->pipe));
+                       drm_dbg_kms(display->drm,
+                                   "Potential atomic update failure on pipe %c\n",
+                                   pipe_name(crtc->pipe));
                        break;
                }