mirror of https://gitee.com/openkylin/linux.git
drm/amd/powerplay: update smu 11 driver if header for navi10
This patch updates smu 11 driver if header for navi10. UVD/VCE won't be used for navi10. Here, reverve them for vega20. Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
dded62c71e
commit
55f72087af
File diff suppressed because it is too large
Load Diff
|
@ -27,7 +27,7 @@
|
|||
#include "atomfirmware.h"
|
||||
#include "amdgpu_atomfirmware.h"
|
||||
#include "smu_v11_0.h"
|
||||
#include "smu11_driver_if.h"
|
||||
#include "smu_11_0_driver_if.h"
|
||||
#include "soc15_common.h"
|
||||
#include "atom.h"
|
||||
#include "vega20_ppt.h"
|
||||
|
|
Loading…
Reference in New Issue