]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf439e7b4b5d7209c0c5f5056538260e73e249af
tree6a9d284cc8f7d540b94c1ef38324d96838fde836
parent41fd1704e7331f235ebfb2f901cac15da3d2cd40
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