summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
diff options
context:
space:
mode:
authorTom St Denis2015-11-30 20:13:11 +0100
committerAlex Deucher2015-12-02 21:54:33 +0100
commit8cdacf4457670cbd341285a2c76c542ce19ad74b (patch)
tree991ea809791502d04ab42881b219a880da5aad3c /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
parentdrm/amd: abstract kernel rq and normal rq to priority of run queue (diff)
downloadkernel-qcow2-linux-8cdacf4457670cbd341285a2c76c542ce19ad74b.tar.gz
kernel-qcow2-linux-8cdacf4457670cbd341285a2c76c542ce19ad74b.tar.xz
kernel-qcow2-linux-8cdacf4457670cbd341285a2c76c542ce19ad74b.zip
amdgpu/gfxv8: Add missing break to switch statement from states init code
Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
index 07c1ec30259c..296471c4059c 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
@@ -1923,6 +1923,7 @@ static void gfx_v8_0_tiling_mode_table_init(struct amdgpu_device *adev)
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) {