disp: msm: sde: add support for hw-fence feature

Starting mdss 9.0, dpu supports triggering
the frame fetch through hw-fencing. This change
adds support for this hw-fence feature.

Change-Id: Icc7d0b69fc2a51103d14612f5ac89b44a47ed826
Signed-off-by: Ingrid Gallardo <quic_ingridg@quicinc.com>
Signed-off-by: Christina Oliveira <quic_coliveir@quicinc.com>
This commit is contained in:
Christina Oliveira
2022-05-04 14:50:15 -07:00
committed by Gerrit - the friendly Code Review server
orang tua 487e4ebec2
melakukan 640c8111d3
20 mengubah file dengan 1444 tambahan dan 113 penghapusan

Melihat File

@@ -555,6 +555,7 @@ struct sde_misr_sign {
* @cached_edid: cached edid data for the connector
* @misr_event_notify_enabled: Flag to indicate if misr event notify is enabled or not
* @previous_misr_sign: store previous misr signature
* @hwfence_wb_retire_fences_enable: enable hw-fences for wb retire-fence
*/
struct sde_connector {
struct drm_connector base;
@@ -632,6 +633,8 @@ struct sde_connector {
struct edid *cached_edid;
bool misr_event_notify_enabled;
struct sde_misr_sign previous_misr_sign;
bool hwfence_wb_retire_fences_enable;
};
/**