Home
last modified time | relevance | path

Searched refs:needs_root_rights (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorg-wrapper.c83 static void parse_config(int *allowed, int *needs_root_rights) in parse_config() argument
140 *needs_root_rights = 1; in parse_config()
142 *needs_root_rights = 0; in parse_config()
144 *needs_root_rights = -1; in parse_config()
202 int needs_root_rights = -1; in main() local
207 parse_config(&allowed, &needs_root_rights); in main()
235 if (needs_root_rights == -1) { in main()
255 if (needs_root_rights == 0 || (total_cards && kms_cards == total_cards)) { in main()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog49456 There also is a new needs_root_rights config file directive, which can