]> git.hungrycats.org Git - linux/commit
drm/amdgpu: store whether to use MMIO or MES for reset
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 19 May 2026 21:36:09 +0000 (17:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Jun 2026 19:51:35 +0000 (15:51 -0400)
commit026825998817993c354c581e163a4fb59121907f
tree8bec09b571b4e92d1cff7f63d6fad7881ba9c305
parent9b8a22c3962c5d09f37e319a922061a7b19e0162
drm/amdgpu: store whether to use MMIO or MES for reset

Separate settings for gfx (ME) and compute (MEC).
Use this rather than explicitly specifying it.

Reviewed-by: Jesse Zhang <jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c