]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amd/gfx: add instance field to select_se_sh (v3)
authorTom St Denis <tom.stdenis@amd.com>
Tue, 28 Jun 2016 14:26:48 +0000 (10:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:06:07 +0000 (15:06 -0400)
commit9559ef5b1287aaffd8fcb5a5d4bbebaee5c1dd4e
treeebdd4d40a65ebb974ee3a041798417576d24eec3
parentb636a1b3d624b49b23cc1be2f9f6bcbb89aca855
drm/amd/gfx: add instance field to select_se_sh (v3)

Add ability to specify instance in select_se_sh callback.
Defaults to 0xffffffff all over the driver.

(v2) Don't enable INSTANCE_BROADCAST by default
(v3) Style changes

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@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_v8_0.c
drivers/gpu/drm/amd/amdgpu/vi.c