]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/ttm: Don't spam the log on buffer object backing store allocation failure
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Tue, 17 Mar 2026 14:18:54 +0000 (15:18 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Fri, 20 Mar 2026 09:36:12 +0000 (10:36 +0100)
commit55fcf74cc2330580659426a57d1fa0125f7326b3
treebed692d8e598f5d22f6b70c6b7363314c9dfb0aa
parent3590a52f0d0903e600dd01e2cf30820c404beca4
drm/ttm: Don't spam the log on buffer object backing store allocation failure

If the struct ttm_operation_ctx::gfp_retry_mayfail is true,
buffer object backing store allocation failures are expected to
silently fail with an error code to the caller. But currently an
elaborate warning is printed to the system log.

Don't spam the log in this way.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Acked-by: Christian König <christian.koening@amd.com>
Link: https://patch.msgid.link/20260317141856.237876-2-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/ttm/ttm_pool.c