config: Fix Early GL phase offset of SF Vsync for High Fps config

For High Fps config, the current value of Early GL phase offset of SF
Vsync is 9 ms. So, SF wakes-up too early in the Client Comp use cases.
Hence, n+1th frame starts too early, which blocks the Composer and SF
process because driver thread (complete_commit) is still processing
the nth frame. Set this offset to a more appropriate value of 6.5 ms
to fix this behavior during Client Comp use cases at High Fps config.

CRs-Fixed: 2563961
Change-Id: I0024aba3be4609df5a05e7867092fea863b91343
1 file changed