drm/qxl: don't touch mem.bus.offset
authorChristian König <christian.koenig@amd.com>
Mon, 7 Sep 2020 08:45:52 +0000 (10:45 +0200)
committerChristian König <christian.koenig@amd.com>
Tue, 8 Sep 2020 08:42:39 +0000 (10:42 +0200)
commit1ff67ce49875f289d63e426b63c6561aa63fa888
tree6a9d284cc8f7d540b94c1ef38324d96838fde836
parent25c4bcf9858e3e8752985fa0cda64a212ea328b7
drm/qxl: don't touch mem.bus.offset

This is internal to TTM and should not be used by drivers directly.

Drop the call to qxl_ttm_io_mem_reserve() and use mem->start instead.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/389456/
drivers/gpu/drm/qxl/qxl_object.c