From b2ed0399287762a0fc3d91eadeb1e4601dd79473 Mon Sep 17 00:00:00 2001 From: Vincent Cheah Beng Keat Date: Wed, 24 Jul 2024 00:02:12 +0800 Subject: [PATCH] [TEST only] check CD/CI build --- media_softlet/linux/common/os/xe/mos_bufmgr_xe.c | 1 + 1 file changed, 1 insertion(+) 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 71e1188390f..c65d1ea6381 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("just print \n"); ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_XE_GEM_CREATE,