commit | 54d04ea8cdbd143496e4f5cc9c0a9f86c0e55a2e | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Sep 07 13:44:36 2020 +0200 |
committer | Christian König <christian.koenig@amd.com> | Tue Sep 08 10:43:30 2020 +0200 |
tree | 189c73b8584412722829922f5e963ca514887e65 | |
parent | 1ff67ce49875f289d63e426b63c6561aa63fa888 [diff] |
drm/ttm: merge offset and base in ttm_bus_placement This is used by TTM to communicate the physical address which should be used with ioremap(), ioremap_wc(). We don't need to separate the base and offset in any way here. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/389457/