disp: msm: sde: fix static cache programming
Add smmu cache hint at during the msm gem prime import to ensure memory is cacheable. Ensure sys cache feature is added to all sspp, not just vig. Change-Id: Icc10468ad8d3e7c6aabd437776cde99eb627375a Signed-off-by: Nilaan Gunabalachandran <ngunabal@codeaurora.org>
这个提交包含在:
@@ -2853,7 +2853,7 @@ void sde_plane_static_img_control(struct drm_plane *plane,
|
||||
|
||||
pstate->static_cache_state = state;
|
||||
|
||||
if (state == CACHE_STATE_FRAME_READ)
|
||||
if (state == CACHE_STATE_FRAME_WRITE || state == CACHE_STATE_FRAME_READ)
|
||||
_sde_plane_sspp_setup_sys_cache(psde, pstate, false);
|
||||
}
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户