/usr/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gfx_v8_0.c: In function 'gfx_v8_0_tiling_mode_table_init': /usr/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gfx_v8_0.c:1547:3: error: this statement may fall through [-Werror=implicit-fallthrough=] for (reg_offset = 0; reg_offset < num_secondary_tile_mode_states; reg_offset++) { ^~~ /usr/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gfx_v8_0.c:1643:2: note: here case CHIP_FIJI: ^~~~ Index: sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gfx_v8_0.c =================================================================== RCS file: /cvsroot/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gfx_v8_0.c,v retrieving revision 1.1 diff -u -r1.1 amdgpu_gfx_v8_0.c --- sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gfx_v8_0.c 27 Aug 2018 14:10:14 -0000 1.1 +++ sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gfx_v8_0.c 23 Feb 2019 11:21:48 -0000 @@ -1640,6 +1640,7 @@ adev->gfx.config.macrotile_mode_array[reg_offset] = gb_tile_moden; WREG32(mmGB_MACROTILE_MODE0 + reg_offset, gb_tile_moden); } + break; case CHIP_FIJI: for (reg_offset = 0; reg_offset < num_tile_mode_states; reg_offset++) { switch (reg_offset) {