summaryrefslogtreecommitdiff
path: root/privs.h
blob: 9f9cfdd0626dee927ca26138809eec7a8daf7a38 (plain)
1
2
3
4
5
6
7
8
#ifndef PRIVS_H
#define PRIVS_H

#include <stdbool.h>

extern void drop_privileges(bool enforce, uid_t uid, gid_t gid);

#endif /* PRIVS_H */
d/>
authorRex Zhu <Rex.Zhu@amd.com>2016-06-14 18:36:36 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-06-21 10:22:37 -0400
commit0a4fef559b69ae2e682c98f31d53a225fbda78bd (patch)
treed684dcfc0fece001d2662f5aea68edbf30f92485
parent576b4401b1971fe40be4cfd379430a61cd8426b2 (diff)
drm/amd/powerplay: need to notify system bios pcie device ready
before request performance state. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat