msm: sde: Add partial update support for demura

Demura HW block needs to be programmed with different sequence for
partial update use-cases. Change adds support for partial update
programming sequence.

Change-Id: I3ea38354b1120d7c545f6680562c47304cd1126b
Esse commit está contido em:
Gopikrishnaiah Anandan
2020-12-14 20:56:33 -08:00
commit 9161487a45
7 arquivos alterados com 166 adições e 41 exclusões

Ver arquivo

@@ -582,6 +582,8 @@ struct sde_mdss_color {
* @dspp[DSPP_MAX]: array of hw_dspp pointers associated with crtc.
* @broadcast_disabled: flag indicating if broadcast should be avoided when
* using LUTDMA
* @panel_height: height of display panel in pixels.
* @panel_width: width of display panel in pixels.
*/
struct sde_hw_cp_cfg {
void *payload;
@@ -594,6 +596,8 @@ struct sde_hw_cp_cfg {
u32 displayh;
struct sde_hw_dspp *dspp[DSPP_MAX];
bool broadcast_disabled;
u32 panel_height;
u32 panel_width;
};
/**