Merge "disp: msm: dsi: make PPS delay configurable"

This commit is contained in:
qctecmdr
2019-07-28 20:29:00 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 10 additions and 1 deletions

View File

@@ -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;
};
/**