OSDN Git Service

drm/amdgpu: consolidate case statements
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Sep 2021 16:06:03 +0000 (12:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:23:02 +0000 (15:23 -0400)
commit4b3a624c4c6a4dd80d00c188b9925703a0fb39bf
tree6274b470c8bb0e87fd5c71e5871917e7b3d0a795
parentc60511493b4f8753b164b12fbd139c4f28fd89b8
drm/amdgpu: consolidate case statements

IP_VERSION(11, 0, 13) does the exact same thing as
IP_VERSION(11, 0, 12) so squash them together.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c