]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit098754fe3ce79af2d5772c0356ba5d52e67eb64a
treedb3456663ba41af96888a3a33bdb37ee8c7d8eed
parentf688a345f0d7a6df4dd2aeca8e4f3c05e123a0ee
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