disp: msm: dsi: make PPS delay configurable

This change makes the post PPS command delay a panel property.
By default the value is set to zero if not specified.

Change-Id: I50c86ba0f0cb28ff617435e92e9675e5c35404ca
Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:
Satya Rama Aditya Pinapala
2019-07-03 10:53:31 -07:00
zatwierdzone przez Gerrit - the friendly Code Review server
rodzic 6c483e3b23
commit e52bd3228c
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@@ -357,6 +357,7 @@ struct msm_roi_caps {
* @range_max_qp: Max QP allowed.
* @range_bpg_offset: Bits per group adjustment.
* @extra_width: Extra width required in timing calculations.
* @pps_delay_ms: Post PPS command delay in milliseconds.
*/
struct msm_display_dsc_info {
u8 version;
@@ -414,6 +415,7 @@ struct msm_display_dsc_info {
char *range_bpg_offset;
u32 extra_width;
u32 pps_delay_ms;
};
/**