sapphire: rootdir: Avoid delay for vblank disable from DRM
Set drm_vblank_offdelay parameter to -1, to make DRM issue the vblank disable immediately with out delay. By defailt the DRM framework has a delay of 5 secs timeout before issuing the vblank disable.
This commit is contained in:
committed by
kibria5
parent
612ce5258c
commit
7808e0b8fc
@@ -41,3 +41,6 @@ on property:vendor.post_boot.parsed=1
|
||||
write /dev/cpuctl/nnapi-hal/cpu.shares 20480
|
||||
write /dev/cpuctl/rt/cpu.shares 20480
|
||||
write /dev/cpuctl/top-app/cpu.shares 20480
|
||||
|
||||
# Disable vblank IRQ immediately after turning off
|
||||
write /sys/module/drm/parameters/vblankoffdelay -1
|
||||
|
||||
Reference in New Issue
Block a user