]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/amdgpu: move select_se_sh into the gfx struct
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jun 2016 16:00:55 +0000 (12:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:01:57 +0000 (15:01 -0400)
commit05fb7291fd8044857812a06055cc94d7d374fd74
tree49d9e582a548c406e5e8a5c015b198d405c21fdc
parentb95e31fddabbc38f96c8e991dd7132cea252bf7d
drm/amdgpu: move select_se_sh into the gfx struct

It's gfx IP specific, not asic specific, so move to a
gfx callback.

Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/cik.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/vi.c