Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a1f3228 authored by Clarence Ip's avatar Clarence Ip
Browse files

DOWNSTREAM: drm/msm/sde: enable sde client customizations



Enable driver customizations for non-standard DRM clients.

Change-Id: Icfc0fc4d67be3e59a5f266a5b83f98f65a2f42d2
Signed-off-by: default avatarClarence Ip <cip@codeaurora.org>
parent 8d9449ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ static const char * const iommu_ports[] = {
 *
 *	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");