linux_dsm_epyc7002/drivers/gpu/drm/sti
Gustavo A. R. Silva 4de09ffcf4 drm: sti: Mark expected switch fall-throughs
Mark switch cases where we are expecting to fall through.

This patch fixes the following warning (Building: arm):

drivers/gpu/drm/sti/sti_hdmi.c: In function ‘hdmi_audio_configure’:
drivers/gpu/drm/sti/sti_hdmi.c:851:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   audio_cfg |= HDMI_AUD_CFG_CH78_VALID;
drivers/gpu/drm/sti/sti_hdmi.c:852:2: note: here
  case 6:
  ^~~~
drivers/gpu/drm/sti/sti_hdmi.c:853:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   audio_cfg |= HDMI_AUD_CFG_CH56_VALID;
drivers/gpu/drm/sti/sti_hdmi.c:854:2: note: here
  case 4:
  ^~~~
drivers/gpu/drm/sti/sti_hdmi.c:855:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   audio_cfg |= HDMI_AUD_CFG_CH34_VALID | HDMI_AUD_CFG_8CH;
drivers/gpu/drm/sti/sti_hdmi.c:856:2: note: here
  case 2:
  ^~~~

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190729222752.GA20277@embeddedor
2019-07-30 11:35:40 +02:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
NOTES
sti_awg_utils.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_awg_utils.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_compositor.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_compositor.h gpu: drm: sti: Adopt SPDX identifiers 2017-12-06 15:51:23 +01:00
sti_crtc.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_crtc.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_cursor.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_cursor.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_drv.c drm/sti: Drop drm_gem_prime_export/import 2019-06-21 20:09:47 +02:00
sti_drv.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_dvo.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_gdp.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_gdp.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_hda.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_hdmi_tx3g4c28phy.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_hdmi_tx3g4c28phy.h gpu: drm: sti: Adopt SPDX identifiers 2017-12-06 15:51:23 +01:00
sti_hdmi.c drm: sti: Mark expected switch fall-throughs 2019-07-30 11:35:40 +02:00
sti_hdmi.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_hqvdp_lut.h gpu: drm: sti: Adopt SPDX identifiers 2017-12-06 15:51:23 +01:00
sti_hqvdp.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_mixer.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_mixer.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_plane.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_plane.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_tvout.c drm/sti: Try to fix up the tvout possible clones 2019-07-09 09:45:07 +02:00
sti_vid.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_vid.h gpu: drm: sti: Adopt SPDX identifiers 2017-12-06 15:51:23 +01:00
sti_vtg.c drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00
sti_vtg.h drm/sti: drop use of drmP.h 2019-06-06 17:11:26 +02:00