diff --git a/media_softlet/linux/common/os/xe/mos_bufmgr_xe.c b/media_softlet/linux/common/os/xe/mos_bufmgr_xe.c index 29b2f97f22..b471fbbb5c 100644 --- a/media_softlet/linux/common/os/xe/mos_bufmgr_xe.c +++ b/media_softlet/linux/common/os/xe/mos_bufmgr_xe.c @@ -1294,6 +1294,7 @@ mos_bo_alloc_xe(struct mos_bufmgr *bufmgr, * Note: current, it only supports WB/ WC while UC and other cache are not allowed. */ create.cpu_caching = alloc->ext.cpu_cacheable ? DRM_XE_GEM_CPU_CACHING_WB : DRM_XE_GEM_CPU_CACHING_WC; + printf("[bkcheah] test. \n"); ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_XE_GEM_CREATE,