disp: msm: sde: use INTF mdp_vsync timestamp only for video-mode
MDSS 9.0.0 added support for logging MDP_VSYNC timestamp. Use it for video-mode panels and rely on PANEL_VSYNC timestamp for cmd-mode panels as it relies on external panel TE. Change-Id: I09b25d893075bee7cb2da98d4c4b4e54eb09bd6e Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
这个提交包含在:
@@ -236,7 +236,7 @@ struct sde_hw_intf_ops {
|
||||
/**
|
||||
* Get the HW vsync timestamp counter
|
||||
*/
|
||||
u64 (*get_vsync_timestamp)(struct sde_hw_intf *intf);
|
||||
u64 (*get_vsync_timestamp)(struct sde_hw_intf *intf, bool is_vid);
|
||||
|
||||
/**
|
||||
* Enable processing of 2 pixels per clock
|
||||
|
在新工单中引用
屏蔽一个用户