gpu: host1x: Fix MLOCK's debug info
authorDmitry Osipenko <digetx@gmail.com>
Sun, 28 Jun 2015 19:27:02 +0000 (22:27 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 2 Oct 2015 12:40:12 +0000 (14:40 +0200)
commit3fe2c7d4c85b4557c9772ff16f31ddc18cfd2521
treea440230ae2d5156f2e157f6e4549256878da0752
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
gpu: host1x: Fix MLOCK's debug info

MLOCK's debug info, spewed on CDMA timeout, contains meaningless MLOCK
owner channel ID because HOST1X_SYNC_MLOCK_OWNER_CHID_F() returns shifted
value, while unshifted should be used. Fix it by changing '_F' to '_V'.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-By: Terje Bergstrom <tbergstrom@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/hw/debug_hw.c
drivers/gpu/host1x/hw/hw_host1x01_sync.h
drivers/gpu/host1x/hw/hw_host1x02_sync.h
drivers/gpu/host1x/hw/hw_host1x04_sync.h