Merge "disp: msm: dsi: make PPS delay configurable"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
ccaaf63268
@@ -358,6 +358,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;
|
||||
@@ -415,6 +416,7 @@ struct msm_display_dsc_info {
|
||||
char *range_bpg_offset;
|
||||
|
||||
u32 extra_width;
|
||||
u32 pps_delay_ms;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user