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
This commit is contained in:
@@ -283,6 +283,12 @@ struct sde_hw_dspp_ops {
|
||||
* @status: Demura plane used by DSPP. demura_fetch_planes enum value.
|
||||
*/
|
||||
void (*demura_read_plane_status)(struct sde_hw_dspp *ctx, u32 *status);
|
||||
/**
|
||||
* setup_demura_pu_config - function to configure demura hw block pu offsets
|
||||
* @ctx: Pointer to dspp context
|
||||
* @cfg: Pointer to configuration
|
||||
*/
|
||||
void (*setup_demura_pu_config)(struct sde_hw_dspp *ctx, void *cfg);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user