[PATCH] drm/amdgpu: move apu flags initialization to the start of device init
In some asics, we need to adjust the behavior according to the apu flags at very early stage. Signed-off-by: Huang Rui --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 36 ++ drivers/gpu/drm/amd/amdgpu/nv.c| 1 - drivers/gpu/drm/amd/amdgpu/soc15.c | 10 +-
RE: [PATCH] drm/amdgpu: move apu flags initialization to the start of device init
; Huang, Ray > Subject: [PATCH] drm/amdgpu: move apu flags initialization to the start of > device init > > In some asics, we need to adjust the behavior according to the apu flags at > very early stage. > > Signed-off-by: Huang Rui > --- &g