Skip to content

Commit

Permalink
[Test] Set Scanout by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheah committed Sep 4, 2024
1 parent ac5f0ff commit b3e398a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media_softlet/linux/common/os/xe/mos_bufmgr_xe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b3e398a

Please sign in to comment.