disp: msm: add support to expose base layer staging property

Add support to expose base layer staging property to HAL.
In those targets where base layer staging is enabled in mixer,
layer with zorder 0 will be staged as base layer.

Change-Id: Id825357c61ac6913bdcb8a184fc501236519d5dd
Signed-off-by: Krishna Manikandan <mkrishn@codeaurora.org>
Tento commit je obsažen v:
Krishna Manikandan
2019-11-29 14:39:51 +05:30
odevzdal Gerrit - the friendly Code Review server
rodič e99063c7a3
revize 83f31f5ebb

Zobrazit soubor

@@ -5075,6 +5075,9 @@ static void sde_crtc_install_properties(struct drm_crtc *crtc,
msm_property_install_blob(&sde_crtc->property_info, "capabilities",
DRM_MODE_PROP_IMMUTABLE, CRTC_PROP_INFO);
sde_kms_info_add_keyint(info, "use_baselayer_for_stage",
catalog->has_base_layer);
msm_property_set_blob(&sde_crtc->property_info, &sde_crtc->blob_info,
info->data, SDE_KMS_INFO_DATALEN(info),
CRTC_PROP_INFO);