-Original Message-
From: Intel-xe On Behalf Of Matthew
Brost
Sent: Thursday, April 3, 2025 1:27 PM
To: intel...@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Subject: [PATCH v2 3/4] drm/print: Add drm_printer_is_full
>
> Add drm_printer_is_full which indicates if
Add drm_printer_is_full which indicates if a drm printer's output is
full. Useful to short circuit coredump printing once printer's output is
full.
Signed-off-by: Matthew Brost
---
include/drm/drm_print.h | 17 +
1 file changed, 17 insertions(+)
diff --git a/include/drm/drm_prin