diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-03 23:04:20 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-03 23:04:20 -0700 |
| commit | 78cc6c172a5b176a3eaa04f837092196e944b3ed (patch) | |
| tree | f4328b0df7d812d188b85dedc48d37a2bd0d54c6 /drivers/gpu/drm | |
| parent | 6d54dd3d0a0d689bfed0a90529642b56b8ca97de (diff) | |
| parent | c140ef0eee8e85e521605728e64b1d9ed8d17cc9 (diff) | |
Merge "Merge branch 'dev/msm-4.4-8996au' into msm-4.4"
Diffstat (limited to 'drivers/gpu/drm')
| -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 34a32d79f22c..8d821e43afa5 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 = true; +static bool sdecustom; module_param(sdecustom, bool, 0400); MODULE_PARM_DESC(sdecustom, "Enable customizations for sde clients"); |
