We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33034c5 commit 105195aCopy full SHA for 105195a
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -4453,8 +4453,6 @@ static void gfx_v10_0_gpu_early_init(struct amdgpu_device *adev)
4453
{
4454
u32 gb_addr_config;
4455
4456
- adev->gfx.funcs = &gfx_v10_0_gfx_funcs;
4457
-
4458
switch (adev->ip_versions[GC_HWIP][0]) {
4459
case IP_VERSION(10, 1, 10):
4460
case IP_VERSION(10, 1, 1):
@@ -7593,6 +7591,8 @@ static int gfx_v10_0_early_init(void *handle)
7593
7591
7594
7592
struct amdgpu_device *adev = (struct amdgpu_device *)handle;
7595
+ adev->gfx.funcs = &gfx_v10_0_gfx_funcs;
+
7596
7597
7598
0 commit comments