clk: msm: mdss: update the frame rate count supported for DFPS
Update the number of frame rates supported for dynamic refresh feature from 10 to 20. This is needed to support all the fps values requested by display HAL between minimum fps and maxiumum fps based on the requirement. Change-Id: Ib7487ad17261ac8c4d6929787899161061e71078 Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org>
This commit is contained in:
parent
efea890321
commit
26b57cf172
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ enum {
|
|||
MDSS_PLL_TARGET_8996,
|
||||
};
|
||||
|
||||
#define DFPS_MAX_NUM_OF_FRAME_RATES 10
|
||||
#define DFPS_MAX_NUM_OF_FRAME_RATES 20
|
||||
|
||||
struct dfps_panel_info {
|
||||
uint32_t enabled;
|
||||
|
|
Loading…
Add table
Reference in a new issue