drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10
authorMarek Olšák <marek.olsak@amd.com>
Wed, 19 Jun 2019 23:26:59 +0000 (19:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Jul 2019 19:53:50 +0000 (14:53 -0500)
commit4b22e7e33f9666d902dc0f2dd8a24e27cedd1e64
tree95ef61d33ba40af0124e72e52a29c797d48f051a
parent9ed2c993d723129f85101e51b2ccc36ef5400a67
drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10

Add the gfx10 equivalent of the gfx9 code.

Signed-off-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c