c079b51c81b71c3ca772f6a1a75fdb36effca4a9

Currently, in dsi_display_get_modes, priv_info, rates, front_porches and pixel_clks_khz memory is allocated for each timing node and the same memory is copied for each supported fps. The values of front porches calculated to maintain constant fps for each bit clk rate gets overwritten with the values for last fps in the dfps list. But the values of front porches should be different in case where DFPS and dynamic clock are both supported either by vfp approach or hfp approach. To fix this, allocate memory separately for each fps. Change-Id: Ibf753aa8cca8d77b02b20785b5435f1aba05106e Signed-off-by: Kashish Jain <kashjain@codeaurora.org>
Açıklama
Hiçbir açıklama sağlanmadı
Dil
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%