drm:msm:sde: enable sde client customization
Sde client customization is disabled by previous commit which is propagated from other branch. After disabling this, 4K display on HDMI can not be up. This is because when creating drm plane in kernel, sde client customization will directly set possible_crtcs per plane reporting to user space. When disabling it, user space's sdm strategy could not get and assign correct pipes for 4K display. Change-Id: Ie6a870c352533060f7c810bdb5c99b7c1534117d CRs-fixed: 2107328 Signed-off-by: Guchun Chen <guchunc@codeaurora.org>
This commit is contained in:
parent
6f777b2385
commit
6a11240349
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
*
|
||||
* This is disabled by default.
|
||||
*/
|
||||
static bool sdecustom;
|
||||
static bool sdecustom = true;
|
||||
module_param(sdecustom, bool, 0400);
|
||||
MODULE_PARM_DESC(sdecustom, "Enable customizations for sde clients");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue