disp: msm: add support for no blend planes
Some of the features in the DPU hardware needs planes to be staged but it should not be blended in the layer mixer. Change adds support for drm driver client to set the blend type on the plane and updates driver code to skip staging the plane. Change-Id: I1e8c7f6ce5617820ea8b24419e0d4d27b481819b Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
This commit is contained in:
@@ -426,9 +426,11 @@ struct sde_hw_ctl_ops {
|
||||
* @ctx : ctl path ctx pointer
|
||||
* @lm : layer mixer enumeration
|
||||
* @cfg : blend stage configuration
|
||||
* @active_cfg: active no blend stage configuration
|
||||
*/
|
||||
void (*setup_blendstage)(struct sde_hw_ctl *ctx,
|
||||
enum sde_lm lm, struct sde_hw_stage_cfg *cfg);
|
||||
enum sde_lm lm, struct sde_hw_stage_cfg *cfg,
|
||||
struct sde_hw_stage_cfg *active_cfg);
|
||||
|
||||
/**
|
||||
* Get all the sspp staged on a layer mixer
|
||||
|
Reference in New Issue
Block a user