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:
Veera Sundaram Sankaran
2021-09-21 12:43:55 -07:00
parent 1c722f2094
commit 4d3e8b1306
3 ha cambiato i file con 52 aggiunte e 16 eliminazioni

Vedi File

@@ -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"},