Skip to content

Commit 364ea37

Browse files
committed
Add the screen cast changes
Add the sepolicy path. Add the screen cast lib, so and server. Add the kernel udmabuf support Tracked-On: OAM-132445 Signed-off-by: HeYue <yue.he@intel.com>
1 parent 0e52eea commit 364ea37

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

groups/graphics/auto/BoardConfig.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/graphics/composer3
7171
#Add app_render_setting_property folder to BOARD_SEPOLICY_DIRS
7272
BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/app_render_setting_property
7373

74+
BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/graphics/screencast
75+
7476
BOARD_SEPOLICY_M4DEFS += module_hwc_info_service=true

groups/graphics/auto/product.mk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@ PRODUCT_COPY_FILES += \
7474
PRODUCT_COPY_FILES += \
7575
vendor/intel/hardware/interfaces/graphic/dgpu-renderwlocal.cfg:vendor/etc/dgpu-renderwlocal.cfg
7676

77+
# virtio-gpu backend
78+
PRODUCT_PACKAGES += \
79+
libacrn_dm_backend \
80+
DmBackendApp \
81+
acrn-bkend-server \
82+
dm-backend \
83+
libCastFrontClientJni \
84+
ScreenCastClient \
85+
open-node \
86+
probe-node \
87+
VirtualDisplayDemo
88+
7789
# DRM HWComposer
7890
PRODUCT_PACKAGES += \
7991
hwcomposer.drm_minigbm

groups/kernel/gmin64/config-lts/linux-intel-lts2023/x86_64_defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,10 +5885,10 @@ CONFIG_DW_DMAC_PCI=y
58855885
#
58865886
CONFIG_SYNC_FILE=y
58875887
CONFIG_SW_SYNC=y
5888-
# CONFIG_UDMABUF is not set
5889-
# CONFIG_DMABUF_MOVE_NOTIFY is not set
58905888
# CONFIG_DMABUF_DEBUG is not set
58915889
# CONFIG_DMABUF_SELFTESTS is not set
5890+
CONFIG_UDMABUF=y
5891+
CONFIG_DMABUF_MOVE_NOTIFY=y
58925892
CONFIG_DMABUF_HEAPS=y
58935893
CONFIG_DMABUF_SYSFS_STATS=y
58945894
CONFIG_DMABUF_HEAPS_DEFERRED_FREE=y

0 commit comments

Comments
 (0)