Skip to content

Commit e6ed7b0

Browse files
EliasTheGrandMasterOfMistakesratatouille
authored and
ratatouille
committed
enable nvk driver for x86_64
In future it can be moved for common devices without problems
1 parent 1291f2d commit e6ed7b0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

BoardConfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ifneq ($(TARGET_USE_MESA),false)
4242
BOARD_MESA3D_USES_MESON_BUILD := true
4343
BOARD_MESA3D_MESON_ARGS := -Dallow-kcmp=enabled -Dintel-xe-kmd=enabled
4444
BOARD_MESA3D_BUILD_LIBGBM := true
45-
BOARD_MESA3D_GALLIUM_DRIVERS := kmsro r300 r600 nouveau freedreno swrast v3d vc4 etnaviv tegra svga virgl panfrost lima radeonsi
45+
BOARD_MESA3D_GALLIUM_DRIVERS := kmsro r300 r600 nouveau freedreno swrast v3d vc4 etnaviv tegra svga virgl panfrost lima radeonsi zink
4646
BOARD_MESA3D_VULKAN_DRIVERS := broadcom freedreno panfrost swrast virtio amd
4747
endif
4848

device.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ PRODUCT_PACKAGES += \
8989
ifneq ($(filter %_waydroid_x86 %_waydroid_x86_64,$(TARGET_PRODUCT)),)
9090
PRODUCT_PACKAGES += \
9191
vulkan.intel \
92-
vulkan.intel_hasvk
92+
vulkan.intel_hasvk \
93+
vulkan.nouveau
9394
endif
9495

9596
PRODUCT_COPY_FILES += \

waydroid_x86_64/BoardConfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ TARGET_2ND_ARCH_VARIANT := x86_64
2727

2828
ifneq ($(TARGET_USE_MESA),false)
2929
BOARD_MESA3D_GALLIUM_DRIVERS += i915 iris crocus
30-
BOARD_MESA3D_VULKAN_DRIVERS += intel intel_hasvk
30+
BOARD_MESA3D_VULKAN_DRIVERS += intel intel_hasvk nouveau
3131
endif

0 commit comments

Comments
 (0)