Skip to content

Commit 6c57634

Browse files
committed
drm/i915/vblank: Change log from err to debug
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
1 parent 4af5de2 commit 6c57634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpu/drm/i915/display/intel_vblank.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,9 @@ int intel_vblank_evade(struct intel_vblank_evade_ctx *evade)
724724
break;
725725

726726
if (!timeout) {
727-
drm_err(display->drm,
728-
"Potential atomic update failure on pipe %c\n",
729-
pipe_name(crtc->pipe));
727+
drm_dbg_kms(display->drm,
728+
"Potential atomic update failure on pipe %c\n",
729+
pipe_name(crtc->pipe));
730730
break;
731731
}
732732

0 commit comments

Comments
 (0)