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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user