diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-24 11:54:00 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-24 11:54:00 -0700 |
| commit | c9a659fda7c7812fa660f89d0203b2543e139d58 (patch) | |
| tree | c73ea24b6bd263dd91ec2eb80b9598f61cf99127 | |
| parent | c1bb4291db794e49ec2edcdaa27cd3e181f1e044 (diff) | |
| parent | 6a1124034949c96b4c6a05d373fd6b6559dc6dd5 (diff) | |
Merge "drm:msm:sde: enable sde client customization"
| -rw-r--r-- | drivers/gpu/drm/msm/sde/sde_kms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/sde/sde_kms.c b/drivers/gpu/drm/msm/sde/sde_kms.c index 8d821e43afa5..34a32d79f22c 100644 --- a/drivers/gpu/drm/msm/sde/sde_kms.c +++ b/drivers/gpu/drm/msm/sde/sde_kms.c @@ -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"); |
