Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93bdacd1 authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/powerplay: pass sub_device_id and sub_vendor_id to powerplay.

parent 08bd8b9f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -52,6 +52,9 @@ static int amdgpu_powerplay_init(struct amdgpu_device *adev)
		pp_init->chip_family = adev->family;
		pp_init->chip_id = adev->asic_type;
		pp_init->device = amdgpu_cgs_create_device(adev);
		pp_init->rev_id = adev->pdev->revision;
		pp_init->sub_sys_id = adev->pdev->subsystem_device;
		pp_init->sub_vendor_id = adev->pdev->subsystem_vendor;

		ret = amd_powerplay_init(pp_init, amd_pp);
		kfree(pp_init);
+2 −0
Original line number Diff line number Diff line
@@ -132,6 +132,8 @@ struct amd_pp_init {
	uint32_t chip_family;
	uint32_t chip_id;
	uint32_t rev_id;
	uint16_t sub_sys_id;
	uint16_t sub_vendor_id;
};

enum amd_pp_display_config_type{