]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: init mem->bus in common code.
authorDave Airlie <airlied@redhat.com>
Tue, 11 Aug 2020 07:46:57 +0000 (17:46 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 24 Aug 2020 07:00:48 +0000 (17:00 +1000)
commit891b252799278d72492f0f29065ac3e4c11214cc
treedb3456663ba41af96888a3a33bdb37ee8c7d8eed
parent5ed47ebbba4e2e9b94a7cac0d9d15a7cb914c491
drm/ttm: init mem->bus in common code.

The drivers all do the same thing here.

Reviewed-by: Christian König <christian.koenig@amd.com> for both.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200811074658.58309-1-airlied@gmail.com
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
drivers/gpu/drm/drm_gem_vram_helper.c
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/qxl/qxl_ttm.c
drivers/gpu/drm/radeon/radeon_ttm.c
drivers/gpu/drm/ttm/ttm_bo_util.c
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c