edk2-porting / edk2-msm

Broken edk2 port for Qualcomm platforms xD
https://renegade-project.tech/
BSD 2-Clause "Simplified" License
2.31k stars 438 forks source link

Enabled framebuffer delay through device.dsc #365

Closed AdrianoA3 closed 10 months ago

AdrianoA3 commented 11 months ago

Description

Slow down framebuffer by adding gQcomTokenSpaceGuid.PcdMipiFrameBufferDelay under [PcdsFixedAtBuild.common] section on .dsc. Time is in microseconds, so 1,000,000 us = 1 s. This is optional and for debugging purposes.

E.g

[PcdsFixedAtBuild.common] gQcomTokenSpaceGuid.PcdMipiFrameBufferDelay|1000000

Checklist

MollySophia commented 11 months ago

This sounds really useful! Maybe it's more convenient if it can be enabled in build.sh parameters?

AdrianoA3 commented 11 months ago

@MollySophia Indeed