disp: msm: sde: extend topology_control to reserve dnsc_blur
Extend the topology_control connector property to support downscale blur block. This gives user-mode the capability to reserve the downscale blur block. Add sde rm changes to reserve the block based on this connector property during sde_rm_reserve. Change-Id: Ica2d7c57e6f528eb917acb6aae7e860352895a06 Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
This commit is contained in:
@@ -55,6 +55,7 @@ static const struct drm_prop_enum_list e_topology_control[] = {
|
||||
{SDE_RM_TOPCTL_RESERVE_CLEAR, "reserve_clear"},
|
||||
{SDE_RM_TOPCTL_DSPP, "dspp"},
|
||||
{SDE_RM_TOPCTL_DS, "ds"},
|
||||
{SDE_RM_TOPCTL_DNSC_BLUR, "dnsc_blur"},
|
||||
};
|
||||
static const struct drm_prop_enum_list e_power_mode[] = {
|
||||
{SDE_MODE_DPMS_ON, "ON"},
|
||||
|
Fai riferimento in un nuovo problema
Block a user