Skip to content

Commit

Permalink
add configure for using 1080p
Browse files Browse the repository at this point in the history
drm.drm_mode_prune_hlimit=1920
drm.drm_mode_prune_vlimit=1080

Signed-off-by: Xihua Chen <[email protected]>
  • Loading branch information
xihua-chen committed Dec 22, 2020
1 parent 42575af commit ba4bad9
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 += vga=current i915.modeset=1 drm.atomic=1 i915.nuclear_pageflip=1 drm.vblankoffdelay=1 i915.fastboot=1
BOARD_KERNEL_CMDLINE += vga=current i915.modeset=1 drm.atomic=1 i915.nuclear_pageflip=1 drm.vblankoffdelay=1 i915.fastboot=1 drm.drm_mode_prune_hlimit=1920 drm.drm_mode_prune_vlimit=1080
{{^acrn-guest}}
{{#enable_guc}}
BOARD_KERNEL_CMDLINE += i915.enable_guc=2
Expand Down

0 comments on commit ba4bad9

Please sign in to comment.