Skip to content

Commit

Permalink
disable fbc
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyanxzhu committed Sep 25, 2023
1 parent 9d5e9a9 commit da32161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/graphics/auto/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TARGET_USE_PRIVATE_LIBDRM := true
LIBDRM_VER ?= intel

BOARD_KERNEL_CMDLINE += i915.modeset=1 drm.atomic=1 i915.nuclear_pageflip=1 drm.vblankoffdelay=1 i915.fastboot=1
BOARD_KERNEL_CMDLINE += i915.modeset=1 drm.atomic=1 i915.nuclear_pageflip=1 drm.vblankoffdelay=1 i915.fastboot=1 i915.enable_fbc=0
{{^acrn-guest}}
{{#enable_guc}}
BOARD_KERNEL_CMDLINE += i915.enable_guc=2
Expand Down

0 comments on commit da32161

Please sign in to comment.