mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 15:44:13 +08:00
HID: amd_sfh: Use amd_get_c2p_val() to read C2P register
Newer processors support various MP2 register sets. Therefore, to ensure compatibility and obtain C2P data, use the amd_get_c2p_val(). Co-developed-by: Patil Rajesh Reddy <patreddy@amd.com> Signed-off-by: Patil Rajesh Reddy <patreddy@amd.com> Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
077e3e3bc8
commit
7902ec988a
@ -97,7 +97,7 @@ static int amd_sfh_hpd_info(u8 *user_present)
|
||||
if (!emp2 || !emp2->dev_en.is_hpd_present)
|
||||
return -ENODEV;
|
||||
|
||||
hpdstatus.val = readl(emp2->mmio + AMD_C2P_MSG(4));
|
||||
hpdstatus.val = readl(emp2->mmio + amd_get_c2p_val(emp2, 4));
|
||||
*user_present = hpdstatus.shpd.presence;
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user