commit | 7f23b8948240a5405d2be3a4e98c812268c01ebb | [log] [tgz] |
---|---|---|
author | Clarence Ip <cip@codeaurora.org> | Wed Jun 01 10:30:34 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Tue Dec 20 16:39:30 2016 -0800 |
tree | 438f84b69ebafebeefa2fa496db33465e3607e09 | |
parent | 52794e16cbe6aa9e232f60b4a5ed6a1c7c8fc2ad [diff] |
drm/msm: update wrapper macros for event logging Create a reusable wrapper macro under msm_drv.h (tied to the evtlog instance) rather than requiring similar macros in each file. Change MSM_EVT(log*, ...) to MSM_EVT(dev*, ...) Change MSM_EVT_MSG(log*, ...) to MSM_EVTMSG(dev*, ...) Change-Id: I95c74470ab1cd3c02e97186a6c1560ef31e9749e Signed-off-by: Clarence Ip <cip@codeaurora.org>