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

Commit c9a659fd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm:msm:sde: enable sde client customization"

parents c1bb4291 6a112403
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");