disp: msm: sde: report intf interrupt status during underrun

Add the INTF interrupt status register value to the underrun
line count event log to assist in debugging these issues.

Change-Id: I847cb12f8b4565d5f04667e0abda5d051a6194b2
Signed-off-by: Steve Cohen <cohens@codeaurora.org>
This commit is contained in:
Steve Cohen
2020-07-29 22:14:04 -04:00
orang tua d767013a10
melakukan a4be27ac7e
3 mengubah file dengan 21 tambahan dan 1 penghapusan

Melihat File

@@ -206,6 +206,11 @@ struct sde_hw_intf_ops {
* Enable processing of 2 pixels per clock
*/
void (*enable_wide_bus)(struct sde_hw_intf *intf, bool enable);
/**
* Get the INTF interrupt status
*/
u32 (*get_intr_status)(struct sde_hw_intf *intf);
};
struct sde_hw_intf {