display: msm: sde: update qos lut after scaler config
This change moves the code of updating the qos lut for qseed3 to each plane after updating the scaler configuration. This avoids using stale values for qos settings. Change-Id: I2c55a98e1ba9790d596c55160933cd5afd2388e5 Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org>
此提交包含在:
@@ -204,15 +204,6 @@ void sde_plane_ctl_flush(struct drm_plane *plane, struct sde_hw_ctl *ctl,
|
||||
*/
|
||||
void sde_plane_restore(struct drm_plane *plane);
|
||||
|
||||
/**
|
||||
* _sde_plane_set_qos_lut - set danger, safe and creq LUT of the given plane
|
||||
* @plane: Pointer to drm plane
|
||||
* @crtc: Pointer to drm crtc to find refresh rate on mode
|
||||
* @fb: Pointer to framebuffer associated with the given plane
|
||||
*/
|
||||
void _sde_plane_set_qos_lut(struct drm_plane *plane,
|
||||
struct drm_crtc *crtc,
|
||||
struct drm_framebuffer *fb);
|
||||
/**
|
||||
* sde_plane_flush - final plane operations before commit flush
|
||||
* @plane: Pointer to drm plane structure
|
||||
|
新增問題並參考
封鎖使用者