Skip to content
Commit ff41dd27 authored by Thierry Reding's avatar Thierry Reding
Browse files

gpu: host1x: debug: Use dma_addr_t more consistently



The host1x debug code uses a mix of phys_addr_t, dma_addr_t and u32 to
represent addresses. However, these addresses are always DMA addresses
so use the appropriate type.

This fixes some issues with how these addresses are displayed, because
they could be truncated in some cases and not show the full address.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent ad85b084
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment