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>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
e99063c7a3
commit
83f31f5ebb
@@ -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);
|
||||
|
Reference in New Issue
Block a user