linux/drivers/gpu/drm/amd/pm
Gustavo A. R. Silva b251d357f5 drm/amd/pm: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a couple
of warnings by explicitly adding a break statement instead of letting
the code fall through to the next case, and a fallthrough pseudo-keyword
as a replacement for a /* fall through */ comment,

Notice that Clang doesn't recognize /* fall through */ comments as
implicit fall-through markings.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-11-24 12:05:50 -05:00
..
inc drm/amd/pm: update driver if file for sienna cichlid 2020-11-16 12:18:10 -05:00
powerplay drm/amd/pm: Fix fall-through warnings for Clang 2020-11-24 12:05:50 -05:00
swsmu drm/amdgpu: add module parameter choose runtime method 2020-11-24 12:03:52 -05:00
amdgpu_dpm.c
amdgpu_pm.c drm/amdgpu: add missing clock gating info in amdgpu_pm_info 2020-11-05 14:22:50 -05:00
Makefile