summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-09-02 02:22:49 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-03-21 14:36:49 -0500
commitd5e8ef06485d4d2a1ed1bd03b259191a3022473d (patch)
tree2124a9a2c59acf2729fb50df2443a7fde7c4b756 /drivers/gpu
parent739ffd9b47aed90470abe36c9344881ca5ff6d24 (diff)
downloadop-kernel-dev-d5e8ef06485d4d2a1ed1bd03b259191a3022473d.zip
op-kernel-dev-d5e8ef06485d4d2a1ed1bd03b259191a3022473d.tar.gz
drm/amdgpu/gfx9: Add placeholder for vega12 golden settings
Fill these in when we get them. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index b91ff70..5eb609d 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
@@ -175,6 +175,9 @@ static void gfx_v9_0_init_golden_registers(struct amdgpu_device *adev)
golden_settings_gc_9_0_vg10,
ARRAY_SIZE(golden_settings_gc_9_0_vg10));
break;
+ case CHIP_VEGA12:
+ DRM_ERROR("missing golden settings for gfx9 on vega12!\n");
+ break;
case CHIP_RAVEN:
soc15_program_register_sequence(adev,
golden_settings_gc_9_1,
OpenPOWER on IntegriCloud