Loading msm/dsi/dsi_ctrl_hw.h +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ fmt, c ? c->index : -1, ##__VA_ARGS__) #define DSI_CTRL_HW_ERR(c, fmt, ...) DRM_DEV_ERROR(NULL, "[msm-dsi-error]: DSI_%d: "\ fmt, c ? c->index : -1, ##__VA_ARGS__) #define DSI_CTRL_HW_INFO(c, fmt, ...) DRM_DEV_INFO(NULL, "[msm-dsi-info]: DSI_%d: "\ fmt, c ? c->index : -1, ##__VA_ARGS__) /** * Modifier flag for command transmission. If this flag is set, command Loading msm/dsi/dsi_ctrl_hw_cmn.c +1 −1 Original line number Diff line number Diff line Loading @@ -509,7 +509,7 @@ void dsi_ctrl_hw_cmn_debug_bus(struct dsi_ctrl_hw *ctrl, u32 *entries, u32 size) /* make sure that debug test point is enabled */ wmb(); reg = DSI_R32(ctrl, DSI_DEBUG_BUS_STATUS); DSI_CTRL_HW_ERR(ctrl, "debug bus ctrl: 0x%x status:0x%x\n", DSI_CTRL_HW_INFO(ctrl, "debug bus ctrl: 0x%x status:0x%x\n", entries[i], reg); } } Loading Loading
msm/dsi/dsi_ctrl_hw.h +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ fmt, c ? c->index : -1, ##__VA_ARGS__) #define DSI_CTRL_HW_ERR(c, fmt, ...) DRM_DEV_ERROR(NULL, "[msm-dsi-error]: DSI_%d: "\ fmt, c ? c->index : -1, ##__VA_ARGS__) #define DSI_CTRL_HW_INFO(c, fmt, ...) DRM_DEV_INFO(NULL, "[msm-dsi-info]: DSI_%d: "\ fmt, c ? c->index : -1, ##__VA_ARGS__) /** * Modifier flag for command transmission. If this flag is set, command Loading
msm/dsi/dsi_ctrl_hw_cmn.c +1 −1 Original line number Diff line number Diff line Loading @@ -509,7 +509,7 @@ void dsi_ctrl_hw_cmn_debug_bus(struct dsi_ctrl_hw *ctrl, u32 *entries, u32 size) /* make sure that debug test point is enabled */ wmb(); reg = DSI_R32(ctrl, DSI_DEBUG_BUS_STATUS); DSI_CTRL_HW_ERR(ctrl, "debug bus ctrl: 0x%x status:0x%x\n", DSI_CTRL_HW_INFO(ctrl, "debug bus ctrl: 0x%x status:0x%x\n", entries[i], reg); } } Loading