Merge "disp: msm: add changes missing during snapshots"

This commit is contained in:
qctecmdr
2019-06-04 23:42:24 -07:00
committed by Gerrit - the friendly Code Review server
17 changed files with 196 additions and 22 deletions

View File

@@ -145,6 +145,10 @@ static int _sde_debugfs_init(struct sde_kms *sde_kms)
return rc;
}
if (sde_kms->catalog->qdss_count)
debugfs_create_u32("qdss", 0600, debugfs_root,
(u32 *)&sde_kms->qdss_enabled);
return 0;
}