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

Commit d87966b8 authored by Narendra Muppalla's avatar Narendra Muppalla
Browse files

Merge remote-tracking branch 'quic/dev/msm-4.14-display' into quic msm-4.14



* quic/dev/msm-4.14-display:
  drm/msm/sde: enable/disable idle pc through debugfs

Change-Id: I30fe027834b65c2f98f3b8c9f32d8b9e0bbc2bfc
Signed-off-by: default avatarNarendra Muppalla <NarendraM@codeaurora.org>
parents 8aa0accf 222e530b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4393,6 +4393,9 @@ static int _sde_encoder_init_debugfs(struct drm_encoder *drm_enc)
	debugfs_create_file("misr_data", 0600,
		sde_enc->debugfs_root, sde_enc, &debugfs_misr_fops);

	debugfs_create_bool("idle_power_collapse", 0600, sde_enc->debugfs_root,
			&sde_enc->idle_pc_supported);

	for (i = 0; i < sde_enc->num_phys_encs; i++)
		if (sde_enc->phys_encs[i] &&
				sde_enc->phys_encs[i]->ops.late_register)