diff options
author | 2024-11-07 16:56:34 +0900 | |
---|---|---|
committer | 2024-11-07 16:56:41 +0900 | |
commit | ec1f230d6db0d5200475a5756951c5f8ee89fab7 (patch) | |
tree | a0bb1949251a9fd50f0f65d00b648a5503ca7812 /services/surfaceflinger/DisplayDevice.cpp | |
parent | e57dca0191097d5d2b521ff617e3527e1cfed9c3 (diff) |
Add default maxBufferCount in GraphicBufferProducer
Some modules that inherit and use IGraphicBufferProducer
don't set maxBufferCount. As a result, the maxBufferCount value
that has been queried in libvulkan is 0,
and the creation of swapchain fails.
Therefore, the default value (64) is set to maxBufferCount.
Test: build, Mcts
Bug: 376142095
Change-Id: Ie5c5f747ecd6c15ffae80cc32b9f5a90b1a44df3
Signed-off-by: sm1021.shin <sm1021.shin@samsung.com>
Diffstat (limited to 'services/surfaceflinger/DisplayDevice.cpp')
0 files changed, 0 insertions, 0 deletions