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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user