1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2021 Intel Corporation
11 #define XE_WARN_ON WARN_ON
13 #define XE_IOCTL_DBG(xe, cond) \
14 ((cond) && (drm_dbg(&(xe)->drm, \
15 "Ioctl argument check failed at %s:%d: %s", \
16 __FILE__, __LINE__, #cond), 1))