drm/msm/dpu: enable virtual planes by default#852
Open
naala-qcom wants to merge 1 commit intoqualcomm-linux:tech/mm/drmfrom
Open
drm/msm/dpu: enable virtual planes by default#852naala-qcom wants to merge 1 commit intoqualcomm-linux:tech/mm/drmfrom
naala-qcom wants to merge 1 commit intoqualcomm-linux:tech/mm/drmfrom
Conversation
Turn on the switch and use virtual planes by default, enhancing utilisation of the display pipelines. It is still possible to use legacy implementation by using `msm.dpu_use_virtual_planes=false` kernel boot parameter. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Acked-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Acked-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/linux-arm-msm/20260226-dpu-enable-virt-planes-v2-1-87971236fe86@oss.qualcomm.com/
5fb161b to
2cfc3d1
Compare
Author
quicmahap
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Turn on the switch and use virtual planes by default, enhancing utilisation of the display pipelines. It is still possible to use legacy implementation by using
msm.dpu_use_virtual_planes=falsekernel boot parameter.Acked-by: Konrad Dybcio konrad.dybcio@oss.qualcomm.com
Acked-by: Neil Armstrong neil.armstrong@linaro.org