disp: msm: sde: remove inline prefill properties

Don't expose the prefill requirements for inline rotation.
These values are not used within the driver, so move these
settings to user-space.

Change-Id: Ie1038c5804047fafe0ee3129b993d83d4d31b386
Signed-off-by: Steve Cohen <cohens@codeaurora.org>
This commit is contained in:
Steve Cohen
2019-11-26 17:25:32 -05:00
parent 60133f5ebb
commit 2f6b16af77
3 changed files with 0 additions and 33 deletions

View File

@@ -3668,12 +3668,6 @@ static void _sde_plane_install_properties(struct drm_plane *plane,
psde->pipe_sblk->in_rot_maxdwnscale_nrt);
sde_kms_info_add_keyint(info, "true_inline_max_height",
psde->pipe_sblk->in_rot_maxheight);
sde_kms_info_add_keyint(info, "true_inline_prefill_fudge_lines",
psde->pipe_sblk->in_rot_prefill_fudge_lines);
sde_kms_info_add_keyint(info, "true_inline_prefill_lines_nv12",
psde->pipe_sblk->in_rot_prefill_lines_nv12);
sde_kms_info_add_keyint(info, "true_inline_prefill_lines",
psde->pipe_sblk->in_rot_prefill_lines);
inline_rot_fmt_list = psde->pipe_sblk->in_rot_format_list;