drm/etnaviv: record correct cmdbuf IOVA in dump
authorLucas Stach <l.stach@pengutronix.de>
Thu, 15 Sep 2016 10:40:11 +0000 (12:40 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Thu, 15 Sep 2016 13:29:45 +0000 (15:29 +0200)
commit06225487ae9e482079f1a7ab4da6dcf03dbe8c2c
tree23a95ce9a6e746e9dc42133283b13f6e31b63e3e
parent7c971c62dd543a323a0cabc0c559caea1759f59f
drm/etnaviv: record correct cmdbuf IOVA in dump

For cmdbufs the CPU IOVA was recorded instead of the GPU one.
Fix this to make it consistent with other BOs and to make
reading the dumps easier.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_dump.c