disp: msm: sde: add one-shot qsync mode support
Add support to enable one-shot mode during qsync update. This feature ensures the frame drops can be reduced due to delayed software flush for the current commit. Also, add changes to disable the qsync feature post commit. Change-Id: Icb158853f52284bcf8fa641e5f62200c5460b660 Signed-off-by: Kalyan Thota <kalyant@codeaurora.org> Signed-off-by: Jayaprakash <jmadiset@codeaurora.org>
此提交包含在:
@@ -67,10 +67,13 @@ enum sde_rm_topology_control {
|
||||
* disable state.
|
||||
* @SDE_RM_QSYNC_CONTINUOUS_MODE: If set, Qsync is enabled in continuous
|
||||
* mode.
|
||||
* @SDE_RM_QSYNC_ONE_SHOT_MODE: If set, Qsync is enabled in one shot mode.
|
||||
*
|
||||
*/
|
||||
enum sde_rm_qsync_modes {
|
||||
SDE_RM_QSYNC_DISABLED,
|
||||
SDE_RM_QSYNC_CONTINUOUS_MODE,
|
||||
SDE_RM_QSYNC_ONE_SHOT_MODE
|
||||
};
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者