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:

zatwierdzone przez
Gerrit - the friendly Code Review server

rodzic
6c483e3b23
commit
e52bd3228c
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user