summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
on>
authorRex Zhu <Rex.Zhu@amd.com>2016-09-01 02:30:42 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-09-02 11:32:09 -0400
commit48fad3aff638c7bc16656e31047f689aa44020a1 (patch)
tree1ed434f0798cea87ce4761843e030b84185fe45d
parentcfcc283cee50e98e47a56ab2b3f85540a1f93ab4 (diff)
drm/amd/powerplay: original power state table should not be changed.
power state table was set based on vbios and should not be changed. when client need to change power state, just make a copy and send to smu. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat