From b3e398aa444e379ea68f421524b8daf74690f047 Mon Sep 17 00:00:00 2001 From: Vincent Cheah Beng Keat Date: Wed, 4 Sep 2024 19:00:41 +0800 Subject: [PATCH] [Test] Set Scanout by default --- 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 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,