bin/sh/exec.c
144
static bool
bin/sh/exec.c
148
bool hasletter;
crypto/libressl/include/openssl/bio.h
423
#define BIO_set_no_connect_return(b,bool) BIO_int_ctrl(b,BIO_C_SET_PROXY_PARAM,5,bool)
games/adventure/save.c
109
savefile_open(const char *name, bool forwrite)
games/adventure/save.c
52
bool warned;
games/adventure/save.c
753
bool skipsum = false;
games/bs/bs.c
101
bool placed; /* has it been placed on the board? */
games/bs/bs.c
134
static bool checkplace (int, ship_t *, int);
games/bs/bs.c
617
static bool
games/bs/bs.c
755
bool hit;
games/bs/bs.c
902
static bool
games/bs/bs.c
905
bool hit, sunk;
games/bs/bs.c
940
static bool
games/bs/bs.c
951
static bool used[4];
games/canfield/canfield/canfield.c
1245
static bool
games/canfield/canfield/canfield.c
1262
static bool
games/canfield/canfield/canfield.c
131
bool visible;
games/canfield/canfield/canfield.c
132
bool paid;
games/canfield/canfield/canfield.c
151
bool errmsg, done;
games/canfield/canfield/canfield.c
152
bool mtfdone, Cflag = FALSE;
games/canfield/canfield/canfield.c
1657
static bool
games/canfield/canfield/canfield.c
184
bool startedgame = FALSE, infullgame = FALSE;
games/canfield/canfield/canfield.c
196
static bool diffcolor(struct cardtype *, struct cardtype *);
games/canfield/canfield/canfield.c
198
static bool finish(void);
games/canfield/canfield/canfield.c
210
static bool notempty(struct cardtype *);
games/canfield/canfield/canfield.c
214
static void printrank(int, int, struct cardtype *, bool);
games/canfield/canfield/canfield.c
217
static bool rankhigher(struct cardtype *, int);
games/canfield/canfield/canfield.c
218
static bool ranklower(struct cardtype *, struct cardtype *);
games/canfield/canfield/canfield.c
220
static bool samesuit(struct cardtype *, int);
games/canfield/canfield/canfield.c
227
static bool tabok(struct cardtype *, int);
games/canfield/canfield/canfield.c
561
printrank(int a, int b, struct cardtype *cp, bool inverse)
games/canfield/canfield/canfield.c
601
bool inverse = (cp->suit == 'd' || cp->suit == 'h');
games/canfield/canfield/canfield.c
636
bool nomore;
games/canfield/canfield/canfield.c
803
static bool
games/canfield/canfield/canfield.c
818
static bool
games/canfield/canfield/canfield.c
835
static bool
games/canfield/canfield/canfield.c
847
static bool
games/cgram/cgram.c
177
static bool hinting;
games/cgram/cgram.c
299
static bool
games/cgram/cgram.c
326
bool bold = hinting &&
games/cgram/cgram.c
383
static bool
games/cgram/cgram.c
390
static bool
games/cgram/cgram.c
449
static bool
games/cgram/cgram.c
470
static bool
games/cgram/cgram.c
58
static bool
games/cgram/cgram.c
64
static bool
games/cgram/cgram.c
70
static bool
games/cgram/cgram.c
76
static bool
games/cribbage/cards.c
78
static bool
games/cribbage/cards.c
87
bool
games/cribbage/crib.c
195
bool flag, compcrib;
games/cribbage/crib.c
281
static bool
games/cribbage/crib.c
282
playhand(bool mycrib)
games/cribbage/crib.c
310
deal(bool mycrib)
games/cribbage/crib.c
332
discard(bool mycrib)
games/cribbage/crib.c
360
static bool
games/cribbage/crib.c
361
cut(bool mycrib, int pos)
games/cribbage/crib.c
364
bool win;
games/cribbage/crib.c
403
prcrib(bool mycrib, bool blank)
games/cribbage/crib.c
431
static bool
games/cribbage/crib.c
432
peg(bool mycrib)
games/cribbage/crib.c
438
bool myturn, mego, ugo, last, played;
games/cribbage/crib.c
46
static bool cut(bool, int);
games/cribbage/crib.c
47
static int deal(bool);
games/cribbage/crib.c
48
static void discard(bool);
games/cribbage/crib.c
52
static bool peg(bool);
games/cribbage/crib.c
53
static bool playhand(bool);
games/cribbage/crib.c
54
static void prcrib(bool, bool);
games/cribbage/crib.c
56
static bool scoreh(bool);
games/cribbage/crib.c
597
static bool
games/cribbage/crib.c
598
scoreh(bool mycrib)
games/cribbage/crib.c
61
bool playing;
games/cribbage/cribbage.h
51
extern bool iwon; /* if comp won last */
games/cribbage/cribbage.h
52
extern bool explain; /* player mistakes explained */
games/cribbage/cribbage.h
53
extern bool rflag; /* if all cuts random */
games/cribbage/cribbage.h
54
extern bool quiet; /* if suppress random mess */
games/cribbage/cribbage.h
60
bool anymove(CARD [], int, int);
games/cribbage/cribbage.h
63
void cdiscard(bool);
games/cribbage/cribbage.h
64
bool chkscr(int *, int);
games/cribbage/cribbage.h
65
bool comphand(CARD [], const char *);
games/cribbage/cribbage.h
74
bool isone(CARD, CARD [], int);
games/cribbage/cribbage.h
78
bool msgcard(CARD, bool);
games/cribbage/cribbage.h
81
bool plyrhand(CARD [], const char *);
games/cribbage/cribbage.h
82
void prcard(WINDOW *, int, int, CARD, bool);
games/cribbage/cribbage.h
83
void prhand(CARD [], int, WINDOW *, bool);
games/cribbage/cribbage.h
84
int scorehand(CARD [], CARD, int, bool, bool);
games/cribbage/extern.c
39
bool explain = false; /* player mistakes explained */
games/cribbage/extern.c
40
bool iwon = false; /* if comp won last game */
games/cribbage/extern.c
41
bool quiet = false; /* if suppress random mess */
games/cribbage/extern.c
42
bool rflag = false; /* if all cuts random */
games/cribbage/io.c
114
printcard(WINDOW *win, int cardno, CARD c, bool blank)
games/cribbage/io.c
124
prcard(WINDOW *win, int y, int x, CARD c, bool blank)
games/cribbage/io.c
147
prhand(CARD h[], int n, WINDOW *win, bool blank)
games/cribbage/io.c
215
static bool
games/cribbage/io.c
221
bool retval;
games/cribbage/io.c
68
static bool incard(CARD *);
games/cribbage/io.c
69
static bool msgcrd(CARD, bool, const char *, bool);
games/cribbage/io.c
70
static void printcard(WINDOW *, int, CARD, bool);
games/cribbage/io.c
78
bool
games/cribbage/io.c
79
msgcard(CARD c, bool brief)
games/cribbage/io.c
91
static bool
games/cribbage/io.c
92
msgcrd(CARD c, bool brfrank, const char *mid, bool brfsuit)
games/cribbage/score.c
105
scorehand(CARD hand[], CARD starter, int n, bool crb, bool do_explain)
games/cribbage/score.c
109
bool flag;
games/cribbage/score.c
221
bool run;
games/cribbage/score.c
285
bool got[RANKS];
games/cribbage/support.c
122
bool
games/cribbage/support.c
127
bool win;
games/cribbage/support.c
156
bool
games/cribbage/support.c
174
bool
games/cribbage/support.c
177
bool myturn;
games/cribbage/support.c
196
prpeg(int score, int peg, bool myturn)
games/cribbage/support.c
232
cdiscard(bool mycrib)
games/cribbage/support.c
283
bool
games/cribbage/support.c
49
static void prpeg(int, int, bool);
games/fortune/fortune/fortune.c
1044
static bool did_noprobs = false;
games/fortune/fortune/fortune.c
119
static bool add_dir(FILEDESC *);
games/fortune/fortune/fortune.c
127
static bool form_file_list(char **, int);
games/fortune/fortune/fortune.c
135
static bool is_dir(const char *);
games/fortune/fortune/fortune.c
136
static bool is_fortfile(const char *, char **, char **, int);
games/fortune/fortune/fortune.c
137
static bool is_off_name(const char *);
games/fortune/fortune/fortune.c
351
static bool
games/fortune/fortune/fortune.c
454
bool was_malloc;
games/fortune/fortune/fortune.c
455
bool isdir;
games/fortune/fortune/fortune.c
627
static bool
games/fortune/fortune/fortune.c
689
static bool
games/fortune/fortune/fortune.c
728
static bool
games/fortune/fortune/fortune.c
747
static bool
games/fortune/fortune/fortune.c
81
bool read_tbl;
games/fortune/fortune/fortune.c
82
bool was_pos_file;
games/fortune/fortune/fortune.c
89
static bool Found_one; /* did we find a match? */
games/fortune/fortune/fortune.c
90
static bool Find_files = false; /* just find a list of proper fortune files */
games/fortune/fortune/fortune.c
91
static bool Fortunes_only = false; /* check only "fortunes" files */
games/fortune/fortune/fortune.c
92
static bool Wait = false; /* wait desired after fortune */
games/fortune/fortune/fortune.c
93
static bool Short_only = false; /* short fortune desired */
games/fortune/fortune/fortune.c
94
static bool Long_only = false; /* long fortune desired */
games/fortune/fortune/fortune.c
95
static bool Offend = false; /* offensive fortunes only */
games/fortune/fortune/fortune.c
96
static bool All_forts = false; /* any fortune allowed */
games/fortune/fortune/fortune.c
97
static bool Equal_probs = false; /* scatter un-allocted prob equally */
games/fortune/fortune/fortune.c
98
static bool Match = false; /* dump fortunes matching a pattern */
games/fortune/fortune/fortune.c
99
static bool WriteToDisk = false; /* use files on disk to save state */
games/grdc/grdc.c
55
bool t12, scrol, forever;
games/hangman/extern.c
35
bool Guessed[26 + 10];
games/hangman/getguess.c
45
bool correct;
games/hangman/hangman.h
73
extern bool Guessed[];
games/mille/comp.c
398
bool
games/mille/comp.c
431
bool
games/mille/comp.c
47
bool foundend, cango, canstop, foundlow;
games/mille/comp.c
52
bool playit[HAND_SZ];
games/mille/extern.c
39
bool Debug, /* set if debugging code on */
games/mille/mille.c
49
bool restore;
games/mille/mille.h
151
bool coups[NUM_SAFE];
games/mille/mille.h
152
bool can_go;
games/mille/mille.h
153
bool new_battle;
games/mille/mille.h
154
bool new_speed;
games/mille/mille.h
193
extern bool Debug, Finished, Next, On_exit, Order, Saved;
games/mille/mille.h
217
bool canplay(const PLAY *, const PLAY *, CARD);
games/mille/mille.h
218
bool check_ext(bool);
games/mille/mille.h
222
bool error(const char *, ...);
games/mille/mille.h
228
bool getyn(int);
games/mille/mille.h
233
bool onecard(const PLAY *);
games/mille/mille.h
236
void prscore(bool);
games/mille/mille.h
238
bool rest_f(const char *);
games/mille/mille.h
242
bool save(void);
games/mille/mille.h
245
bool varpush(int, ssize_t (*)(int, const struct iovec *, int));
games/mille/misc.c
112
bool
games/mille/misc.c
113
check_ext(bool forcomp)
games/mille/misc.c
163
bool
games/mille/misc.c
46
bool
games/mille/move.c
186
static bool
games/mille/move.c
191
bool blockNext;
games/mille/move.c
347
static bool last_ex = FALSE; /* set if last command was E */
games/mille/move.c
49
static bool playcard(PLAY *);
games/mille/move.c
56
bool goodplay;
games/mille/print.c
113
prscore(bool for_real)
games/mille/save.c
141
bool
games/mille/save.c
57
bool
games/mille/save.c
66
bool rv;
games/mille/varpush.c
45
bool
games/monop/deck.h
46
bool gojf_used; /* set if gojf card out of deck */
games/monop/execute.c
56
static bool new_play; /* set if move on to new player */
games/monop/execute.c
93
bool was_jail;
games/monop/houses.c
118
bool buying_hotels;
games/monop/houses.c
217
bool good;
games/monop/houses.c
370
static bool
games/monop/houses.c
46
static bool ready_for_hotels(MON *);
games/monop/houses.c
57
bool good, got_morg;
games/monop/monop.c
309
bool over = 0;
games/monop/monop.c
49
bool fixing, /* set if fixing up debt */
games/monop/monop.h
101
bool morg; /* set if mortgaged */
games/monop/monop.h
102
bool monop; /* set if monopoly */
games/monop/monop.h
132
extern bool trading, spec, fixing, told_em;
games/monop/monop.h
196
void printsq(int, bool);
games/monop/print.c
78
printsq(int sqn, bool eoln)
games/monop/prop.c
152
static bool in[MAX_PL];
games/monop/trade.c
170
bool some;
games/phantasia/fight.c
41
volatile bool firsthit = Player.p_blessing; /* set if player gets the first hit */
games/phantasia/gamesupport.c
44
changestats(bool ingameflag)
games/phantasia/gamesupport.c
56
bool *bptr; /* pointer to bool item to change */
games/phantasia/gamesupport.c
583
bool found = FALSE; /* set if we found an entry for this login */
games/phantasia/interplayer.c
614
userlist(bool ingameflag)
games/phantasia/io.c
245
getanswer(const char *choices, bool def)
games/phantasia/main.c
1087
cleanup(bool doexit)
games/phantasia/main.c
449
bool hasmoved = FALSE; /* set if player has moved */
games/phantasia/main.c
655
bool councilfound = FALSE; /* set if we find a member of the council */
games/phantasia/main.c
656
bool kingfound = FALSE; /* set if we find a king */
games/phantasia/main.c
85
bool noheader = FALSE; /* set if don't want header */
games/phantasia/main.c
86
bool headeronly = FALSE; /* set if only want header */
games/phantasia/main.c
87
bool examine = FALSE; /* set if examine a character */
games/phantasia/misc.c
186
bool dishonest = FALSE; /* set when merchant is dishonest */
games/phantasia/misc.c
507
descrtype(struct player *playerp, bool shortflag)
games/phantasia/misc.c
97
descrlocation(struct player *playerp, bool shortflag)
games/phantasia/phantglobs.c
12
bool Beyond; /* set if player is beyond point of no return */
games/phantasia/phantglobs.c
13
bool Marsh; /* set if player is in dead marshes */
games/phantasia/phantglobs.c
14
bool Throne; /* set if player is on throne */
games/phantasia/phantglobs.c
15
bool Changed; /* set if important player stats have changed */
games/phantasia/phantglobs.c
16
bool Wizard; /* set if player is the 'wizard' of the game */
games/phantasia/phantglobs.c
17
bool Timeout; /* set if short timeout waiting for input */
games/phantasia/phantglobs.c
18
bool Windows; /* set if we are set up for curses stuff */
games/phantasia/phantglobs.c
19
bool Luckout; /* set if we have tried to luck out in fight */
games/phantasia/phantglobs.c
20
bool Foestrikes; /* set if foe gets a chance to hit in battleplayer() */
games/phantasia/phantglobs.c
21
bool Echo; /* set if echo input to terminal */
games/phantasia/phantglobs.h
10
extern bool Beyond; /* set if player is beyond point of no return */
games/phantasia/phantglobs.h
103
void userlist(bool);
games/phantasia/phantglobs.h
11
extern bool Marsh; /* set if player is in dead marshes */
games/phantasia/phantglobs.h
12
extern bool Throne; /* set if player is on throne */
games/phantasia/phantglobs.h
13
extern bool Changed; /* set if important player stats have changed */
games/phantasia/phantglobs.h
14
extern bool Wizard; /* set if player is the 'wizard' of the game */
games/phantasia/phantglobs.h
15
extern bool Timeout; /* set if short timeout waiting for input */
games/phantasia/phantglobs.h
16
extern bool Windows; /* set if we are set up for curses stuff */
games/phantasia/phantglobs.h
17
extern bool Luckout; /* set if we have tried to luck out in fight */
games/phantasia/phantglobs.h
18
extern bool Foestrikes; /* set if foe gets a chance to hit in battleplayer()*/
games/phantasia/phantglobs.h
19
extern bool Echo; /* set if echo input to terminal */
games/phantasia/phantglobs.h
63
const char *descrlocation(struct player *, bool);
games/phantasia/phantglobs.h
65
const char *descrtype(struct player *, bool);
games/phantasia/phantglobs.h
71
void changestats(bool);
games/phantasia/phantglobs.h
74
void cleanup(bool);
games/phantasia/phantglobs.h
86
int getanswer(const char *, bool);
games/phantasia/phantstruct.h
36
bool ring_inuse; /* ring in use flag */
games/phantasia/phantstruct.h
55
bool p_palantir; /* palantir */
games/phantasia/phantstruct.h
56
bool p_blessing; /* blessing */
games/phantasia/phantstruct.h
57
bool p_virgin; /* virgin */
games/phantasia/phantstruct.h
58
bool p_blindness; /* blindness */
games/phantasia/phantstruct.h
91
bool ev_active; /* active or not */
games/robots/extern.c
36
bool Real_time = false; /* Play in real time? */
games/robots/extern.c
37
bool Jump = false; /* Jump while running, counting, or waiting */
games/robots/extern.c
38
bool Teleport = false; /* Teleport automatically when player must */
games/robots/extern.c
40
bool Dead; /* Player is now dead */
games/robots/extern.c
41
bool Running = false; /* Currently in the middle of a run */
games/robots/extern.c
42
bool Waiting; /* Player is waiting for end */
games/robots/extern.c
43
bool Newscore; /* There was a new score added */
games/robots/extern.c
44
bool Was_bonus = false; /* Was a bonus last level */
games/robots/extern.c
45
bool Full_clear = true; /* Lots of junk for init_field to clear */
games/robots/extern.c
48
bool Pattern_roll = false; /* Auto play for YHBJNLUK pattern */
games/robots/extern.c
49
bool Stand_still = false; /* Auto play for standing still pattern */
games/robots/init_field.c
45
static bool first = true;
games/robots/main.c
154
static bool
games/robots/main.c
38
static bool another(void);
games/robots/main.c
44
bool bad_arg;
games/robots/main.c
45
bool show_only;
games/robots/move.c
196
static bool
games/robots/move.c
228
static bool
games/robots/move.c
264
static bool
games/robots/move.c
299
bool
games/robots/move.c
39
static bool must_telep(void);
games/robots/move.c
40
static bool do_move(int, int);
games/robots/move.c
41
static bool eaten(COORD *);
games/robots/robots.h
102
bool jumping(void);
games/robots/robots.h
77
extern bool Dead, Full_clear, Jump, Newscore, Real_time, Running,
games/robots/robots.h
81
extern bool Pattern_roll, Stand_still;
games/robots/score.c
66
bool done_show = false;
games/rogue/rogue.h
52
#define boolean bool
games/sail/display.h
34
void display_set_obp(int which, bool show);
games/sail/display.h
35
void display_set_dbp(int which, bool show);
games/sail/dr_2.c
164
int ta, int ma, bool af)
games/sail/dr_2.c
252
int ma, int ta, bool af, int vma, int dir, int *high, int rakeme)
games/sail/dr_2.c
56
int ma, int ta, bool af, int vma, int dir, int *high,
games/sail/dr_2.c
66
bool friendly;
games/sail/dr_3.c
67
bool af;
games/sail/extern.h
273
void closeon(struct ship *, struct ship *, char *, size_t, int, int, bool);
games/sail/extern.h
295
int maxturns(struct ship *, bool *);
games/sail/extern.h
46
extern bool randomize; /* -x, give first available ship */
games/sail/extern.h
47
extern bool longfmt; /* -l, print score in long format */
games/sail/extern.h
48
extern bool nobells; /* -b, don't ring bell before Signal */
games/sail/game.c
46
maxturns(struct ship *ship, bool *af)
games/sail/globals.c
568
bool randomize; /* -x, give first available ship */
games/sail/globals.c
569
bool longfmt; /* -l, print score in long format */
games/sail/globals.c
570
bool nobells; /* -b, don't ring bell before Signal */
games/sail/pl_5.c
58
bool af;
games/sail/pl_5.c
59
bool moved = false;
games/sail/pl_7.c
1007
bool done;
games/sail/pl_7.c
1256
static bool connected;
games/sail/pl_7.c
1258
static bool joinactive;
games/sail/pl_7.c
1264
static bool startactive;
games/sail/pl_7.c
1268
static bool optionsactive;
games/sail/pl_7.c
1271
static bool o_randomize;
games/sail/pl_7.c
1272
static bool o_longfmt;
games/sail/pl_7.c
1273
static bool o_nobells;
games/sail/pl_7.c
73
static bool sc_hasprompt;
games/sail/pl_7.c
74
static bool sc_hideprompt;
games/sail/pl_7.c
767
display_set_obp(int which, bool show)
games/sail/pl_7.c
773
display_set_dbp(int which, bool show)
games/sail/pl_7.c
84
static bool obp[3];
games/sail/pl_7.c
85
static bool dbp[3];
games/sail/pl_7.c
859
static bool shipselected;
games/sail/pl_7.c
88
static bool ingame;
games/sail/pl_7.c
942
bool done;
include/iconv.h
49
typedef bool __iconv_bool;
lib/i18n_module/DECHanyu/citrus_dechanyu.c
120
static __inline bool
lib/i18n_module/DECHanyu/citrus_dechanyu.c
127
static __inline bool
lib/i18n_module/DECHanyu/citrus_dechanyu.c
134
static __inline bool
lib/i18n_module/DECHanyu/citrus_dechanyu.c
142
static __inline bool
lib/i18n_module/DECHanyu/citrus_dechanyu.c
149
static __inline bool
lib/i18n_module/DECHanyu/citrus_dechanyu.c
158
static __inline bool
lib/i18n_module/GBK2K/citrus_gbk2k.c
103
static __inline bool
lib/i18n_module/GBK2K/citrus_gbk2k.c
110
static __inline bool
lib/i18n_module/GBK2K/citrus_gbk2k.c
118
static __inline bool
lib/i18n_module/GBK2K/citrus_gbk2k.c
126
static __inline bool
lib/i18n_module/ISO2022/citrus_iso2022.c
140
static __inline bool isc0(__uint8_t x)
lib/i18n_module/ISO2022/citrus_iso2022.c
146
static __inline bool isc1(__uint8_t x)
lib/i18n_module/ISO2022/citrus_iso2022.c
152
static __inline bool iscntl(__uint8_t x)
lib/i18n_module/ISO2022/citrus_iso2022.c
158
static __inline bool is94(__uint8_t x)
lib/i18n_module/ISO2022/citrus_iso2022.c
164
static __inline bool is96(__uint8_t x)
lib/i18n_module/ISO2022/citrus_iso2022.c
170
static __inline bool isecma(__uint8_t x)
lib/i18n_module/ISO2022/citrus_iso2022.c
176
static __inline bool isinterm(__uint8_t x)
lib/i18n_module/ISO2022/citrus_iso2022.c
182
static __inline bool isthree(__uint8_t x)
lib/i18n_module/JOHAB/citrus_johab.c
121
static __inline bool
lib/i18n_module/JOHAB/citrus_johab.c
129
static __inline bool
lib/i18n_module/JOHAB/citrus_johab.c
137
static __inline bool
lib/i18n_module/MSKanji/citrus_mskanji.c
110
static bool
lib/i18n_module/MSKanji/citrus_mskanji.c
117
static bool
lib/i18n_module/UES/citrus_ues.c
146
static __inline bool
lib/i18n_module/UES/citrus_ues.c
153
static __inline bool
lib/i18n_module/UES/citrus_ues.c
178
static __inline bool
lib/i18n_module/UTF8/citrus_utf8.c
144
static __inline bool
lib/libc/citrus/citrus_esdb.c
257
_citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted)
lib/libc/citrus/citrus_esdb.h
55
int _citrus_esdb_get_list(char ***, size_t *, bool);
lib/libc/citrus/citrus_iconv.c
68
static bool isinit = false;
lib/libc/citrus/citrus_iconv_local.h
101
bool ci_discard_ilseq;
lib/libc/citrus/citrus_iconv_local.h
103
bool ci_ilseq_invalid;
lib/libc/citrus/citrus_prop.c
54
bool boolean;
lib/libc/gen/arc4random-compat.c
52
static bool warned = false;
lib/libc/gen/arc4random-compat.c
62
static bool warned = false;
lib/libc/gen/arc4random.c
112
bool need_init;
lib/libc/gen/wordexp.c
303
bool quote = false, dollar = false;
lib/libc/gen/wordexp.c
305
bool have_sq = false, have_dq = false, have_par_begin = false;
lib/libc/gen/wordexp.c
306
bool have_cmd = false;
lib/libc/gen/wordexp.c
308
bool need_sq = false, need_dq = false, need_par_end = false;
lib/libc/gen/wordexp.c
309
bool need_cmd_old = false, need_cmd_new = false;
lib/libc/gen/wordexp.c
98
static bool
lib/libc/iconv/iconv.c
171
__iconv_get_list(char ***rlist, size_t *rsz, bool sorted)
lib/libc/locale/cXXrtomb_iconv.h
43
bool initialized;
lib/libc/locale/mbrtocXX_iconv.h
44
bool initialized;
lib/libc/stdlib/getenv.c
139
static inline bool
lib/libc/stdlib/getenv.c
155
__findenv(const char *name, size_t nameLen, int *envNdx, bool onlyActive)
lib/libc/stdlib/getenv.c
221
__clean_env(bool freeVars)
lib/libc/stdlib/getenv.c
298
static inline bool
lib/libc/stdlib/getenv.c
459
bool reuse;
lib/libc/stdlib/getenv.c
79
bool active;
lib/libc/stdlib/getenv.c
80
bool putenv;
lib/libc/string/strcspn.c
49
bool charset[UCHAR_MAX + 1];
lib/libc/string/strspn.c
49
bool charset[UCHAR_MAX + 1];
lib/libcrypt/crypt-sha256.c
318
bool rounds_custom = false;
lib/libcrypt/crypt-sha512.c
349
bool rounds_custom = false;
lib/libldns/ldns/common.h
49
typedef bool _Bool;
lib/libldns/ldns/util.h
210
void ldns_set_bit(uint8_t *byte, int bit_nr, bool value);
lib/libncurses/tic_next/transform.h
4
extern bool same_program(const char *, const char *);
lib/libnvmm/libnvmm.c
67
static bool
lib/libnvmm/libnvmm_x86.c
1055
bool is64bit;
lib/libnvmm/libnvmm_x86.c
1056
bool is32bit;
lib/libnvmm/libnvmm_x86.c
1057
bool is16bit;
lib/libnvmm/libnvmm_x86.c
1066
bool valid:1;
lib/libnvmm/libnvmm_x86.c
1067
bool regmodrm:1;
lib/libnvmm/libnvmm_x86.c
1068
bool regtorm:1;
lib/libnvmm/libnvmm_x86.c
1069
bool dmo:1;
lib/libnvmm/libnvmm_x86.c
1070
bool todmo:1;
lib/libnvmm/libnvmm_x86.c
1071
bool movs:1;
lib/libnvmm/libnvmm_x86.c
1072
bool stos:1;
lib/libnvmm/libnvmm_x86.c
1073
bool lods:1;
lib/libnvmm/libnvmm_x86.c
1074
bool szoverride:1;
lib/libnvmm/libnvmm_x86.c
1075
bool group1:1;
lib/libnvmm/libnvmm_x86.c
1076
bool group3:1;
lib/libnvmm/libnvmm_x86.c
1077
bool group11:1;
lib/libnvmm/libnvmm_x86.c
1078
bool immediate:1;
lib/libnvmm/libnvmm_x86.c
149
gvaddr_t gva, gpaddr_t *gpa, bool has_pse, nvmm_prot_t *prot)
lib/libnvmm/libnvmm_x86.c
2128
bool noindex, nobase;
lib/libnvmm/libnvmm_x86.c
2215
static inline bool
lib/libnvmm/libnvmm_x86.c
2223
static inline bool
lib/libnvmm/libnvmm_x86.c
2231
static inline bool
lib/libnvmm/libnvmm_x86.c
2240
static inline bool
lib/libnvmm/libnvmm_x86.c
2248
static inline bool
lib/libnvmm/libnvmm_x86.c
2756
const bool write = mem->write;
lib/libnvmm/libnvmm_x86.c
2789
const bool write = mem->write;
lib/libnvmm/libnvmm_x86.c
2844
const bool write = mem->write;
lib/libnvmm/libnvmm_x86.c
2847
bool memop1;
lib/libnvmm/libnvmm_x86.c
2880
const bool write = mem->write;
lib/libnvmm/libnvmm_x86.c
2914
bool memop1;
lib/libnvmm/libnvmm_x86.c
2938
bool memop1;
lib/libnvmm/libnvmm_x86.c
312
static inline bool
lib/libnvmm/libnvmm_x86.c
417
bool is_pae, is_lng, has_pse;
lib/libnvmm/libnvmm_x86.c
482
static inline bool
lib/libnvmm/libnvmm_x86.c
488
static inline bool
lib/libnvmm/libnvmm_x86.c
494
static inline bool
lib/libnvmm/libnvmm_x86.c
501
static inline bool
lib/libnvmm/libnvmm_x86.c
590
bool is_mmio;
lib/libnvmm/libnvmm_x86.c
647
bool is_mmio;
lib/libnvmm/libnvmm_x86.c
747
bool psld = false;
lib/libnvmm/libnvmm_x86.c
881
bool readreg;
lib/libnvmm/libnvmm_x86.c
882
bool backprop;
lib/libnvmm/libnvmm_x86.c
883
bool notouch;
lib/libnvmm/libnvmm_x86.c
960
bool opr_ovr:1;
lib/libnvmm/libnvmm_x86.c
961
bool adr_ovr:1;
lib/libnvmm/libnvmm_x86.c
962
bool rep:1;
lib/libnvmm/libnvmm_x86.c
963
bool repn:1;
lib/libnvmm/libnvmm_x86.c
968
bool b:1;
lib/libnvmm/libnvmm_x86.c
969
bool x:1;
lib/libnvmm/libnvmm_x86.c
970
bool r:1;
lib/libnvmm/libnvmm_x86.c
971
bool w:1;
lib/libnvmm/libnvmm_x86.c
972
bool present:1;
lib/libnvmm/nvmm.h
73
bool in;
lib/libnvmm/nvmm.h
82
bool write;
lib/libutil/gr_util.c
565
static bool
libexec/rtld-elf/rtld.c
101
static const char *gethints(bool);
libexec/rtld-elf/rtld.c
126
static int relocate_object_dag(Obj_Entry *root, bool bind_now,
libexec/rtld-elf/rtld.c
128
static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj,
libexec/rtld-elf/rtld.c
130
static int relocate_objects(Obj_Entry *, bool, Obj_Entry *, int,
libexec/rtld-elf/rtld.c
132
static int resolve_objects_ifunc(Obj_Entry *first, bool bind_now,
libexec/rtld-elf/rtld.c
1468
static bool
libexec/rtld-elf/rtld.c
154
static char *origin_subst_one(char *, const char *, const char *, bool);
libexec/rtld-elf/rtld.c
1552
bool nodeflib, objgiven;
libexec/rtld-elf/rtld.c
165
static bool matched_symbol(SymLook *, const Obj_Entry *, Sym_Match_Result *,
libexec/rtld-elf/rtld.c
1693
gethints(bool nostdlib)
libexec/rtld-elf/rtld.c
1704
bool skip;
libexec/rtld-elf/rtld.c
176
static bool libmap_disable; /* Disable libmap */
libexec/rtld-elf/rtld.c
177
static bool ld_loadfltr; /* Immediate filters processing */
libexec/rtld-elf/rtld.c
179
static bool trust; /* False for setuid and setgid programs */
libexec/rtld-elf/rtld.c
180
static bool dangerous_ld_env; /* True if environment variables have been
libexec/rtld-elf/rtld.c
2559
relocate_object_dag(Obj_Entry *root, bool bind_now, Obj_Entry *rtldobj,
libexec/rtld-elf/rtld.c
2584
reloc_textrel_prot(Obj_Entry *obj, bool before)
libexec/rtld-elf/rtld.c
2629
relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj,
libexec/rtld-elf/rtld.c
2709
relocate_objects(Obj_Entry *first, bool bind_now, Obj_Entry *rtldobj,
libexec/rtld-elf/rtld.c
2736
resolve_object_ifunc(Obj_Entry *obj, bool bind_now, int flags,
libexec/rtld-elf/rtld.c
2751
resolve_objects_ifunc(Obj_Entry *first, bool bind_now, int flags,
libexec/rtld-elf/rtld.c
2764
initlist_objects_ifunc(Objlist *list, bool bind_now, int flags,
libexec/rtld-elf/rtld.c
4054
static bool
libexec/rtld-elf/rtld.c
4266
bool is_lib;
libexec/rtld-elf/rtld.c
4579
bool
libexec/rtld-elf/rtld.c
571
libmap_disable = (bool)lm_init(libmap_override);
libexec/rtld-elf/rtld.c
892
bool may_free)
libexec/rtld-elf/rtld.c
96
static bool donelist_check(DoneList *, const Obj_Entry *);
libexec/rtld-elf/rtld.c
995
bool nmw_power2;
libexec/rtld-elf/rtld.h
226
bool mainprog : 1; /* True if this is the main program */
libexec/rtld-elf/rtld.h
227
bool rtld : 1; /* True if this is the dynamic linker */
libexec/rtld-elf/rtld.h
228
bool relocated : 1; /* True if processed by relocate_objects() */
libexec/rtld-elf/rtld.h
229
bool ver_checked : 1; /* True if processed by rtld_verify_object_versions */
libexec/rtld-elf/rtld.h
230
bool textrel : 1; /* True if there are relocations to text seg */
libexec/rtld-elf/rtld.h
231
bool symbolic : 1; /* True if generated with "-Bsymbolic" */
libexec/rtld-elf/rtld.h
232
bool bind_now : 1; /* True if all relocations should be made first */
libexec/rtld-elf/rtld.h
233
bool traced : 1; /* Already printed in ldd trace output */
libexec/rtld-elf/rtld.h
234
bool jmpslots_done : 1; /* Already have relocated the jump slots */
libexec/rtld-elf/rtld.h
235
bool init_done : 1; /* Already have added object to init list */
libexec/rtld-elf/rtld.h
236
bool tls_static : 1; /* Already allocated offset for static TLS */
libexec/rtld-elf/rtld.h
237
bool tls_dynamic : 1; /* A non-static DTV entry has been allocated */
libexec/rtld-elf/rtld.h
238
bool phdr_alloc : 1; /* Phdr is allocated and needs to be freed. */
libexec/rtld-elf/rtld.h
239
bool z_origin : 1; /* Process rpath and soname tokens */
libexec/rtld-elf/rtld.h
240
bool z_nodelete : 1; /* Do not unload the object and dependencies */
libexec/rtld-elf/rtld.h
241
bool z_noopen : 1; /* Do not load on dlopen */
libexec/rtld-elf/rtld.h
242
bool z_loadfltr : 1; /* Immediately load filtees */
libexec/rtld-elf/rtld.h
243
bool z_interpose : 1; /* Interpose all objects but main */
libexec/rtld-elf/rtld.h
244
bool z_nodeflib : 1; /* Don't search default library path */
libexec/rtld-elf/rtld.h
245
bool ref_nodel : 1; /* Refcount increased to prevent dlclose */
libexec/rtld-elf/rtld.h
246
bool init_scanned: 1; /* Object is already on init list. */
libexec/rtld-elf/rtld.h
247
bool on_fini_list: 1; /* Object is already on fini list. */
libexec/rtld-elf/rtld.h
248
bool dag_inited : 1; /* Object has its DAG initialized. */
libexec/rtld-elf/rtld.h
249
bool filtees_loaded : 1; /* Filtees loaded */
libexec/rtld-elf/rtld.h
250
bool irelative : 1; /* Object has R_MACHDEP_IRELATIVE relocs */
libexec/rtld-elf/rtld.h
251
bool irelative_nonplt : 1; /* Object has R_MACHDEP_IRELATIVE non-plt relocs */
libexec/rtld-elf/rtld.h
252
bool gnu_ifunc : 1; /* Object has references to STT_GNU_IFUNC */
libexec/rtld-elf/rtld.h
253
bool non_plt_gnu_ifunc : 1; /* Object has non-plt IFUNC references */
libexec/rtld-elf/rtld.h
254
bool crt_no_init : 1; /* Object's crt does not call _init/_fini */
libexec/rtld-elf/rtld.h
255
bool note_present : 1; /* True if at least one PT_NOTE header found */
libexec/rtld-elf/rtld.h
256
bool valid_hash_sysv : 1; /* A valid System V hash hash tag is available */
libexec/rtld-elf/rtld.h
257
bool valid_hash_gnu : 1; /* A valid GNU hash tag is available */
libexec/rtld-elf/rtld.h
258
bool relro_protected : 1; /* relro section has been protected */
libexec/rtld-elf/rtld.h
259
bool static_tls : 1; /* Object wants to use static TLS space */
libexec/rtld-elf/rtld.h
260
bool static_tls_copied : 1; /* Object's static TLS space initialized */
libexec/rtld-elf/rtld.h
371
bool allocate_tls_offset(Obj_Entry *obj);
sbin/dumpon/dumpon.c
57
bool is_dumpoff;
sbin/fsck_hammer2/destroy.c
67
static bool ForceOpt = false;
sbin/fsck_hammer2/destroy.c
72
bool failed = false;
sbin/fsck_hammer2/reconstruct.c
108
bool failed = false;
sbin/fsck_hammer2/reconstruct.c
153
bool found = false;
sbin/fsck_hammer2/reconstruct.c
407
bool found = false;
sbin/fsck_hammer2/reconstruct.c
63
static bool ForceOpt = false;
sbin/fsck_hammer2/reconstruct.c
68
bool failed = false;
sbin/fsck_hammer2/test.c
1338
bool failed = false;
sbin/fsck_hammer2/test.c
141
static void print_blockref_stats(const blockref_stats_t *, bool);
sbin/fsck_hammer2/test.c
146
bool, blockref_stats_t *, struct blockref_tree *, delta_stats_t *, int, int);
sbin/fsck_hammer2/test.c
257
bool failed = false;
sbin/fsck_hammer2/test.c
295
bool failed = false;
sbin/fsck_hammer2/test.c
333
bool failed = false;
sbin/fsck_hammer2/test.c
365
bool found = false;
sbin/fsck_hammer2/test.c
612
print_blockref_stats(const blockref_stats_t *bstats, bool newline)
sbin/fsck_hammer2/test.c
788
bool norecurse, blockref_stats_t *bstats,
sbin/fsck_hammer2/test.c
796
bool failed = false;
sbin/fsck_msdosfs/dir.c
550
bool is_legacyroot;
sbin/fsck_msdosfs/ext.h
88
bool fat_is_cl_head(struct fat_descriptor *, cl_t);
sbin/fsck_msdosfs/ext.h
98
bool fat_is_valid_cl(struct fat_descriptor *, cl_t);
sbin/fsck_msdosfs/fat.c
101
static inline bool
sbin/fsck_msdosfs/fat.c
116
bitmap_ctor(long_bitmap_t *lbp, size_t bits, bool allone)
sbin/fsck_msdosfs/fat.c
150
bool dirty; /* dirty bit */
sbin/fsck_msdosfs/fat.c
168
bool is_mmapped;
sbin/fsck_msdosfs/fat.c
169
bool use_cache;
sbin/fsck_msdosfs/fat.c
185
bool
sbin/fsck_msdosfs/fat.c
191
static inline bool
sbin/fsck_msdosfs/fat.c
379
bool writing)
sbin/fsck_msdosfs/fat.c
435
fat_get_fat32_cached_ptr(struct fat_descriptor *fat, cl_t cl, bool writing)
sbin/fsck_msdosfs/fat.c
49
static inline bool valid_cl(struct fat_descriptor *, cl_t);
sbin/fsck_msdosfs/fat.c
541
bool
sbin/fsck_msdosfs/fat.c
548
static inline bool
sbin/fsck_msdosfs/fat.c
92
static inline bool
sbin/gpt/add.c
211
parse_size(const char *s, bool *is_sector)
sbin/gpt/add.c
267
bool is_sector;
sbin/gpt/create.c
284
bool with_boot = false;
sbin/gpt/create.c
285
bool with_trim = false;
sbin/gpt/create.c
47
static bool force = false;
sbin/gpt/create.c
48
static bool primary_only = false;
sbin/gpt/destroy.c
41
static bool recoverable = false;
sbin/gpt/destroy.c
52
destroy(int fd, bool quiet)
sbin/gpt/gpt.c
51
bool readonly;
sbin/gpt/gpt.c
534
gpt_read_table(bool primary)
sbin/gpt/gpt.h
52
extern bool readonly;
sbin/gpt/gpt.h
78
void destroy(int fd, bool quiet);
sbin/gpt/label.c
41
static bool all = false;
sbin/gpt/migrate.c
45
static bool force = false;
sbin/gpt/migrate.c
46
static bool keep_slice = false;
sbin/gpt/remove.c
41
static bool all = false;
sbin/gpt/show.c
42
static bool show_guid = false;
sbin/gpt/show.c
43
static bool show_label = false;
sbin/gpt/show.c
44
static bool show_uuid = false;
sbin/ifconfig/ifconfig.c
101
static bool noload;
sbin/ifconfig/ifconfig.c
102
static bool setaddr;
sbin/ifconfig/ifconfig.c
103
static bool setmask;
sbin/ifconfig/ifconfig.c
1239
bool allfamilies;
sbin/ifconfig/ifconfig.c
351
bool all, namesonly, downonly, uponly;
sbin/ifconfig/ifconfig.c
610
static bool
sbin/ifconfig/ifconfig.c
618
bool matched, nomatched;
sbin/ifconfig/ifconfig.c
71
bool newaddr = true;
sbin/ifconfig/ifconfig.c
72
bool verbose;
sbin/ifconfig/ifconfig.c
73
bool supmedia = false;
sbin/ifconfig/ifconfig.c
74
bool printkeys = false; /* Print keying material for interfaces. */
sbin/ifconfig/ifconfig.c
75
bool printifname = false; /* Print the name of the created interface. */
sbin/ifconfig/ifconfig.c
79
static bool group_member(const char *ifname, const char *match,
sbin/ifconfig/ifconfig.c
99
static bool clearaddr;
sbin/ifconfig/ifconfig.h
143
extern bool supmedia;
sbin/ifconfig/ifconfig.h
144
extern bool printkeys;
sbin/ifconfig/ifconfig.h
145
extern bool printifname;
sbin/ifconfig/ifconfig.h
146
extern bool newaddr;
sbin/ifconfig/ifconfig.h
147
extern bool verbose;
sbin/ifconfig/ifieee80211.c
160
bool allchans, bool verbose);
sbin/ifconfig/ifieee80211.c
3780
bool allchans, bool verb)
sbin/ifconfig/ifieee80211.c
3848
list_channels(int s, bool allchans)
sbin/ifconfig/iflagg.c
155
bool isport = false;
sbin/ifconfig/ifwg.c
103
static bool wg_cb_registered;
sbin/newfs_msdos/mkfs_msdos.c
250
bool set_res, set_spf, set_spc;
sbin/newfs_msdos/mkfs_msdos.h
38
AOPT('A', bool, align, -2, "Attempt to cluster align root directory") \
sbin/newfs_msdos/mkfs_msdos.h
44
AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
sbin/rcorder/rcorder.c
76
typedef bool flag;
sbin/vquota/vquota.c
141
static bool
sbin/vquota/vquota.c
147
bool retval = false;
sbin/vquota/vquota.c
428
static bool
sbin/vquota/vquota.c
435
bool rv;
sbin/vquota/vquota.c
492
bool rv;
sbin/vquota/vquota.c
52
static bool flag_debug = 0;
sbin/vquota/vquota.c
53
static bool flag_humanize = 0;
sbin/vquota/vquota.c
54
static bool flag_resolve_ids = 1;
share/examples/libusb20/control.c
66
bool do_request;
sys/bus/mmc/mmc.c
150
bool is_4_41p);
sys/bus/mmc/mmc.c
1843
bool changed;
sys/bus/mmc/mmc.c
972
mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid, bool is_4_41p)
sys/bus/mmc/mmc_subr.c
153
uint8_t index, uint8_t value, u_int timeout, bool status)
sys/bus/mmc/mmc_subr.h
64
uint8_t index, uint8_t value, u_int timeout, bool send_status);
sys/bus/u4b/storage/umass.c
2750
static bool
sys/bus/u4b/storage/umass.c
2759
static bool
sys/bus/u4b/storage/umass.c
2798
static bool
sys/bus/u4b/storage/umass.c
2852
static bool
sys/bus/u4b/storage/umass.c
2914
static bool
sys/bus/u4b/storage/umass.c
2921
static bool
sys/bus/u4b/storage/umass.c
311
typedef bool (umass_transform_t)(struct umass_softc *sc, uint8_t *cmd_ptr,
sys/bus/u4b/storage/umass.c
504
static bool umass_scsi_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/bus/u4b/storage/umass.c
505
static bool umass_rbc_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/bus/u4b/storage/umass.c
506
static bool umass_ufi_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/bus/u4b/storage/umass.c
507
static bool umass_atapi_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/bus/u4b/storage/umass.c
508
static bool umass_no_transform(struct umass_softc *, uint8_t *, uint8_t);
sys/bus/u4b/storage/umass.c
509
static bool umass_std_transform(struct umass_softc *, union ccb *, uint8_t
sys/crypto/chachapoly.c
149
static bool
sys/crypto/chachapoly.c
155
bool ret;
sys/crypto/chachapoly.c
224
bool
sys/crypto/chachapoly.c
277
bool
sys/crypto/chachapoly.c
285
bool ret;
sys/crypto/chachapoly.c
48
_chacha20poly1305_init(struct chacha20poly1305_ctx *ctx, bool enc_mode,
sys/crypto/chachapoly.h
39
bool chacha20poly1305_decrypt(uint8_t *, const uint8_t *, size_t,
sys/crypto/chachapoly.h
54
bool xchacha20poly1305_decrypt(uint8_t *, const uint8_t *, size_t,
sys/crypto/cryptoapi/cryptoapi.c
1028
static inline bool
sys/crypto/cryptoapi/cryptoapi.c
140
bool encrypt);
sys/crypto/cryptoapi/cryptoapi.c
273
int datalen __unused, const uint8_t *iv __unused, bool encrypt __unused)
sys/crypto/cryptoapi/cryptoapi.c
336
bool encrypt)
sys/crypto/cryptoapi/cryptoapi.c
376
static bool
sys/crypto/cryptoapi/cryptoapi.c
432
bool encrypt)
sys/crypto/cryptoapi/cryptoapi.c
532
const uint8_t *iv, bool encrypt)
sys/crypto/cryptoapi/cryptoapi.c
619
const uint8_t *iv, bool encrypt)
sys/crypto/cryptoapi/cryptoapi.c
692
bool encrypt)
sys/crypto/cryptoapi/cryptoapi.c
782
bool encrypt)
sys/crypto/cryptoapi/cryptoapi.c
855
bool encrypt)
sys/crypto/cryptoapi/cryptoapi.c
947
bool encrypt)
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1299
acpi_thinkpad_privacyguard_acpi_call(struct acpi_thinkpad_softc *sc, bool write, int *arg)
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
350
static ACPI_STATUS acpi_thinkpad_privacyguard_acpi_call(struct acpi_thinkpad_softc *sc, bool write, int *arg);
sys/dev/agp/intel-gtt.c
1681
bool
sys/dev/apple/smc/smc.c
1053
bool
sys/dev/apple/smc/smc.c
1097
static bool
sys/dev/apple/smc/smc.c
1110
static bool
sys/dev/apple/smc/smc.h
281
bool apple_smc_prochot_asserted(device_t);
sys/dev/crypto/tpm/tpm20.c
293
tpm20_save_state(device_t dev, bool suspend)
sys/dev/crypto/tpm/tpm20.c
50
static int tpm20_save_state(device_t dev, bool suspend);
sys/dev/crypto/tpm/tpm20.h
117
bool interrupts;
sys/dev/crypto/tpm/tpm_crb.c
245
static bool
sys/dev/crypto/tpm/tpm_crb.c
264
static bool
sys/dev/crypto/tpm/tpm_crb.c
289
static bool
sys/dev/crypto/tpm/tpm_crb.c
95
static bool tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off,
sys/dev/crypto/tpm/tpm_crb.c
97
static bool tpmcrb_request_locality(struct tpm_sc *sc, int locality);
sys/dev/crypto/tpm/tpm_crb.c
99
static bool tpmcrb_cancel_cmd(struct tpm_sc *sc);
sys/dev/crypto/tpm/tpm_tis.c
206
static bool
sys/dev/crypto/tpm/tpm_tis.c
248
static bool
sys/dev/crypto/tpm/tpm_tis.c
295
static bool
sys/dev/crypto/tpm/tpm_tis.c
315
static bool
sys/dev/crypto/tpm/tpm_tis.c
335
static bool
sys/dev/crypto/tpm/tpm_tis.c
382
static bool
sys/dev/crypto/tpm/tpm_tis.c
85
static bool tpmtis_setup_intr(struct tpm_sc *sc);
sys/dev/crypto/tpm/tpm_tis.c
87
static bool tpmtis_read_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
sys/dev/crypto/tpm/tpm_tis.c
88
static bool tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
sys/dev/crypto/tpm/tpm_tis.c
89
static bool tpmtis_request_locality(struct tpm_sc *sc, int locality);
sys/dev/crypto/tpm/tpm_tis.c
91
static bool tpmtis_go_ready(struct tpm_sc *sc);
sys/dev/crypto/tpm/tpm_tis.c
93
static bool tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off,
sys/dev/disk/iscsi/initiator/iscsi.h
456
bool initialR2T;
sys/dev/disk/iscsi/initiator/iscsi.h
457
bool immediateData;
sys/dev/disk/iscsi/initiator/iscsi.h
458
bool dataPDUInOrder;
sys/dev/disk/iscsi/initiator/iscsi.h
459
bool dataSequenceInOrder;
sys/dev/drm/amd/amdgpu/amdgpu.h
1035
bool has_hw_reset;
sys/dev/drm/amd/amdgpu/amdgpu.h
1039
bool in_suspend;
sys/dev/drm/amd/amdgpu/amdgpu.h
1043
bool in_gpu_reset;
sys/dev/drm/amd/amdgpu/amdgpu.h
1050
bool fictitious_range_registered;
sys/dev/drm/amd/amdgpu/amdgpu.h
1081
bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type);
sys/dev/drm/amd/amdgpu/amdgpu.h
1082
bool amdgpu_device_has_dc_support(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
1190
bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
1194
bool amdgpu_device_need_post(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
1203
bool amdgpu_device_is_px(struct drm_device *dev);
sys/dev/drm/amd/amdgpu/amdgpu.h
1208
bool amdgpu_has_atpx_dgpu_power_cntl(void);
sys/dev/drm/amd/amdgpu/amdgpu.h
1209
bool amdgpu_is_atpx_hybrid(void);
sys/dev/drm/amd/amdgpu/amdgpu.h
1210
bool amdgpu_atpx_dgpu_req_power_for_displays(void);
sys/dev/drm/amd/amdgpu/amdgpu.h
1211
bool amdgpu_has_atpx(void);
sys/dev/drm/amd/amdgpu/amdgpu.h
1215
static inline bool amdgpu_has_atpx_dgpu_power_cntl(void) { return false; }
sys/dev/drm/amd/amdgpu/amdgpu.h
1216
static inline bool amdgpu_is_atpx_hybrid(void) { return false; }
sys/dev/drm/amd/amdgpu/amdgpu.h
1217
static inline bool amdgpu_atpx_dgpu_req_power_for_displays(void) { return false; }
sys/dev/drm/amd/amdgpu/amdgpu.h
1218
static inline bool amdgpu_has_atpx(void) { return false; }
sys/dev/drm/amd/amdgpu/amdgpu.h
1240
int amdgpu_device_suspend(struct drm_device *dev, bool suspend, bool fbcon);
sys/dev/drm/amd/amdgpu/amdgpu.h
1241
int amdgpu_device_resume(struct drm_device *dev, bool resume, bool fbcon);
sys/dev/drm/amd/amdgpu/amdgpu.h
1277
bool amdgpu_acpi_is_pcie_performance_request_supported(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
1279
u8 perf_req, bool advertise);
sys/dev/drm/amd/amdgpu/amdgpu.h
253
bool amdgpu_device_ip_is_idle(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu.h
259
bool valid;
sys/dev/drm/amd/amdgpu/amdgpu.h
260
bool sw;
sys/dev/drm/amd/amdgpu/amdgpu.h
261
bool hw;
sys/dev/drm/amd/amdgpu/amdgpu.h
262
bool late_initialized;
sys/dev/drm/amd/amdgpu/amdgpu.h
263
bool hang;
sys/dev/drm/amd/amdgpu/amdgpu.h
293
bool amdgpu_get_bios(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
294
bool amdgpu_read_bios(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
501
bool async;
sys/dev/drm/amd/amdgpu/amdgpu.h
630
bool grbm_indexed;
sys/dev/drm/amd/amdgpu/amdgpu.h
637
bool (*read_disabled_bios)(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
638
bool (*read_bios_from_rom)(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu.h
642
void (*set_vga_state)(struct amdgpu_device *adev, bool state);
sys/dev/drm/amd/amdgpu/amdgpu.h
660
bool (*need_full_reset)(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu.h
687
bool get_ext_state;
sys/dev/drm/amd/amdgpu/amdgpu.h
688
bool pcie_perf_req;
sys/dev/drm/amd/amdgpu/amdgpu.h
689
bool pcie_dev_rdy;
sys/dev/drm/amd/amdgpu/amdgpu.h
690
bool pcie_bus_width;
sys/dev/drm/amd/amdgpu/amdgpu.h
749
void (*mc_access_enable)(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
753
bool use_doorbell, int doorbell_index);
sys/dev/drm/amd/amdgpu/amdgpu.h
755
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
757
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
759
bool use_doorbell, int doorbell_index);
sys/dev/drm/amd/amdgpu/amdgpu.h
761
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
763
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
774
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
778
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
782
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu.h
835
bool shutdown;
sys/dev/drm/amd/amdgpu/amdgpu.h
836
bool need_dma32;
sys/dev/drm/amd/amdgpu/amdgpu.h
837
bool need_swiotlb;
sys/dev/drm/amd/amdgpu/amdgpu.h
838
bool accel_working;
sys/dev/drm/amd/amdgpu/amdgpu.h
855
bool have_disp_power_ref;
sys/dev/drm/amd/amdgpu/amdgpu.h
858
bool is_atom_fw;
sys/dev/drm/amd/amdgpu/amdgpu.h
947
bool enable_virtual_display;
sys/dev/drm/amd/amdgpu/amdgpu.h
959
bool ib_pool_ready;
sys/dev/drm/amd/amdgpu/amdgpu.h
967
bool pp_force_state_enabled;
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
494
static bool acp_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
519
bool enable = state == AMD_PG_STATE_GATE ? true : false;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
39
bool enabled;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
44
bool display_switch;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
45
bool expansion_mode_change;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
46
bool thermal_state;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
47
bool forced_power_state;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
48
bool system_power_state;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
49
bool display_conf_change;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
50
bool px_gfx_switch;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
51
bool brightness_change;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
52
bool dgpu_display_event;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
56
bool system_params;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
562
bool amdgpu_acpi_is_pcie_performance_request_supported(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
57
bool sbios_requests;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
58
bool select_active_disp;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
59
bool lid_state;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
60
bool get_tv_standard;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
61
bool set_tv_standard;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
616
u8 perf_req, bool advertise)
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
62
bool get_panel_expansion_mode;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
63
bool set_panel_expansion_mode;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
64
bool temperature_change;
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
65
bool graphics_device_types;
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.c
273
void **cpu_ptr, bool mqd_gfx9)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.c
503
void amdgpu_amdkfd_set_compute_idle(struct kgd_dev *kgd, bool idle)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.c
514
bool amdgpu_amdkfd_is_kfd_vmid(struct amdgpu_device *adev, u32 vmid)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.c
525
bool amdkfd_fence_check_mm(struct dma_fence *f, struct mm_struct *mm)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
122
void amdgpu_amdkfd_set_compute_idle(struct kgd_dev *kgd, bool idle);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
128
bool amdgpu_amdkfd_is_kfd_vmid(struct amdgpu_device *adev, u32 vmid);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
139
void **cpu_ptr, bool mqd_gfx9);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
152
bool valid = false; \
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
189
struct kgd_dev *kgd, struct kgd_mem *mem, bool intr);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
45
bool is_mapped;
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
69
bool aql_queue;
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
82
bool amdkfd_fence_check_mm(struct dma_fence *f, struct mm_struct *mm);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
321
bool valid_wptr = false;
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
522
static bool kgd_hqd_is_occupied(struct kgd_dev *kgd, uint64_t queue_address,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
527
bool retval = false;
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
544
static bool kgd_hqd_sdma_is_occupied(struct kgd_dev *kgd, void *mqd)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
702
static bool get_atc_vmid_pasid_mapping_valid(struct kgd_dev *kgd,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
71
static bool kgd_hqd_is_occupied(struct kgd_dev *kgd, uint64_t queue_address,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
73
static bool kgd_hqd_sdma_is_occupied(struct kgd_dev *kgd, void *mqd);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
93
static bool get_atc_vmid_pasid_mapping_valid(struct kgd_dev *kgd,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
114
static bool kgd_hqd_is_occupied(struct kgd_dev *kgd, uint64_t queue_address,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
116
static bool kgd_hqd_sdma_is_occupied(struct kgd_dev *kgd, void *mqd);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
136
static bool get_atc_vmid_pasid_mapping_valid(struct kgd_dev *kgd,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
634
static bool kgd_hqd_is_occupied(struct kgd_dev *kgd, uint64_t queue_address,
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
639
bool retval = false;
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
656
static bool kgd_hqd_sdma_is_occupied(struct kgd_dev *kgd, void *mqd)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
763
static bool get_atc_vmid_pasid_mapping_valid(struct kgd_dev *kgd,
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1015
bool strobe_mode,
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1104
bool strobe_mode,
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1476
bool
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1674
bool amdgpu_atombios_has_gpu_virtualization_table(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1687
void amdgpu_atombios_scratch_regs_lock(struct amdgpu_device *adev, bool lock)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1727
bool hung)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1739
bool amdgpu_atombios_scratch_need_asic_init(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1758
void amdgpu_atombios_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
264
bool amdgpu_atombios_has_dce_engine_info(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
291
bool amdgpu_atombios_get_connector_info_from_object_table(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
896
bool amdgpu_atombios_get_asic_ss_info(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
143
bool amdgpu_atombios_has_dce_engine_info(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
145
bool amdgpu_atombios_get_connector_info_from_object_table(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
153
bool amdgpu_atombios_get_asic_ss_info(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
160
bool strobe_mode,
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
165
bool strobe_mode,
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
183
bool
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
195
bool amdgpu_atombios_has_gpu_virtualization_table(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
197
void amdgpu_atombios_scratch_regs_lock(struct amdgpu_device *adev, bool lock);
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
199
bool hung);
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
200
bool amdgpu_atombios_scratch_need_asic_init(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
202
void amdgpu_atombios_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le);
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
44
bool enable_post_div;
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
45
bool enable_dithen;
sys/dev/drm/amd/amdgpu/amdgpu_atomfirmware.c
33
bool amdgpu_atomfirmware_gpu_supports_virtualization(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_atomfirmware.h
27
bool amdgpu_atomfirmware_gpu_supports_virtualization(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
123
bool amdgpu_read_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
152
static bool amdgpu_read_bios_from_rom(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
192
static bool amdgpu_read_platform_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
271
static bool amdgpu_atrm_get_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
279
bool found = false;
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
361
static inline bool amdgpu_atrm_get_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
367
static bool amdgpu_read_disabled_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
376
static bool amdgpu_acpi_vfct_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
440
static inline bool amdgpu_acpi_vfct_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
446
bool amdgpu_get_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
48
static bool check_atom_bios(uint8_t *bios, size_t size)
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
89
static bool igp_read_bios_from_vram(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1298
static bool amdgpu_connector_encoder_is_hbr2(struct drm_connector *connector)
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1303
bool found = false;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1314
bool amdgpu_connector_is_dp12_capable(struct drm_connector *connector)
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1328
amdgpu_connector_dp_detect(struct drm_connector *connector, bool force)
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1516
bool shared_ddc = false;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1517
bool is_dp_bridge = false;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
1518
bool has_aux = false;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
219
bool connected;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
475
bool new_coherent_mode;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
713
amdgpu_connector_lvds_detect(struct drm_connector *connector, bool force)
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
853
amdgpu_connector_vga_detect(struct drm_connector *connector, bool force)
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
858
bool dret = false;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
945
static bool
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
977
amdgpu_connector_dvi_detect(struct drm_connector *connector, bool force)
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
984
bool dret = false, broken_edid = false;
sys/dev/drm/amd/amdgpu/amdgpu_connectors.h
31
bool amdgpu_connector_is_dp12_capable(struct drm_connector *connector);
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1281
bool reserved_buffers = false;
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
448
static bool amdgpu_cs_try_evict(struct amdgpu_cs_parser *p,
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
464
bool update_bytes_moved_vis;
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
534
bool binding_userptr = false;
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
789
bool backoff)
sys/dev/drm/amd/amdgpu/amdgpu_ctx.h
51
bool preamble_presented;
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
105
bool pm_pg_lock, use_bank, use_ring;
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
99
static int amdgpu_debugfs_process_reg_op(bool read, struct file *f,
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1001
static bool amdgpu_switcheroo_can_switch(struct pci_dev *pdev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
106
bool amdgpu_device_is_px(struct drm_device *dev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1149
bool amdgpu_device_ip_is_idle(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1726
static bool amdgpu_device_check_vram_lost(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2300
bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2345
bool amdgpu_device_has_dc_support(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2375
bool runtime = false;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2796
int amdgpu_device_suspend(struct drm_device *dev, bool suspend, bool fbcon)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2901
int amdgpu_device_resume(struct drm_device *dev, bool resume, bool fbcon)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3017
static bool amdgpu_device_ip_check_soft_reset(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3020
bool asic_hang = false;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3080
static bool amdgpu_device_ip_need_full_reset(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3232
bool need_full_reset, vram_lost = 0;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3313
bool from_hypervisor)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3363
bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
741
bool amdgpu_device_need_post(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
797
static unsigned int amdgpu_device_vga_set_decode(void *cookie, bool state)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
858
bool is_os_64 = (sizeof(void *) == 8) ? true : false;
sys/dev/drm/amd/amdgpu/amdgpu_display.c
268
bool active = false;
sys/dev/drm/amd/amdgpu/amdgpu_display.c
440
bool amdgpu_display_ddc_probe(struct amdgpu_connector *amdgpu_connector,
sys/dev/drm/amd/amdgpu/amdgpu_display.c
441
bool use_aux)
sys/dev/drm/amd/amdgpu/amdgpu_display.c
51
static bool amdgpu_display_flip_handle_fence(struct amdgpu_flip_work *work,
sys/dev/drm/amd/amdgpu/amdgpu_display.c
649
static bool amdgpu_display_is_hdtv_mode(const struct drm_display_mode *mode)
sys/dev/drm/amd/amdgpu/amdgpu_display.c
661
bool amdgpu_display_crtc_scaling_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/amd/amdgpu/amdgpu_display.c
781
bool in_vbl = true;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
227
bool amdgpu_is_uvd_state(u32 class, u32 class2)
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
242
bool amdgpu_is_internal_thermal_sensor(enum amdgpu_int_thermal_type sensor)
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
232
bool ucode_fan_control;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
405
bool power_control;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
407
bool thermal_active;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
408
bool uvd_active;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
409
bool vce_active;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
427
bool no_fan;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
432
bool dpm_enabled;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
433
bool sysfs_initialized;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
442
bool ac_power;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
481
bool amdgpu_is_uvd_state(u32 class, u32 class2);
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
486
bool amdgpu_is_internal_thermal_sensor(enum amdgpu_int_thermal_type sensor);
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
65
bool vce_active;
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
79
bool high_to_low;
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1291
static bool
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1293
bool in_vblank_irq, int *vpos, int *hpos,
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
927
bool supports_atomic = false;
sys/dev/drm/amd/amdgpu/amdgpu_encoders.c
189
bool amdgpu_dig_monitor_is_duallink(struct drm_encoder *encoder,
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
136
bool fb_tiled = false; /* useful for testing */
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
419
bool amdgpu_fbdev_robj_is_fb(struct amdgpu_device *adev, struct amdgpu_bo *robj)
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
92
int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled)
sys/dev/drm/amd/amdgpu/amdgpu_fence.c
222
bool amdgpu_fence_process(struct amdgpu_ring *ring)
sys/dev/drm/amd/amdgpu/amdgpu_fence.c
611
static bool amdgpu_fence_enable_signaling(struct dma_fence *f)
sys/dev/drm/amd/amdgpu/amdgpu_gart.h
51
bool ready;
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
147
static bool amdgpu_gfx_is_multipipe_capable(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
166
bool multipipe_policy = amdgpu_gfx_is_multipipe_capable(adev);
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
390
void amdgpu_gfx_off_ctrl(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
60
bool amdgpu_gfx_is_mec_queue_enabled(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
237
bool init;
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
276
bool mec_fw_write_wait;
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
277
bool me_fw_write_wait;
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
304
bool gfx_off_state; /* true: enabled, false: disabled */
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
357
bool amdgpu_gfx_is_mec_queue_enabled(struct amdgpu_device *adev, int mec,
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
359
void amdgpu_gfx_off_ctrl(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
65
bool in_safe_mode;
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
89
bool is_rlc_v2_1;
sys/dev/drm/amd/amdgpu/amdgpu_gmc.h
136
bool prt_warning;
sys/dev/drm/amd/amdgpu/amdgpu_gmc.h
145
bool translate_further;
sys/dev/drm/amd/amdgpu/amdgpu_gmc.h
169
static inline bool amdgpu_gmc_vram_full_visible(struct amdgpu_gmc *gmc)
sys/dev/drm/amd/amdgpu/amdgpu_gmc.h
81
void (*set_prt)(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
93
bool amdgpu_gtt_mgr_has_gart_addr(struct ttm_mem_reg *mem)
sys/dev/drm/amd/amdgpu/amdgpu_ib.c
126
bool skip_preamble, need_ctx_switch;
sys/dev/drm/amd/amdgpu/amdgpu_ib.c
135
bool need_pipe_sync = false;
sys/dev/drm/amd/amdgpu/amdgpu_ids.c
182
bool amdgpu_vmid_had_gpu_reset(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_ids.c
280
bool needs_flush = vm->use_cpu_for_update;
sys/dev/drm/amd/amdgpu/amdgpu_ids.c
352
bool needs_flush = vm->use_cpu_for_update;
sys/dev/drm/amd/amdgpu/amdgpu_ids.h
78
bool amdgpu_vmid_had_gpu_reset(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_ih.c
41
unsigned ring_size, bool use_bus_addr)
sys/dev/drm/amd/amdgpu/amdgpu_ih.h
41
bool enabled;
sys/dev/drm/amd/amdgpu/amdgpu_ih.h
45
bool use_doorbell;
sys/dev/drm/amd/amdgpu/amdgpu_ih.h
46
bool use_bus_addr;
sys/dev/drm/amd/amdgpu/amdgpu_ih.h
54
bool (*prescreen_iv)(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu_ih.h
66
unsigned ring_size, bool use_bus_addr);
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
212
static bool amdgpu_msi_ok(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
572
bool amdgpu_irq_enabled(struct amdgpu_device *adev, struct amdgpu_irq_src *src,
sys/dev/drm/amd/amdgpu/amdgpu_irq.h
116
bool amdgpu_irq_enabled(struct amdgpu_device *adev, struct amdgpu_irq_src *src,
sys/dev/drm/amd/amdgpu/amdgpu_irq.h
82
bool installed;
sys/dev/drm/amd/amdgpu/amdgpu_irq.h
88
bool msi_enabled; /* msi enabled */
sys/dev/drm/amd/amdgpu/amdgpu_job.c
180
bool explicit = false;
sys/dev/drm/amd/amdgpu/amdgpu_job.h
48
bool vm_needs_flush;
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
181
static int amdgpu_mn_read_lock(struct amdgpu_mn *amn, bool blockable)
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
252
bool blockable)
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
300
bool blockable)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
144
bool valid;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
150
bool hw_capable;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
152
bool mm_i2c;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
231
bool has_aux;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
238
bool enabled;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
240
bool last_buffer_filled_status;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
255
bool connected;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
260
bool enabled;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
276
bool (*hpd_sense)(struct amdgpu_device *adev, enum amdgpu_hpd_id hpd);
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
282
int crtc_id, u64 crtc_base, bool async);
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
326
bool mode_config_initialized;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
391
bool enabled;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
392
bool can_tile;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
417
bool ss_enabled;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
445
bool linkb;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
447
bool coherent_mode;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
477
bool is_ext_encoder;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
487
bool edp_on;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
491
bool valid;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
509
bool ddc_valid;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
514
bool cd_valid;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
550
bool shared_ddc;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
551
bool use_digital;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
556
bool dac_load_detect;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
557
bool detected_by_load; /* if the connection status was determined by load */
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
575
bool is_mst_connector;
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
595
bool amdgpu_dig_monitor_is_duallink(struct drm_encoder *encoder,
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
601
bool amdgpu_display_ddc_probe(struct amdgpu_connector *amdgpu_connector,
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
602
bool use_aux);
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
620
bool amdgpu_display_crtc_scaling_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
632
bool amdgpu_fbdev_robj_is_fb(struct amdgpu_device *adev, struct amdgpu_bo *robj);
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
634
int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int bpp, bool tiled);
sys/dev/drm/amd/amdgpu/amdgpu_object.c
116
bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo)
sys/dev/drm/amd/amdgpu/amdgpu_object.c
1224
bool evict,
sys/dev/drm/amd/amdgpu/amdgpu_object.c
1323
bool shared)
sys/dev/drm/amd/amdgpu/amdgpu_object.c
243
bool free = false;
sys/dev/drm/amd/amdgpu/amdgpu_object.c
382
static bool amdgpu_bo_validate_size(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_object.c
635
bool direct)
sys/dev/drm/amd/amdgpu/amdgpu_object.c
776
bool is_iomem;
sys/dev/drm/amd/amdgpu/amdgpu_object.h
151
static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr)
sys/dev/drm/amd/amdgpu/amdgpu_object.h
199
static inline bool amdgpu_bo_in_cpu_visible_vram(struct amdgpu_bo *bo)
sys/dev/drm/amd/amdgpu/amdgpu_object.h
220
static inline bool amdgpu_bo_explicit_sync(struct amdgpu_bo *bo)
sys/dev/drm/amd/amdgpu/amdgpu_object.h
225
bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo);
sys/dev/drm/amd/amdgpu/amdgpu_object.h
264
bool evict,
sys/dev/drm/amd/amdgpu/amdgpu_object.h
268
bool shared);
sys/dev/drm/amd/amdgpu/amdgpu_object.h
274
struct dma_fence **fence, bool direct);
sys/dev/drm/amd/amdgpu/amdgpu_object.h
74
bool cleared;
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1763
bool single_display = (adev->pm.dpm.new_active_crtc_count < 2) ?
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1896
bool equal = false;
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1960
void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1970
void amdgpu_dpm_enable_vce(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/amdgpu_pm.h
39
void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/amdgpu_pm.h
40
void amdgpu_dpm_enable_vce(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/amdgpu_prime.c
365
bool reads = (direction == DMA_BIDIRECTIONAL ||
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
530
static bool psp_check_fw_loading_status(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
97
uint32_t reg_val, uint32_t mask, bool check_changed)
sys/dev/drm/amd/amdgpu/amdgpu_psp.h
140
bool (*check_fw_loading_status)(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_psp.h
197
uint32_t field_val, uint32_t mask, bool check_changed);
sys/dev/drm/amd/amdgpu/amdgpu_psp.h
78
bool (*compare_sram_data)(struct psp_context *psp,
sys/dev/drm/amd/amdgpu/amdgpu_psp.h
81
bool (*smu_reload_quirk)(struct psp_context *psp);
sys/dev/drm/amd/amdgpu/amdgpu_ring.c
395
bool amdgpu_ring_soft_recovery(struct amdgpu_ring *ring, unsigned int vmid,
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
100
bool amdgpu_fence_process(struct amdgpu_ring *ring);
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
116
bool support_64bit_ptrs;
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
133
unsigned vmid, bool ctx_switch);
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
167
void (*emit_tmz)(struct amdgpu_ring *ring, bool start);
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
192
bool ready;
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
202
bool use_doorbell;
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
203
bool use_pollmem;
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
213
bool has_compute_vm_bug;
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
265
bool amdgpu_ring_soft_recovery(struct amdgpu_ring *ring, unsigned int vmid,
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
77
bool initialized;
sys/dev/drm/amd/amdgpu/amdgpu_sa.c
151
static bool amdgpu_sa_bo_try_alloc(struct amdgpu_sa_manager *sa_manager,
sys/dev/drm/amd/amdgpu/amdgpu_sa.c
185
static bool amdgpu_sa_event(struct amdgpu_sa_manager *sa_manager,
sys/dev/drm/amd/amdgpu/amdgpu_sa.c
206
static bool amdgpu_sa_bo_next_hole(struct amdgpu_sa_manager *sa_manager,
sys/dev/drm/amd/amdgpu/amdgpu_sdma.h
44
bool burst_nop;
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
133
static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f, bool explicit)
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
159
struct dma_fence *f, bool explicit)
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
195
void *owner, bool explicit_sync)
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
302
struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync, bool *explicit)
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
360
int amdgpu_sync_wait(struct amdgpu_sync *sync, bool intr)
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
39
bool explicit;
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
65
static bool amdgpu_sync_same_dev(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_sync.h
44
struct dma_fence *f, bool explicit);
sys/dev/drm/amd/amdgpu/amdgpu_sync.h
49
bool explicit_sync);
sys/dev/drm/amd/amdgpu/amdgpu_sync.h
52
struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync, bool *explicit);
sys/dev/drm/amd/amdgpu/amdgpu_sync.h
54
int amdgpu_sync_wait(struct amdgpu_sync *sync, bool intr);
sys/dev/drm/amd/amdgpu/amdgpu_trace.h
38
static inline bool
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1272
bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1314
bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1398
bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1435
bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1449
bool amdgpu_ttm_tt_userptr_needs_pages(struct ttm_tt *ttm)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1462
bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1528
static bool amdgpu_ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1959
void amdgpu_ttm_set_buffer_funcs_status(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2081
struct dma_fence **fence, bool direct_submit,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2082
bool vm_needs_flush)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
517
bool evict, bool no_wait_gpu,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
559
static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
617
static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
666
static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
111
bool amdgpu_ttm_tt_has_userptr(struct ttm_tt *ttm);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
113
bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
115
bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
117
bool amdgpu_ttm_tt_userptr_needs_pages(struct ttm_tt *ttm);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
118
bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
45
bool mem_global_referenced;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
46
bool initialized;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
56
bool buffer_funcs_enabled;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
72
bool amdgpu_gtt_mgr_has_gart_addr(struct ttm_mem_reg *mem);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
84
bool enable);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
89
struct dma_fence **fence, bool direct_submit,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
90
bool vm_needs_flush);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
262
bool amdgpu_ucode_hdr_version(union amdgpu_firmware_header *hdr,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
277
bool amdgpu_ucode_hdr_version(union amdgpu_firmware_header *hdr,
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
1018
bool direct, struct dma_fence **fence)
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
1152
bool direct, struct dma_fence **fence)
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
1210
bool set_clocks;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
95
bool has_msg_cmd;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
60
bool address_64_bit;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
61
bool use_ctx_buf;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
78
bool direct, struct dma_fence **fence);
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
1036
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
359
bool set_clocks;
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
511
bool direct, struct dma_fence **fence)
sys/dev/drm/amd/amdgpu/amdgpu_vce.h
64
bool direct, struct dma_fence **fence);
sys/dev/drm/amd/amdgpu/amdgpu_vce.h
69
unsigned vmid, bool ctx_switch);
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
386
bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.idle_work);
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
249
int amdgpu_virt_request_full_gpu(struct amdgpu_device *adev, bool init)
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
272
int amdgpu_virt_release_full_gpu(struct amdgpu_device *adev, bool init)
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
36
bool amdgpu_virt_mmio_blocked(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
242
bool chained_ib_support;
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
271
static inline bool is_virtual_machine(void)
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
283
bool amdgpu_virt_mmio_blocked(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
291
int amdgpu_virt_request_full_gpu(struct amdgpu_device *adev, bool init);
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
292
int amdgpu_virt_release_full_gpu(struct amdgpu_device *adev, bool init);
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
55
int (*req_full_gpu)(struct amdgpu_device *adev, bool init);
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
56
int (*rel_full_gpu)(struct amdgpu_device *adev, bool init);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1061
bool has_compute_vm_bug;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1097
bool amdgpu_vm_need_pipeline_sync(struct amdgpu_ring *ring,
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1104
bool gds_switch_needed;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1105
bool vm_flush_needed = job->vm_needs_flush || ring->has_compute_vm_bug;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1136
int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1142
bool gds_switch_needed = ring->funcs->emit_gds_switch && (
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1149
bool vm_flush_needed = job->vm_needs_flush;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1150
bool pasid_mapping_needed = id->pasid != job->pasid ||
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2070
bool clear)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2166
bool enable;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2372
bool clear;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2623
bool valid = true;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2875
struct amdgpu_bo *bo, bool evicted)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3172
bool pte_support_ats = (adev->asic_type == CHIP_RAVEN);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3285
bool prt_fini_needed = !!adev->gmc.gmc_funcs->set_prt;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3370
bool amdgpu_vm_pasid_fault_credit(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
484
static bool amdgpu_vm_pt_descendant(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
513
static bool amdgpu_vm_pt_sibling(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
544
static bool amdgpu_vm_pt_ancestor(struct amdgpu_vm_pt_cursor *cursor)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
793
bool amdgpu_vm_ready(struct amdgpu_vm *vm)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
814
unsigned level, bool pte_support_ats)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
951
bool ats = false;
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
138
bool moved;
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
143
bool huge;
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
224
bool use_cpu_for_update;
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
227
bool pte_support_ats;
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
250
bool bulk_moveable;
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
302
bool amdgpu_vm_pasid_fault_credit(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
307
bool amdgpu_vm_ready(struct amdgpu_vm *vm);
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
314
int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync);
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
324
bool clear);
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
326
struct amdgpu_bo *bo, bool evicted);
sys/dev/drm/amd/amdgpu/amdgpu_vm.h
355
bool amdgpu_vm_need_pipeline_sync(struct amdgpu_ring *ring,
sys/dev/drm/amd/amdgpu/atom.c
1384
bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index,
sys/dev/drm/amd/amdgpu/atom.c
1405
bool amdgpu_atom_parse_cmd_header(struct atom_context *ctx, int index, uint8_t * frev,
sys/dev/drm/amd/amdgpu/atom.c
62
bool abort;
sys/dev/drm/amd/amdgpu/atom.h
152
bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
sys/dev/drm/amd/amdgpu/atom.h
154
bool amdgpu_atom_parse_cmd_header(struct atom_context *ctx, int index,
sys/dev/drm/amd/amdgpu/atombios_crtc.c
319
bool is_duallink = amdgpu_dig_monitor_is_duallink(encoder, mode->clock);
sys/dev/drm/amd/amdgpu/atombios_crtc.c
564
static bool is_pixel_clock_source_from_pll(u32 encoder_mode, int pll_id)
sys/dev/drm/amd/amdgpu/atombios_crtc.c
587
bool ss_enabled,
sys/dev/drm/amd/amdgpu/atombios_crtc.h
53
bool ss_enabled,
sys/dev/drm/amd/amdgpu/atombios_dp.c
446
bool amdgpu_atombios_dp_needs_link_train(struct amdgpu_connector *amdgpu_connector)
sys/dev/drm/amd/amdgpu/atombios_dp.c
484
bool tp3_supported;
sys/dev/drm/amd/amdgpu/atombios_dp.c
591
bool clock_recovery;
sys/dev/drm/amd/amdgpu/atombios_dp.c
660
bool channel_eq;
sys/dev/drm/amd/amdgpu/atombios_dp.h
36
bool amdgpu_atombios_dp_needs_link_train(struct amdgpu_connector *amdgpu_connector);
sys/dev/drm/amd/amdgpu/atombios_encoders.c
1245
bool
sys/dev/drm/amd/amdgpu/atombios_encoders.c
1769
static bool
sys/dev/drm/amd/amdgpu/atombios_encoders.c
1918
bool connected)
sys/dev/drm/amd/amdgpu/atombios_encoders.c
2144
bool bad_record = false;
sys/dev/drm/amd/amdgpu/atombios_encoders.c
339
bool amdgpu_atombios_encoder_is_digital(struct drm_encoder *encoder)
sys/dev/drm/amd/amdgpu/atombios_encoders.c
354
bool amdgpu_atombios_encoder_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/amd/amdgpu/atombios_encoders.c
842
bool is_dp = false;
sys/dev/drm/amd/amdgpu/atombios_encoders.h
41
bool amdgpu_atombios_encoder_is_digital(struct drm_encoder *encoder);
sys/dev/drm/amd/amdgpu/atombios_encoders.h
42
bool amdgpu_atombios_encoder_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/amd/amdgpu/atombios_encoders.h
52
bool
sys/dev/drm/amd/amdgpu/atombios_encoders.h
72
bool connected);
sys/dev/drm/amd/amdgpu/ci_dpm.c
1042
bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
1535
bool want_thermal_protection;
sys/dev/drm/amd/amdgpu/ci_dpm.c
1583
bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
1632
static int ci_enable_sclk_mclk_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
1772
static void ci_enable_sclk_control(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
1785
bool ac_power)
sys/dev/drm/amd/amdgpu/ci_dpm.c
2037
bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
2087
bool has_display)
sys/dev/drm/amd/amdgpu/ci_dpm.c
2095
bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
2151
static void ci_enable_spread_spectrum(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
2472
bool voltage_found = false;
sys/dev/drm/amd/amdgpu/ci_dpm.c
2637
bool patch;
sys/dev/drm/amd/amdgpu/ci_dpm.c
266
static u8 ci_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode)
sys/dev/drm/amd/amdgpu/ci_dpm.c
2927
bool strobe_mode,
sys/dev/drm/amd/amdgpu/ci_dpm.c
2928
bool dll_state_on)
sys/dev/drm/amd/amdgpu/ci_dpm.c
3022
bool dll_state_on;
sys/dev/drm/amd/amdgpu/ci_dpm.c
311
static int ci_update_uvd_dpm(struct amdgpu_device *adev, bool gate);
sys/dev/drm/amd/amdgpu/ci_dpm.c
3249
static int ci_enable_ulv(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4075
static int ci_enable_uvd_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4124
static int ci_enable_vce_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4157
static int ci_enable_samu_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4188
static int ci_enable_acp_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4221
static int ci_update_uvd_dpm(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4292
static int ci_update_samu_dpm(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4297
static int ci_update_acp_dpm(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4556
static bool ci_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg)
sys/dev/drm/amd/amdgpu/ci_dpm.c
4558
bool result = true;
sys/dev/drm/amd/amdgpu/ci_dpm.c
4688
bool patch;
sys/dev/drm/amd/amdgpu/ci_dpm.c
6130
static inline bool ci_are_power_levels_equal(const struct ci_pl *ci_cpl1,
sys/dev/drm/amd/amdgpu/ci_dpm.c
6142
bool *equal)
sys/dev/drm/amd/amdgpu/ci_dpm.c
6183
static u32 ci_dpm_get_sclk(void *handle, bool low)
sys/dev/drm/amd/amdgpu/ci_dpm.c
6195
static u32 ci_dpm_get_mclk(void *handle, bool low)
sys/dev/drm/amd/amdgpu/ci_dpm.c
6431
static bool ci_dpm_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/ci_dpm.c
649
static void ci_do_enable_didt(struct amdgpu_device *adev, const bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
6500
bool queue_thermal = false;
sys/dev/drm/amd/amdgpu/ci_dpm.c
6770
uint32_t block_type, bool gate)
sys/dev/drm/amd/amdgpu/ci_dpm.c
739
static int ci_enable_didt(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
764
static int ci_enable_power_containment(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
822
static int ci_enable_smc_cac(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
847
bool enable)
sys/dev/drm/amd/amdgpu/ci_dpm.c
873
bool adjust_polarity = false; /* ??? */
sys/dev/drm/amd/amdgpu/ci_dpm.c
887
static void ci_dpm_powergate_uvd(void *handle, bool gate)
sys/dev/drm/amd/amdgpu/ci_dpm.c
906
static bool ci_dpm_vblank_too_short(void *handle)
sys/dev/drm/amd/amdgpu/ci_dpm.c
931
bool disable_mclk_switching;
sys/dev/drm/amd/amdgpu/ci_dpm.h
237
bool vddc_phase_shed_control;
sys/dev/drm/amd/amdgpu/ci_dpm.h
255
bool caps_power_containment;
sys/dev/drm/amd/amdgpu/ci_dpm.h
256
bool caps_cac;
sys/dev/drm/amd/amdgpu/ci_dpm.h
257
bool caps_sq_ramping;
sys/dev/drm/amd/amdgpu/ci_dpm.h
258
bool caps_db_ramping;
sys/dev/drm/amd/amdgpu/ci_dpm.h
259
bool caps_td_ramping;
sys/dev/drm/amd/amdgpu/ci_dpm.h
260
bool caps_tcp_ramping;
sys/dev/drm/amd/amdgpu/ci_dpm.h
261
bool caps_fps;
sys/dev/drm/amd/amdgpu/ci_dpm.h
262
bool caps_sclk_ds;
sys/dev/drm/amd/amdgpu/ci_dpm.h
263
bool caps_sclk_ss_support;
sys/dev/drm/amd/amdgpu/ci_dpm.h
264
bool caps_mclk_ss_support;
sys/dev/drm/amd/amdgpu/ci_dpm.h
265
bool caps_uvd_dpm;
sys/dev/drm/amd/amdgpu/ci_dpm.h
266
bool caps_vce_dpm;
sys/dev/drm/amd/amdgpu/ci_dpm.h
267
bool caps_samu_dpm;
sys/dev/drm/amd/amdgpu/ci_dpm.h
268
bool caps_acp_dpm;
sys/dev/drm/amd/amdgpu/ci_dpm.h
269
bool caps_automatic_dc_transition;
sys/dev/drm/amd/amdgpu/ci_dpm.h
270
bool caps_sclk_throttle_low_notification;
sys/dev/drm/amd/amdgpu/ci_dpm.h
271
bool caps_dynamic_ac_timing;
sys/dev/drm/amd/amdgpu/ci_dpm.h
272
bool caps_od_fuzzy_fan_control_support;
sys/dev/drm/amd/amdgpu/ci_dpm.h
274
bool thermal_protection;
sys/dev/drm/amd/amdgpu/ci_dpm.h
275
bool pcie_performance_request;
sys/dev/drm/amd/amdgpu/ci_dpm.h
276
bool dynamic_ss;
sys/dev/drm/amd/amdgpu/ci_dpm.h
277
bool dll_default_on;
sys/dev/drm/amd/amdgpu/ci_dpm.h
278
bool cac_enabled;
sys/dev/drm/amd/amdgpu/ci_dpm.h
279
bool uvd_enabled;
sys/dev/drm/amd/amdgpu/ci_dpm.h
280
bool battery_state;
sys/dev/drm/amd/amdgpu/ci_dpm.h
281
bool pspp_notify_required;
sys/dev/drm/amd/amdgpu/ci_dpm.h
282
bool enable_bapm_feature;
sys/dev/drm/amd/amdgpu/ci_dpm.h
283
bool enable_tdc_limit_feature;
sys/dev/drm/amd/amdgpu/ci_dpm.h
284
bool enable_pkg_pwr_tracking_feature;
sys/dev/drm/amd/amdgpu/ci_dpm.h
285
bool use_pcie_performance_levels;
sys/dev/drm/amd/amdgpu/ci_dpm.h
286
bool use_pcie_powersaving_levels;
sys/dev/drm/amd/amdgpu/ci_dpm.h
287
bool uvd_power_gated;
sys/dev/drm/amd/amdgpu/ci_dpm.h
294
bool fan_ctrl_is_in_default_mode;
sys/dev/drm/amd/amdgpu/ci_dpm.h
295
bool fan_is_controlled_by_smc;
sys/dev/drm/amd/amdgpu/ci_dpm.h
340
bool amdgpu_ci_is_smc_running(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/ci_dpm.h
48
bool dc_compatible;
sys/dev/drm/amd/amdgpu/ci_dpm.h
54
bool enabled;
sys/dev/drm/amd/amdgpu/ci_dpm.h
92
bool supported;
sys/dev/drm/amd/amdgpu/ci_smc.c
158
bool amdgpu_ci_is_smc_running(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/cik.c
1027
bool indexed, u32 se_num,
sys/dev/drm/amd/amdgpu/cik.c
1129
bool indexed = cik_allowed_read_registers[i].grbm_indexed;
sys/dev/drm/amd/amdgpu/cik.c
1543
bool disable_l0s = false, disable_l1 = false, disable_plloff_in_l1 = false;
sys/dev/drm/amd/amdgpu/cik.c
1544
bool disable_clkreq = false;
sys/dev/drm/amd/amdgpu/cik.c
1589
bool clk_req_support;
sys/dev/drm/amd/amdgpu/cik.c
1742
static bool cik_need_full_reset(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/cik.c
1946
static bool cik_common_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/cik.c
878
static void cik_vga_set_state(struct amdgpu_device *adev, bool state)
sys/dev/drm/amd/amdgpu/cik.c
890
static bool cik_read_disabled_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/cik.c
897
bool r;
sys/dev/drm/amd/amdgpu/cik.c
935
static bool cik_read_bios_from_rom(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/cik_ih.c
238
static bool cik_ih_prescreen_iv(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/cik_ih.c
376
static bool cik_ih_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/cik_sdma.c
1056
static bool cik_sdma_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/cik_sdma.c
1225
bool gate = false;
sys/dev/drm/amd/amdgpu/cik_sdma.c
222
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/cik_sdma.c
275
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/cik_sdma.c
343
static void cik_ctx_switch_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/cik_sdma.c
400
static void cik_sdma_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/cik_sdma.c
898
bool enable)
sys/dev/drm/amd/amdgpu/cik_sdma.c
919
bool enable)
sys/dev/drm/amd/amdgpu/cz_ih.c
217
static bool cz_ih_prescreen_iv(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/cz_ih.c
355
static bool cz_ih_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1391
bool enable)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1724
static void dce_v10_0_afmt_enable(struct drm_encoder *encoder, bool enable)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1796
static void dce_v10_0_vga_enable(struct drm_crtc *crtc, bool enable)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1810
static void dce_v10_0_grph_enable(struct drm_crtc *crtc, bool enable)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1838
bool bypass_lut = false;
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2261
static void dce_v10_0_lock_cursor(struct drm_crtc *crtc, bool lock)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
233
int crtc_id, u64 crtc_base, bool async)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2606
static bool dce_v10_0_crtc_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
274
static bool dce_v10_0_hpd_sense(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
277
bool connected = false;
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2901
static bool dce_v10_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2911
static bool dce_v10_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
301
bool connected = dce_v10_0_hpd_sense(adev, hpd);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
400
static bool dce_v10_0_is_display_hung(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
431
bool render)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
690
bool interlaced; /* mode is interlaced */
sys/dev/drm/amd/amdgpu/dce_v10_0.c
938
static bool dce_v10_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
958
static bool dce_v10_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v10_0.c
976
static bool dce_v10_0_check_latency_hiding(struct dce10_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1002
static bool dce_v11_0_check_latency_hiding(struct dce10_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1417
bool enable)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1766
static void dce_v11_0_afmt_enable(struct drm_encoder *encoder, bool enable)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1838
static void dce_v11_0_vga_enable(struct drm_crtc *crtc, bool enable)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1852
static void dce_v11_0_grph_enable(struct drm_crtc *crtc, bool enable)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1880
bool bypass_lut = false;
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2340
static void dce_v11_0_lock_cursor(struct drm_crtc *crtc, bool lock)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
251
int crtc_id, u64 crtc_base, bool async)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2714
static bool dce_v11_0_crtc_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
292
static bool dce_v11_0_hpd_sense(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
295
bool connected = false;
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3034
static bool dce_v11_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
319
bool connected = dce_v11_0_hpd_sense(adev, hpd);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
416
static bool dce_v11_0_is_display_hung(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
447
bool render)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
716
bool interlaced; /* mode is interlaced */
sys/dev/drm/amd/amdgpu/dce_v11_0.c
964
static bool dce_v11_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v11_0.c
984
static bool dce_v11_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1345
bool enable)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1653
static void dce_v8_0_afmt_enable(struct drm_encoder *encoder, bool enable)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1725
static void dce_v8_0_vga_enable(struct drm_crtc *crtc, bool enable)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1739
static void dce_v8_0_grph_enable(struct drm_crtc *crtc, bool enable)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1767
bool bypass_lut = false;
sys/dev/drm/amd/amdgpu/dce_v8_0.c
181
int crtc_id, u64 crtc_base, bool async)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2164
static void dce_v8_0_lock_cursor(struct drm_crtc *crtc, bool lock)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
219
static bool dce_v8_0_hpd_sense(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
222
bool connected = false;
sys/dev/drm/amd/amdgpu/dce_v8_0.c
246
bool connected = dce_v8_0_hpd_sense(adev, hpd);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2514
static bool dce_v8_0_crtc_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2796
static bool dce_v8_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
334
static bool dce_v8_0_is_display_hung(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
364
bool render)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
625
bool interlaced; /* mode is interlaced */
sys/dev/drm/amd/amdgpu/dce_v8_0.c
873
static bool dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
893
static bool dce_v8_0_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
911
static bool dce_v8_0_check_latency_hiding(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_virtual.c
202
static bool dce_virtual_crtc_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/amd/amdgpu/dce_virtual.c
500
static bool dce_virtual_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/dce_virtual.c
574
static bool dce_virtual_encoder_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/amd/amdgpu/dce_virtual.c
58
int crtc_id, u64 crtc_base, bool async)
sys/dev/drm/amd/amdgpu/dce_virtual.c
72
static bool dce_virtual_hpd_sense(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/df_v1_7.c
106
bool enable)
sys/dev/drm/amd/amdgpu/df_v1_7.c
37
bool enable)
sys/dev/drm/amd/amdgpu/df_v1_7.c
71
bool enable)
sys/dev/drm/amd/amdgpu/df_v3_6.c
38
bool enable)
sys/dev/drm/amd/amdgpu/df_v3_6.c
74
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2162
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2163
bool int_sel = flags & AMDGPU_FENCE_FLAG_INT;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2204
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2205
bool int_sel = flags & AMDGPU_FENCE_FLAG_INT;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2237
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2266
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2397
static void gfx_v7_0_cp_gfx_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2669
static void gfx_v7_0_cp_compute_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3119
static void gfx_v7_0_cp_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3140
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3375
static void gfx_v7_0_enable_lbpw(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3591
static void gfx_v7_0_enable_cgcg(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3634
static void gfx_v7_0_enable_mgcg(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3720
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3735
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3749
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3762
static void gfx_v7_0_enable_cp_pg(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3775
static void gfx_v7_0_enable_gds_pg(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3857
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3928
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3942
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4007
static void gfx_v7_0_update_gfx_pg(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4669
static bool gfx_v7_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4985
bool gate = false;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
5008
bool gate = false;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
3951
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
3985
bool new_entry = true;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4111
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4117
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4122
static void cz_enable_cp_power_gating(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4186
static void gfx_v8_0_cp_gfx_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4390
static void gfx_v8_0_cp_compute_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4858
static void gfx_v8_0_cp_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4911
static bool gfx_v8_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
4922
static bool gfx_v8_0_rlc_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5001
static bool gfx_v8_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5384
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5397
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5403
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5409
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5415
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5425
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5441
bool enable = (state == AMD_PG_STATE_GATE);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5663
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5767
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
5859
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6137
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6167
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6184
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6185
bool int_sel = flags & AMDGPU_FENCE_FLAG_INT;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6260
bool acquire)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6280
bool acquire)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6283
bool reserve;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6330
bool acquire)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6348
bool acquire = priority == DRM_SCHED_PRIORITY_HIGH_HW;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6361
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6362
bool int_sel = flags & AMDGPU_FENCE_FLAG_INT;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1063
static void gfx_v9_0_enable_lbpw(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2061
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2231
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2299
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2313
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2327
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2341
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2354
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2371
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2384
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2532
static void gfx_v9_0_cp_gfx_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2737
static void gfx_v9_0_cp_compute_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3339
static void gfx_v9_0_cp_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3455
static bool gfx_v9_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
357
bool wc, uint32_t reg, uint32_t val)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3667
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3684
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3703
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3774
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3822
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3870
bool enable)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3903
bool enable = (state == AMD_PG_STATE_GATE) ? true : false;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4078
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4109
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4127
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4128
bool int_sel = flags & AMDGPU_FENCE_FLAG_INT;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4129
bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4200
bool acquire)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4220
bool acquire)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4223
bool reserve;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4270
bool acquire)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4289
bool acquire = priority == DRM_SCHED_PRIORITY_HIGH_HW;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4385
static void gfx_v9_0_ring_emit_tmz(struct amdgpu_ring *ring, bool start)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4501
bool fw_version_ok = (ring->funcs->type == AMDGPU_RING_TYPE_GFX) ?
sys/dev/drm/amd/amdgpu/gfxhub_v1_0.c
315
bool value)
sys/dev/drm/amd/amdgpu/gfxhub_v1_0.h
30
bool value);
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
1165
static bool gmc_v7_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
1343
bool gate = false;
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
515
bool value)
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
541
static void gmc_v7_0_set_prt(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
821
bool enable)
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
838
bool enable)
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
855
bool enable)
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
878
bool enable)
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
894
bool enable)
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1299
static bool gmc_v8_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1333
static bool gmc_v8_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1525
bool enable)
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1605
bool enable)
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
740
bool value)
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
768
static void gmc_v8_0_set_prt(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
1090
bool value;
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
1217
static bool gmc_v9_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
697
static bool gmc_v9_0_keep_stolen_memory(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/iceland_ih.c
217
static bool iceland_ih_prescreen_iv(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/iceland_ih.c
355
static bool iceland_ih_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/kv_dpm.c
118
static void sumo_take_smu_control(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1210
static int kv_enable_ulv(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1247
static void kv_dpm_enable_bapm(void *handle, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1470
static int kv_enable_uvd_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1476
static int kv_enable_vce_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1482
static int kv_enable_samu_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1488
static int kv_enable_acp_dpm(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1494
static int kv_update_uvd_dpm(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1580
static int kv_update_samu_dpm(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1644
static int kv_update_acp_dpm(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1675
static void kv_dpm_powergate_uvd(void *handle, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1703
static void kv_dpm_powergate_vce(void *handle, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1729
static void kv_dpm_powergate_samu(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1749
static void kv_dpm_powergate_acp(struct amdgpu_device *adev, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
1858
bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
2214
bool force_high;
sys/dev/drm/amd/amdgpu/kv_dpm.c
2322
u32 index, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
2351
bool force_high;
sys/dev/drm/amd/amdgpu/kv_dpm.c
2929
static u32 kv_dpm_get_sclk(void *handle, bool low)
sys/dev/drm/amd/amdgpu/kv_dpm.c
2941
static u32 kv_dpm_get_mclk(void *handle, bool low)
sys/dev/drm/amd/amdgpu/kv_dpm.c
3123
static bool kv_dpm_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/kv_dpm.c
3191
bool queue_thermal = false;
sys/dev/drm/amd/amdgpu/kv_dpm.c
3229
static inline bool kv_are_power_levels_equal(const struct kv_pl *kv_cpl1,
sys/dev/drm/amd/amdgpu/kv_dpm.c
3241
bool *equal)
sys/dev/drm/amd/amdgpu/kv_dpm.c
3316
uint32_t block_type, bool gate)
sys/dev/drm/amd/amdgpu/kv_dpm.c
460
static void kv_do_enable_didt(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
49
bool enable);
sys/dev/drm/amd/amdgpu/kv_dpm.c
502
static int kv_enable_didt(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
562
static int kv_enable_smc_cac(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
68
static void kv_dpm_powergate_samu(struct amdgpu_device *adev, bool gate);
sys/dev/drm/amd/amdgpu/kv_dpm.c
69
static void kv_dpm_powergate_acp(struct amdgpu_device *adev, bool gate);
sys/dev/drm/amd/amdgpu/kv_dpm.c
719
u32 index, bool enable)
sys/dev/drm/amd/amdgpu/kv_dpm.c
762
static int kv_freeze_sclk_dpm(struct amdgpu_device *adev, bool freeze)
sys/dev/drm/amd/amdgpu/kv_dpm.h
110
bool need_dfs_bypass;
sys/dev/drm/amd/amdgpu/kv_dpm.h
137
bool enable_nb_ps_policy;
sys/dev/drm/amd/amdgpu/kv_dpm.h
138
bool disable_nb_ps3_in_battery;
sys/dev/drm/amd/amdgpu/kv_dpm.h
139
bool video_start;
sys/dev/drm/amd/amdgpu/kv_dpm.h
140
bool battery_state;
sys/dev/drm/amd/amdgpu/kv_dpm.h
144
bool cac_enabled;
sys/dev/drm/amd/amdgpu/kv_dpm.h
145
bool bapm_enable;
sys/dev/drm/amd/amdgpu/kv_dpm.h
179
bool uvd_power_gated;
sys/dev/drm/amd/amdgpu/kv_dpm.h
180
bool vce_power_gated;
sys/dev/drm/amd/amdgpu/kv_dpm.h
181
bool acp_power_gated;
sys/dev/drm/amd/amdgpu/kv_dpm.h
182
bool samu_power_gated;
sys/dev/drm/amd/amdgpu/kv_dpm.h
183
bool nb_dpm_enabled;
sys/dev/drm/amd/amdgpu/kv_dpm.h
185
bool enable_didt;
sys/dev/drm/amd/amdgpu/kv_dpm.h
186
bool enable_dpm;
sys/dev/drm/amd/amdgpu/kv_dpm.h
187
bool enable_auto_thermal_throttling;
sys/dev/drm/amd/amdgpu/kv_dpm.h
188
bool enable_nb_dpm;
sys/dev/drm/amd/amdgpu/kv_dpm.h
190
bool caps_cac;
sys/dev/drm/amd/amdgpu/kv_dpm.h
191
bool caps_power_containment;
sys/dev/drm/amd/amdgpu/kv_dpm.h
192
bool caps_sq_ramping;
sys/dev/drm/amd/amdgpu/kv_dpm.h
193
bool caps_db_ramping;
sys/dev/drm/amd/amdgpu/kv_dpm.h
194
bool caps_td_ramping;
sys/dev/drm/amd/amdgpu/kv_dpm.h
195
bool caps_tcp_ramping;
sys/dev/drm/amd/amdgpu/kv_dpm.h
196
bool caps_sclk_throttle_low_notification;
sys/dev/drm/amd/amdgpu/kv_dpm.h
197
bool caps_fps;
sys/dev/drm/amd/amdgpu/kv_dpm.h
198
bool caps_uvd_dpm;
sys/dev/drm/amd/amdgpu/kv_dpm.h
199
bool caps_uvd_pg;
sys/dev/drm/amd/amdgpu/kv_dpm.h
200
bool caps_vce_pg;
sys/dev/drm/amd/amdgpu/kv_dpm.h
201
bool caps_samu_pg;
sys/dev/drm/amd/amdgpu/kv_dpm.h
202
bool caps_acp_pg;
sys/dev/drm/amd/amdgpu/kv_dpm.h
203
bool caps_stable_p_state;
sys/dev/drm/amd/amdgpu/kv_dpm.h
204
bool caps_enable_dfs_bypass;
sys/dev/drm/amd/amdgpu/kv_dpm.h
205
bool caps_sclk_ds;
sys/dev/drm/amd/amdgpu/kv_dpm.h
223
int amdgpu_kv_smc_dpm_enable(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/kv_dpm.h
224
int amdgpu_kv_smc_bapm_enable(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/kv_smc.c
106
int amdgpu_kv_smc_dpm_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/kv_smc.c
114
int amdgpu_kv_smc_bapm_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
277
bool enable)
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
348
void mmhub_v1_0_set_fault_enable_default(struct amdgpu_device *adev, bool value)
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
410
bool enable)
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
473
bool enable)
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
489
bool enable)
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
505
bool enable)
sys/dev/drm/amd/amdgpu/mmhub_v1_0.h
30
bool value);
sys/dev/drm/amd/amdgpu/mmhub_v1_0.h
36
bool enable);
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
193
bool init)
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
202
bool init)
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
39
static void xgpu_ai_mailbox_set_valid(struct amdgpu_device *adev, bool val)
sys/dev/drm/amd/amdgpu/mxgpu_vi.c
342
static void xgpu_vi_mailbox_set_valid(struct amdgpu_device *adev, bool val)
sys/dev/drm/amd/amdgpu/mxgpu_vi.c
469
bool init)
sys/dev/drm/amd/amdgpu/mxgpu_vi.c
478
bool init)
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
118
bool use_doorbell, int doorbell_index)
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
148
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
176
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
46
static void nbio_v6_1_mc_access_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
74
bool use_doorbell, int doorbell_index)
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
92
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v6_1.c
98
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
101
bool use_doorbell, int doorbell_index)
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
132
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
171
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
47
static void nbio_v7_0_mc_access_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
72
bool use_doorbell, int doorbell_index)
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
89
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_0.c
95
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
112
bool use_doorbell, int doorbell_index)
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
127
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
133
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
45
static void nbio_v7_4_mc_access_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
70
bool use_doorbell, int doorbell_index)
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
87
bool enable)
sys/dev/drm/amd/amdgpu/nbio_v7_4.c
93
bool enable)
sys/dev/drm/amd/amdgpu/psp_v10_0.c
414
static bool psp_v10_0_compare_sram_data(struct psp_context *psp,
sys/dev/drm/amd/amdgpu/psp_v11_0.c
479
static bool psp_v11_0_compare_sram_data(struct psp_context *psp,
sys/dev/drm/amd/amdgpu/psp_v3_1.c
213
static bool psp_v3_1_match_version(struct amdgpu_device *adev, uint32_t ver)
sys/dev/drm/amd/amdgpu/psp_v3_1.c
534
static bool psp_v3_1_compare_sram_data(struct psp_context *psp,
sys/dev/drm/amd/amdgpu/psp_v3_1.c
569
static bool psp_v3_1_smu_reload_quirk(struct psp_context *psp)
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
249
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
305
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
376
static void sdma_v2_4_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
948
static bool sdma_v2_4_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1234
static bool sdma_v3_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1263
static bool sdma_v3_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1450
bool enable)
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1489
bool enable)
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
423
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
479
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
550
static void sdma_v3_0_ctx_switch_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
611
static void sdma_v3_0_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1411
static bool sdma_v4_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1523
bool enable)
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1588
bool enable)
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
449
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
527
bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
604
static void sdma_v4_0_ctx_switch_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
658
static void sdma_v4_0_enable(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
819
sdma_v4_1_update_power_gating(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
1982
bool update_dte_from_pl2 = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
2213
bool adjust_polarity,
sys/dev/drm/amd/amdgpu/si_dpm.c
2364
static bool si_should_disable_uvd_powertune(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/si_dpm.c
2399
bool disable_uvd_power_tune;
sys/dev/drm/amd/amdgpu/si_dpm.c
2483
bool enable_sq_ramping = ni_pi->enable_sq_ramping;
sys/dev/drm/amd/amdgpu/si_dpm.c
2535
bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
2899
bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
3065
static bool si_dpm_vblank_too_short(void *handle)
sys/dev/drm/amd/amdgpu/si_dpm.c
3377
static bool r600_is_uvd_state(u32 class, u32 class2)
sys/dev/drm/amd/amdgpu/si_dpm.c
3430
bool disable_mclk_switching = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
3431
bool disable_sclk_switching = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
3662
static bool si_is_special_1gb_platform(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/si_dpm.c
3664
bool ret = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
3666
bool is_memory_gddr5, is_special;
sys/dev/drm/amd/amdgpu/si_dpm.c
3739
bool want_thermal_protection;
sys/dev/drm/amd/amdgpu/si_dpm.c
3773
bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
3800
static void si_enable_sclk_control(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
3832
static int si_notify_hw_of_powersource(struct amdgpu_device *adev, bool ac_power)
sys/dev/drm/amd/amdgpu/si_dpm.c
4048
bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
4090
bool has_display)
sys/dev/drm/amd/amdgpu/si_dpm.c
4191
static void si_enable_spread_spectrum(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
4302
static u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode)
sys/dev/drm/amd/amdgpu/si_dpm.c
4327
bool strobe_mode = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
4354
static bool si_validate_phase_shedding_tables(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/si_dpm.c
4614
bool voltage_found = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
5338
bool strobe_mode,
sys/dev/drm/amd/amdgpu/si_dpm.c
5339
bool dll_state_on)
sys/dev/drm/amd/amdgpu/si_dpm.c
5446
bool dll_state_on;
sys/dev/drm/amd/amdgpu/si_dpm.c
5448
bool gmc_pg = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
5608
static bool si_is_state_ulv_compatible(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/si_dpm.c
5880
static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg)
sys/dev/drm/amd/amdgpu/si_dpm.c
5882
bool result = true;
sys/dev/drm/amd/amdgpu/si_dpm.c
6162
static void si_enable_voltage_control(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
6261
bool ds_status_on, u32 count_write)
sys/dev/drm/amd/amdgpu/si_dpm.c
6393
bool enable)
sys/dev/drm/amd/amdgpu/si_dpm.c
7553
bool queue_thermal = false;
sys/dev/drm/amd/amdgpu/si_dpm.c
7818
static bool si_dpm_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/si_dpm.c
7867
static u32 si_dpm_get_sclk(void *handle, bool low)
sys/dev/drm/amd/amdgpu/si_dpm.c
7879
static u32 si_dpm_get_mclk(void *handle, bool low)
sys/dev/drm/amd/amdgpu/si_dpm.c
7926
static inline bool si_are_power_levels_equal(const struct rv7xx_pl *si_cpl1,
sys/dev/drm/amd/amdgpu/si_dpm.c
7939
bool *equal)
sys/dev/drm/amd/amdgpu/si_dpm.h
1009
bool fan_ctrl_is_in_default_mode;
sys/dev/drm/amd/amdgpu/si_dpm.h
1012
bool fan_is_controlled_by_smc;
sys/dev/drm/amd/amdgpu/si_dpm.h
330
bool supported;
sys/dev/drm/amd/amdgpu/si_dpm.h
533
bool mem_gddr5;
sys/dev/drm/amd/amdgpu/si_dpm.h
534
bool pcie_gen2;
sys/dev/drm/amd/amdgpu/si_dpm.h
535
bool dynamic_pcie_gen2;
sys/dev/drm/amd/amdgpu/si_dpm.h
536
bool acpi_pcie_gen2;
sys/dev/drm/amd/amdgpu/si_dpm.h
537
bool boot_in_gen2;
sys/dev/drm/amd/amdgpu/si_dpm.h
538
bool voltage_control; /* vddc */
sys/dev/drm/amd/amdgpu/si_dpm.h
539
bool mvdd_control;
sys/dev/drm/amd/amdgpu/si_dpm.h
540
bool sclk_ss;
sys/dev/drm/amd/amdgpu/si_dpm.h
541
bool mclk_ss;
sys/dev/drm/amd/amdgpu/si_dpm.h
542
bool dynamic_ss;
sys/dev/drm/amd/amdgpu/si_dpm.h
543
bool gfx_clock_gating;
sys/dev/drm/amd/amdgpu/si_dpm.h
544
bool mg_clock_gating;
sys/dev/drm/amd/amdgpu/si_dpm.h
545
bool mgcgtssm;
sys/dev/drm/amd/amdgpu/si_dpm.h
546
bool power_gating;
sys/dev/drm/amd/amdgpu/si_dpm.h
547
bool thermal_protection;
sys/dev/drm/amd/amdgpu/si_dpm.h
548
bool display_gap;
sys/dev/drm/amd/amdgpu/si_dpm.h
549
bool dcodt;
sys/dev/drm/amd/amdgpu/si_dpm.h
550
bool ulps;
sys/dev/drm/amd/amdgpu/si_dpm.h
611
bool dc_compatible;
sys/dev/drm/amd/amdgpu/si_dpm.h
616
bool dc_compatible;
sys/dev/drm/amd/amdgpu/si_dpm.h
649
bool vddci_control;
sys/dev/drm/amd/amdgpu/si_dpm.h
650
bool dynamic_ac_timing;
sys/dev/drm/amd/amdgpu/si_dpm.h
651
bool abm;
sys/dev/drm/amd/amdgpu/si_dpm.h
652
bool mcls;
sys/dev/drm/amd/amdgpu/si_dpm.h
653
bool light_sleep;
sys/dev/drm/amd/amdgpu/si_dpm.h
654
bool memory_transition;
sys/dev/drm/amd/amdgpu/si_dpm.h
655
bool pcie_performance_request;
sys/dev/drm/amd/amdgpu/si_dpm.h
656
bool pcie_performance_request_registered;
sys/dev/drm/amd/amdgpu/si_dpm.h
657
bool sclk_deep_sleep;
sys/dev/drm/amd/amdgpu/si_dpm.h
658
bool dll_default_on;
sys/dev/drm/amd/amdgpu/si_dpm.h
659
bool ls_clock_gating;
sys/dev/drm/amd/amdgpu/si_dpm.h
660
bool smu_uvd_hs;
sys/dev/drm/amd/amdgpu/si_dpm.h
661
bool uvd_enabled;
sys/dev/drm/amd/amdgpu/si_dpm.h
825
bool use_power_boost_limit;
sys/dev/drm/amd/amdgpu/si_dpm.h
826
bool support_cac_long_term_average;
sys/dev/drm/amd/amdgpu/si_dpm.h
827
bool cac_enabled;
sys/dev/drm/amd/amdgpu/si_dpm.h
828
bool cac_configuration_required;
sys/dev/drm/amd/amdgpu/si_dpm.h
829
bool driver_calculate_cac_leakage;
sys/dev/drm/amd/amdgpu/si_dpm.h
830
bool pc_enabled;
sys/dev/drm/amd/amdgpu/si_dpm.h
831
bool enable_power_containment;
sys/dev/drm/amd/amdgpu/si_dpm.h
832
bool enable_cac;
sys/dev/drm/amd/amdgpu/si_dpm.h
833
bool enable_sq_ramping;
sys/dev/drm/amd/amdgpu/si_dpm.h
872
bool enable_powertune_by_default;
sys/dev/drm/amd/amdgpu/si_dpm.h
884
bool disable_uvd_powertune;
sys/dev/drm/amd/amdgpu/si_dpm.h
902
bool enable_dte_by_default;
sys/dev/drm/amd/amdgpu/si_dpm.h
950
bool supported;
sys/dev/drm/amd/amdgpu/si_dpm.h
955
bool one_pcie_lane_in_ulv;
sys/dev/drm/amd/amdgpu/si_dpm.h
975
bool enable_dte;
sys/dev/drm/amd/amdgpu/si_dpm.h
976
bool enable_ppm;
sys/dev/drm/amd/amdgpu/si_dpm.h
977
bool vddc_phase_shed_control;
sys/dev/drm/amd/amdgpu/si_dpm.h
978
bool pspp_notify_required;
sys/dev/drm/amd/amdgpu/si_dpm.h
979
bool sclk_deep_sleep_above_low;
sys/dev/drm/amd/amdgpu/si_dpm.h
980
bool voltage_control_svi2;
sys/dev/drm/amd/amdgpu/si_dpm.h
981
bool vddci_control_svi2;
sys/dev/drm/amd/amdgpu/sislands_smc.h
412
void amdgpu_si_smc_clock(struct amdgpu_device *adev, bool enable);
sys/dev/drm/amd/amdgpu/sislands_smc.h
413
bool amdgpu_si_is_smc_running(struct amdgpu_device *adev);
sys/dev/drm/amd/amdgpu/soc15.c
231
static void soc15_vga_set_state(struct amdgpu_device *adev, bool state)
sys/dev/drm/amd/amdgpu/soc15.c
236
static bool soc15_read_disabled_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/soc15.c
242
static bool soc15_read_bios_from_rom(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/soc15.c
273
bool grbm_indexed;
sys/dev/drm/amd/amdgpu/soc15.c
317
bool indexed, u32 se_num,
sys/dev/drm/amd/amdgpu/soc15.c
476
bool enable)
sys/dev/drm/amd/amdgpu/soc15.c
598
static bool soc15_need_full_reset(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/soc15.c
864
static bool soc15_common_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/soc15.c
879
static void soc15_update_hdp_light_sleep(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/soc15.c
912
static void soc15_update_drm_clock_gating(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/soc15.c
941
static void soc15_update_drm_light_sleep(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/soc15.c
957
bool enable)
sys/dev/drm/amd/amdgpu/tonga_ih.c
228
static bool tonga_ih_prescreen_iv(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/tonga_ih.c
378
static bool tonga_ih_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/tonga_ih.c
405
static bool tonga_ih_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
147
bool enable);
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
50
bool sw_mode);
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
523
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
586
bool enable)
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
612
bool sw_mode)
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
638
static bool uvd_v4_2_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
47
bool enable);
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
539
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
561
static bool uvd_v5_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
611
static void uvd_v5_0_enable_clock_gating(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
746
bool enable)
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
775
bool enable = (state == AMD_CG_STATE_GATE) ? true : false;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1008
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1030
struct amdgpu_ib *ib, unsigned int vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1121
static bool uvd_v6_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1141
static bool uvd_v6_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1228
bool int_handled = true;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1256
static void uvd_v6_0_enable_clock_gating(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1403
bool enable)
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1432
bool enable = (state == AMD_CG_STATE_GATE) ? true : false;
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
54
bool enable);
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
623
bool enable)
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
63
static inline bool uvd_v6_0_enc_support(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1304
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1332
struct amdgpu_ib *ib, unsigned int vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1440
static bool uvd_v7_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1460
static bool uvd_v7_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1684
static void uvd_v7_0_set_bypass_mode(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1703
bool enable = (state == AMD_CG_STATE_GATE) ? true : false;
sys/dev/drm/amd/amdgpu/vce_v2_0.c
204
static bool vce_v2_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/vce_v2_0.c
310
static void vce_v2_0_set_sw_cg(struct amdgpu_device *adev, bool gated)
sys/dev/drm/amd/amdgpu/vce_v2_0.c
345
static void vce_v2_0_set_dyn_cg(struct amdgpu_device *adev, bool gated)
sys/dev/drm/amd/amdgpu/vce_v2_0.c
383
static void vce_v2_0_enable_mgcg(struct amdgpu_device *adev, bool enable,
sys/dev/drm/amd/amdgpu/vce_v2_0.c
384
bool sw_cg)
sys/dev/drm/amd/amdgpu/vce_v2_0.c
557
bool gate = false;
sys/dev/drm/amd/amdgpu/vce_v2_0.c
558
bool sw_cg = false;
sys/dev/drm/amd/amdgpu/vce_v3_0.c
164
static void vce_v3_0_override_vce_clock_gating(struct amdgpu_device *adev, bool override)
sys/dev/drm/amd/amdgpu/vce_v3_0.c
170
bool gated)
sys/dev/drm/amd/amdgpu/vce_v3_0.c
581
static bool vce_v3_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/vce_v3_0.c
610
static bool vce_v3_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/vce_v3_0.c
748
bool enable = (state == AMD_CG_STATE_GATE) ? true : false;
sys/dev/drm/amd/amdgpu/vce_v3_0.c
841
struct amdgpu_ib *ib, unsigned int vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/vce_v4_0.c
666
static bool vce_v4_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/vce_v4_0.c
695
static bool vce_v4_0_check_soft_reset(void *handle)
sys/dev/drm/amd/amdgpu/vce_v4_0.c
792
static void vce_v4_0_override_vce_clock_gating(struct amdgpu_device *adev, bool override)
sys/dev/drm/amd/amdgpu/vce_v4_0.c
807
bool gated)
sys/dev/drm/amd/amdgpu/vce_v4_0.c
873
static void vce_v4_0_set_bypass_mode(struct amdgpu_device *adev, bool enable)
sys/dev/drm/amd/amdgpu/vce_v4_0.c
889
bool enable = (state == AMD_CG_STATE_GATE) ? true : false;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
955
struct amdgpu_ib *ib, unsigned int vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
1206
static bool vcn_v1_0_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
1228
bool enable = (state == AMD_CG_STATE_GATE) ? true : false;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
1372
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
1529
struct amdgpu_ib *ib, unsigned int vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
1731
unsigned vmid, bool ctx_switch)
sys/dev/drm/amd/amdgpu/vega10_ih.c
229
static bool vega10_ih_prescreen_iv(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/vega10_ih.c
446
static bool vega10_ih_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/vi.c
1257
static bool vi_common_is_idle(void *handle)
sys/dev/drm/amd/amdgpu/vi.c
1273
bool enable)
sys/dev/drm/amd/amdgpu/vi.c
1293
bool enable)
sys/dev/drm/amd/amdgpu/vi.c
1309
bool enable)
sys/dev/drm/amd/amdgpu/vi.c
1325
bool enable)
sys/dev/drm/amd/amdgpu/vi.c
1342
bool enable)
sys/dev/drm/amd/amdgpu/vi.c
369
static void vi_vga_set_state(struct amdgpu_device *adev, bool state)
sys/dev/drm/amd/amdgpu/vi.c
374
static bool vi_read_disabled_bios(struct amdgpu_device *adev)
sys/dev/drm/amd/amdgpu/vi.c
381
bool r;
sys/dev/drm/amd/amdgpu/vi.c
419
static bool vi_read_bios_from_rom(struct amdgpu_device *adev,
sys/dev/drm/amd/amdgpu/vi.c
551
bool indexed, u32 se_num,
sys/dev/drm/amd/amdgpu/vi.c
653
bool indexed = vi_allowed_read_registers[i].grbm_indexed;
sys/dev/drm/amd/amdgpu/vi.c
873
bool enable)
sys/dev/drm/amd/amdgpu/vi.c
925
static bool vi_need_full_reset(struct amdgpu_device *adev)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1121
bool new_irq_handled = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
117
bool nonblock);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1201
bool is_mst_root_connector = aconnector->mst_mgr.mst_state;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1978
bool enable = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
217
static bool dm_is_idle(void *handle)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2179
static bool modeset_required(struct drm_crtc_state *crtc_state,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2192
static bool modereset_required(struct drm_crtc_state *crtc_state)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2210
static bool fill_rects_from_plane_state(const struct drm_plane_state *state,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
229
static bool dm_check_soft_reset(void *handle)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2772
bool scale_enabled)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2863
bool native_mode_found = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3008
static inline int dm_set_vblank(struct drm_crtc *crtc, bool enable)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3044
amdgpu_dm_connector_detect(struct drm_connector *connector, bool force)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3046
bool connected;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3396
static bool dm_crtc_helper_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3857
bool mode_existed = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4184
bool enable)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4211
static bool
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4391
bool async_flip = (crtc->state->pageflip_flags & DRM_MODE_PAGE_FLIP_ASYNC) != 0;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4487
static bool commit_planes_to_stream(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4581
bool *wait_for_vblank)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4602
bool pflip_needed;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4702
bool nonblock)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4744
bool wait_for_vblank = true;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4912
bool modeset_needed;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5158
bool enable,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5159
bool *lock_and_validation_needed)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5376
bool enable,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5377
bool *lock_and_validation_needed)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5388
bool pflip_needed = !state->allow_modeset;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5654
bool lock_and_validation_needed = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5792
static bool is_dp_capable_without_timing_msa(struct dc *dc,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5796
bool capable = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5814
bool edid_check_required;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
646
static void s3_handle_mst(struct drm_device *dev, bool suspend)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
652
bool need_hotplug = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
173
bool fake_enable;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
195
bool crc_enabled;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
197
bool freesync_enabled;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
219
bool underscan_enable;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
220
bool freesync_enable;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
221
bool freesync_capable;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
132
bool ret;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
250
bool ret;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
53
static bool __is_lut_linear(struct drm_color_lut *lut, uint32_t size)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
80
bool is_legacy)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
157
bool valid_input = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
332
bool use_prefer_link_setting;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
494
bool disable_hpd = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
495
bool valid_test_pattern = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
182
bool dm_helpers_dp_mst_write_payload_allocation_table(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
186
bool enable)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
192
bool ret;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
281
bool dm_helpers_dp_mst_poll_for_allocation_change_trigger(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
307
bool dm_helpers_dp_mst_send_payload_allocation(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
310
bool enable)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
427
bool dm_helpers_dp_mst_start_top_mgr(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
430
bool boot)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
469
bool dm_helpers_dp_read_dpcd(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
488
bool dm_helpers_dp_write_dpcd(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
506
bool dm_helpers_submit_i2c(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
515
bool result;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
541
bool dm_helpers_is_dp_sink_present(struct dc_link *link)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
543
bool dp_sink_present;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
114
bool handler_removed = false;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
161
static bool
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
185
static bool validate_irq_unregistration_params(enum dc_irq_source irq_source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
523
bool st = (state == AMDGPU_IRQ_STATE_ENABLE);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
536
bool st;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
168
dm_dp_mst_detect(struct drm_connector *connector, bool force)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
65
bool res)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
296
bool dm_pp_get_clock_levels_by_type(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
368
bool dm_pp_get_clock_levels_by_type_with_latency(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
38
bool dm_pp_apply_display_requirements(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
391
bool dm_pp_get_clock_levels_by_type_with_voltage(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
414
bool dm_pp_notify_wm_clock_changes(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
422
bool dm_pp_apply_power_level_change_request(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
430
bool dm_pp_apply_clock_for_voltage_request(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
453
bool dm_pp_get_static_clocks(
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
51
bool dm_write_persistent_data(struct dc_context *ctx,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
63
bool dm_read_persistent_data(struct dc_context *ctx,
sys/dev/drm/amd/display/dc/basics/fixpt31_32.c
123
bool arg1_negative = arg1.value < 0;
sys/dev/drm/amd/display/dc/basics/fixpt31_32.c
124
bool arg2_negative = arg2.value < 0;
sys/dev/drm/amd/display/dc/basics/fixpt31_32.c
71
bool arg1_negative = numerator < 0;
sys/dev/drm/amd/display/dc/basics/fixpt31_32.c
72
bool arg2_negative = denominator < 0;
sys/dev/drm/amd/display/dc/basics/vector.c
164
bool dal_vector_remove_at_index(
sys/dev/drm/amd/display/dc/basics/vector.c
204
bool dal_vector_insert_at(
sys/dev/drm/amd/display/dc/basics/vector.c
236
bool dal_vector_append(
sys/dev/drm/amd/display/dc/basics/vector.c
286
bool dal_vector_reserve(struct vector *vector, uint32_t capacity)
sys/dev/drm/amd/display/dc/basics/vector.c
29
bool dal_vector_construct(
sys/dev/drm/amd/display/dc/basics/vector.c
54
bool dal_vector_presized_costruct(
sys/dev/drm/amd/display/dc/bios/bios_parser.c
1912
static bool dal_graphics_object_id_is_valid(struct graphics_object_id id)
sys/dev/drm/amd/display/dc/bios/bios_parser.c
1914
bool rc = true;
sys/dev/drm/amd/display/dc/bios/bios_parser.c
1935
static bool dal_graphics_object_id_is_equal(
sys/dev/drm/amd/display/dc/bios/bios_parser.c
2219
bool state)
sys/dev/drm/amd/display/dc/bios/bios_parser.c
2860
static bool bios_parser_construct(
sys/dev/drm/amd/display/dc/bios/bios_parser.c
787
bool enable)
sys/dev/drm/amd/display/dc/bios/bios_parser.c
80
static bool bios_parser_construct(
sys/dev/drm/amd/display/dc/bios/bios_parser.c
828
bool enable)
sys/dev/drm/amd/display/dc/bios/bios_parser.c
864
static bool bios_parser_is_device_id_supported(
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
1061
bool enable)
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
1097
static bool bios_parser_is_accelerated_mode(
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
1114
bool state)
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
1912
static bool bios_parser_construct(
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
370
bool find_valid = false;
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
976
static bool bios_parser_is_device_id_supported(
sys/dev/drm/amd/display/dc/bios/bios_parser_helper.c
57
bool bios_is_accelerated_mode(
sys/dev/drm/amd/display/dc/bios/bios_parser_helper.c
75
bool state)
sys/dev/drm/amd/display/dc/bios/bios_parser_helper.h
34
bool bios_is_accelerated_mode(struct dc_bios *bios);
sys/dev/drm/amd/display/dc/bios/bios_parser_helper.h
36
void bios_set_scratch_critical_state(struct dc_bios *bios, bool state);
sys/dev/drm/amd/display/dc/bios/bios_parser_types_internal.h
65
bool remap_device_tags;
sys/dev/drm/amd/display/dc/bios/bios_parser_types_internal2.h
67
bool remap_device_tags;
sys/dev/drm/amd/display/dc/bios/command_table.c
1227
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.c
1231
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.c
1235
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.c
1263
bool enable)
sys/dev/drm/amd/display/dc/bios/command_table.c
1307
bool enable)
sys/dev/drm/amd/display/dc/bios/command_table.c
1359
bool enable)
sys/dev/drm/amd/display/dc/bios/command_table.c
1542
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table.c
1547
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table.c
1573
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table.c
1591
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table.c
1612
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table.c
1640
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.c
1643
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.c
1666
struct bios_parser *bp, bool enable)
sys/dev/drm/amd/display/dc/bios/command_table.c
1683
struct bios_parser *bp, bool enable)
sys/dev/drm/amd/display/dc/bios/command_table.c
1976
bool result = BP_RESULT_FAILURE;
sys/dev/drm/amd/display/dc/bios/command_table.c
2024
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.c
2043
bool enable)
sys/dev/drm/amd/display/dc/bios/command_table.c
2045
bool result = BP_RESULT_FAILURE;
sys/dev/drm/amd/display/dc/bios/command_table.c
2076
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.c
2093
bool enable)
sys/dev/drm/amd/display/dc/bios/command_table.c
2095
bool result = BP_RESULT_BADINPUT;
sys/dev/drm/amd/display/dc/bios/command_table.c
2254
bool is_input_signal_dp = false;
sys/dev/drm/amd/display/dc/bios/command_table.c
528
bool dual_link_conn = (CONNECTOR_ID_DUAL_LINK_DVII == conn_id)
sys/dev/drm/amd/display/dc/bios/command_table.h
51
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.h
57
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table.h
62
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table.h
67
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.h
70
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.h
80
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table.h
84
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table2.c
495
bool result = BP_RESULT_FAILURE;
sys/dev/drm/amd/display/dc/bios/command_table2.c
543
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table2.c
562
bool enable)
sys/dev/drm/amd/display/dc/bios/command_table2.c
564
bool result = BP_RESULT_FAILURE;
sys/dev/drm/amd/display/dc/bios/command_table2.h
51
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table2.h
57
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table2.h
62
bool enable,
sys/dev/drm/amd/display/dc/bios/command_table2.h
67
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table2.h
70
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table2.h
80
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table2.h
84
bool enable);
sys/dev/drm/amd/display/dc/bios/command_table_helper.c
144
bool enable_dp_audio)
sys/dev/drm/amd/display/dc/bios/command_table_helper.c
208
bool dal_cmd_table_helper_clock_source_id_to_ref_clk_src(
sys/dev/drm/amd/display/dc/bios/command_table_helper.c
34
bool dal_bios_parser_init_cmd_tbl_helper(
sys/dev/drm/amd/display/dc/bios/command_table_helper.c
67
bool dal_cmd_table_helper_controller_id_to_atom(
sys/dev/drm/amd/display/dc/bios/command_table_helper.h
34
bool dal_bios_parser_init_cmd_tbl_helper(const struct command_table_helper **h,
sys/dev/drm/amd/display/dc/bios/command_table_helper.h
37
bool dal_cmd_table_helper_controller_id_to_atom(
sys/dev/drm/amd/display/dc/bios/command_table_helper.h
43
bool enable_dp_audio);
sys/dev/drm/amd/display/dc/bios/command_table_helper.h
50
bool dal_cmd_table_helper_clock_source_id_to_ref_clk_src(
sys/dev/drm/amd/display/dc/bios/command_table_helper2.c
160
bool enable_dp_audio)
sys/dev/drm/amd/display/dc/bios/command_table_helper2.c
185
bool dal_cmd_table_helper_clock_source_id_to_ref_clk_src2(
sys/dev/drm/amd/display/dc/bios/command_table_helper2.c
35
bool dal_bios_parser_init_cmd_tbl_helper2(
sys/dev/drm/amd/display/dc/bios/command_table_helper2.c
82
bool dal_cmd_table_helper_controller_id_to_atom2(
sys/dev/drm/amd/display/dc/bios/command_table_helper2.h
34
bool dal_bios_parser_init_cmd_tbl_helper2(const struct command_table_helper **h,
sys/dev/drm/amd/display/dc/bios/command_table_helper2.h
37
bool dal_cmd_table_helper_controller_id_to_atom2(
sys/dev/drm/amd/display/dc/bios/command_table_helper2.h
43
bool enable_dp_audio);
sys/dev/drm/amd/display/dc/bios/command_table_helper2.h
45
bool dal_cmd_table_helper_clock_source_id_to_ref_clk_src2(
sys/dev/drm/amd/display/dc/bios/command_table_helper_struct.h
35
bool (*controller_id_to_atom)(enum controller_id id, uint8_t *atom_id);
sys/dev/drm/amd/display/dc/bios/command_table_helper_struct.h
39
bool enable_dp_audio);
sys/dev/drm/amd/display/dc/bios/command_table_helper_struct.h
40
bool (*engine_bp_to_atom)(enum engine_id engine_id,
sys/dev/drm/amd/display/dc/bios/command_table_helper_struct.h
46
bool (*clock_source_id_to_atom)(enum clock_source_id id,
sys/dev/drm/amd/display/dc/bios/command_table_helper_struct.h
48
bool (*clock_source_id_to_ref_clk_src)(
sys/dev/drm/amd/display/dc/bios/command_table_helper_struct.h
61
bool (*dc_clock_type_to_atom)(enum bp_dce_clock_type id,
sys/dev/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c
192
static bool clock_source_id_to_atom(
sys/dev/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c
196
bool result = true;
sys/dev/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c
238
static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id)
sys/dev/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c
240
bool result = false;
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c
189
static bool clock_source_id_to_atom(
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c
193
bool result = true;
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c
240
static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id)
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c
242
bool result = false;
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c
333
static bool dc_clock_type_to_atom(
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c
337
bool retCode = true;
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c
189
static bool clock_source_id_to_atom(
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c
193
bool result = true;
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c
240
static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id)
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c
242
bool result = false;
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c
333
static bool dc_clock_type_to_atom(
sys/dev/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c
337
bool retCode = true;
sys/dev/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c
106
static bool clock_source_id_to_atom(
sys/dev/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c
110
bool result = true;
sys/dev/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c
61
static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id)
sys/dev/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c
63
bool result = false;
sys/dev/drm/amd/display/dc/calcs/bw_fixed.c
147
bool arg1_negative = arg1.value < 0;
sys/dev/drm/amd/display/dc/calcs/bw_fixed.c
148
bool arg2_negative = arg2.value < 0;
sys/dev/drm/amd/display/dc/calcs/bw_fixed.c
60
bool arg1_negative = numerator < 0;
sys/dev/drm/amd/display/dc/calcs/bw_fixed.c
61
bool arg2_negative = denominator < 0;
sys/dev/drm/amd/display/dc/calcs/custom_float.c
122
static bool setup_custom_float(
sys/dev/drm/amd/display/dc/calcs/custom_float.c
124
bool negative,
sys/dev/drm/amd/display/dc/calcs/custom_float.c
182
bool convert_to_custom_float_format(
sys/dev/drm/amd/display/dc/calcs/custom_float.c
189
bool negative;
sys/dev/drm/amd/display/dc/calcs/custom_float.c
29
static bool build_custom_float(
sys/dev/drm/amd/display/dc/calcs/custom_float.c
32
bool *negative,
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
100
bool d0_underlay_enable;
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
101
bool d1_underlay_enable;
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
102
bool fbc_enabled;
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
103
bool lpt_enabled;
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
2737
static bool is_display_configuration_supported(
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
2985
bool bw_calcs(struct dc_context *ctx,
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1337
static bool verify_clock_values(struct dm_pp_clock_levels_with_voltage *clks)
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1356
bool res;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
618
static bool dcn_bw_apply_registry_override(struct dc *dc)
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
620
bool updated = false;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
701
bool dcn_validate_bandwidth(
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
709
bool bw_limit_pass;
sys/dev/drm/amd/display/dc/core/dc.c
1037
bool dc_commit_state(struct dc *dc, struct dc_state *context)
sys/dev/drm/amd/display/dc/core/dc.c
1059
bool dc_post_update_surfaces_to_stream(struct dc *dc)
sys/dev/drm/amd/display/dc/core/dc.c
1108
static bool is_surface_in_context(
sys/dev/drm/amd/display/dc/core/dc.c
1681
bool dc_interrupt_set(struct dc *dc, enum dc_irq_source src, bool enable)
sys/dev/drm/amd/display/dc/core/dc.c
1736
bool dc_submit_i2c(
sys/dev/drm/amd/display/dc/core/dc.c
1750
static bool link_add_remote_sink_helper(struct dc_link *dc_link, struct dc_sink *sink)
sys/dev/drm/amd/display/dc/core/dc.c
194
bool dc_stream_adjust_vmin_vmax(struct dc *dc,
sys/dev/drm/amd/display/dc/core/dc.c
199
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc.c
217
bool dc_stream_get_crtc_position(struct dc *dc,
sys/dev/drm/amd/display/dc/core/dc.c
224
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc.c
253
bool dc_stream_configure_crc(struct dc *dc, struct dc_stream_state *stream,
sys/dev/drm/amd/display/dc/core/dc.c
254
bool enable, bool continuous)
sys/dev/drm/amd/display/dc/core/dc.c
303
bool dc_stream_get_crc(struct dc *dc, struct dc_stream_state *stream,
sys/dev/drm/amd/display/dc/core/dc.c
366
bool dc_stream_set_gamut_remap(struct dc *dc, const struct dc_stream_state *stream)
sys/dev/drm/amd/display/dc/core/dc.c
369
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc.c
383
bool dc_stream_program_csc_matrix(struct dc *dc, struct dc_stream_state *stream)
sys/dev/drm/amd/display/dc/core/dc.c
386
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc.c
449
bool skip_video_pattern)
sys/dev/drm/amd/display/dc/core/dc.c
556
static bool construct(struct dc *dc,
sys/dev/drm/amd/display/dc/core/dc.c
706
bool should_disable = true;
sys/dev/drm/amd/display/dc/core/dc.c
85
static bool create_links(
sys/dev/drm/amd/display/dc/core/dc.c
882
static bool context_changed(
sys/dev/drm/amd/display/dc/core/dc.c
899
bool dc_enable_stereo(
sys/dev/drm/amd/display/dc/core/dc.c
905
bool ret = true;
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
109
static bool is_rgb_limited_type(
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
112
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
120
static bool is_ycbcr601_type(
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
123
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
131
static bool is_ycbcr601_limited_type(
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
134
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
141
static bool is_ycbcr709_type(
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
144
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
152
static bool is_ycbcr709_limited_type(
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
155
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
249
bool hwss_wait_for_blank_complete(
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
93
static bool is_rgb_type(
sys/dev/drm/amd/display/dc/core/dc_hw_sequencer.c
96
bool ret = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
1071
static bool construct(
sys/dev/drm/amd/display/dc/core/dc_link.c
1297
bool panel_mode_edp = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
133
static bool program_hpd_filter(
sys/dev/drm/amd/display/dc/core/dc_link.c
136
bool result = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
1370
bool skip_video_pattern;
sys/dev/drm/amd/display/dc/core/dc_link.c
1471
static bool get_ext_hdmi_settings(struct pipe_ctx *pipe_ctx,
sys/dev/drm/amd/display/dc/core/dc_link.c
1475
bool result = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
1568
static bool i2c_write(struct pipe_ctx *pipe_ctx,
sys/dev/drm/amd/display/dc/core/dc_link.c
1596
bool is_vga_mode,
sys/dev/drm/amd/display/dc/core/dc_link.c
1597
bool is_over_340mhz,
sys/dev/drm/amd/display/dc/core/dc_link.c
1606
bool i2c_success = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
1762
bool is_vga_mode,
sys/dev/drm/amd/display/dc/core/dc_link.c
1763
bool is_over_340mhz)
sys/dev/drm/amd/display/dc/core/dc_link.c
1767
bool i2c_success = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
1889
bool is_over_340mhz)
sys/dev/drm/amd/display/dc/core/dc_link.c
1893
bool i2c_success = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
1924
bool is_over_340mhz = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
1925
bool is_vga_mode = (stream->timing.h_addressable == 640)
sys/dev/drm/amd/display/dc/core/dc_link.c
201
bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type)
sys/dev/drm/amd/display/dc/core/dc_link.c
2054
static bool dp_active_dongle_validate_timing(
sys/dev/drm/amd/display/dc/core/dc_link.c
2179
bool dc_link_set_backlight_level(const struct dc_link *link, uint32_t level,
sys/dev/drm/amd/display/dc/core/dc_link.c
2186
bool use_smooth_brightness = true;
sys/dev/drm/amd/display/dc/core/dc_link.c
2232
bool dc_link_set_abm_disable(const struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link.c
2245
bool dc_link_set_psr_enable(const struct dc_link *link, bool enable, bool wait)
sys/dev/drm/amd/display/dc/core/dc_link.c
2463
bool mst_mode = (link->type == dc_connection_mst_branch);
sys/dev/drm/amd/display/dc/core/dc_link.c
2644
void core_link_set_avmute(struct pipe_ctx *pipe_ctx, bool enable)
sys/dev/drm/amd/display/dc/core/dc_link.c
2670
void dc_link_enable_hpd_filter(struct dc_link *link, bool enable)
sys/dev/drm/amd/display/dc/core/dc_link.c
334
bool dc_link_is_dp_sink_present(struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link.c
344
bool present =
sys/dev/drm/amd/display/dc/core/dc_link.c
509
static bool detect_dp(
sys/dev/drm/amd/display/dc/core/dc_link.c
512
bool *converter_disable_audio,
sys/dev/drm/amd/display/dc/core/dc_link.c
516
bool boot = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
599
static bool is_same_edid(struct dc_edid *old_edid, struct dc_edid *new_edid)
sys/dev/drm/amd/display/dc/core/dc_link.c
610
bool dc_link_detect(struct dc_link *link, enum dc_detect_reason reason)
sys/dev/drm/amd/display/dc/core/dc_link.c
615
bool converter_disable_audio = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
617
bool same_edid = false;
sys/dev/drm/amd/display/dc/core/dc_link.c
623
bool same_dpcd = true;
sys/dev/drm/amd/display/dc/core/dc_link.c
907
bool dc_link_get_hpd_state(struct dc_link *dc_link)
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
214
bool write)
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
235
bool write)
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
333
bool dal_ddc_service_is_in_aux_transaction_mode(struct ddc_service *ddc)
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
398
static bool i2c_read(
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
434
bool is_valid_hdmi_signature;
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
437
bool is_type2_dongle = false;
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
552
bool dal_ddc_service_query_ddc_data(
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
560
bool ret;
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
703
bool lte_340_scramble)
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
705
bool over_340_mhz = pix_clk > 340000 ? 1 : 0;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1041
bool perform_link_training_with_retries(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1044
bool skip_video_pattern,
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1092
bool dp_verify_link_cap(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1101
bool success;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1102
bool skip_link_training;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1103
bool skip_video_pattern;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1241
static inline bool reached_minimum_lane_count(enum dc_lane_count lane_count)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1246
static inline bool reached_minimum_link_rate(enum dc_link_rate link_rate)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1315
static bool decide_fallback_link_setting(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1454
bool dp_validate_mode_timing(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1576
static bool hpd_rx_irq_check_link_loss_status(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1584
bool sink_status_changed;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1585
bool return_code;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1691
static bool allow_hpd_rx_irq(const struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1708
static bool handle_hpd_irq_psr_sink(const struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
175
bool edp_workaround = false; /* TODO link_prop.INTERNAL */
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2012
bool dc_link_handle_hpd_rx_irq(struct dc_link *link, union hpd_irq_data *out_hpd_irq_dpcd_data, bool *out_link_loss)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2018
bool status = false;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2120
bool is_mst_supported(struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2122
bool mst = false;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2144
bool is_dp_active_dongle(const struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2334
static bool retrieve_link_cap(struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2465
bool detect_dp_sink_caps(struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2504
static bool is_dp_phy_pattern(enum dp_test_pattern test_pattern)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
255
static bool is_cr_done(enum dc_lane_count ln_count,
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
258
bool done = true;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2588
bool dc_link_dp_set_test_pattern(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
269
static bool is_ch_eq_done(enum dc_lane_count ln_count,
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
273
bool done = true;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2742
void dp_enable_mst_on_sink(struct dc_link *link, bool enable)
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
38
static bool decide_fallback_link_setting(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
566
static bool is_max_vs_reached(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
592
static bool perform_post_lt_adj_req_sequence(
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
601
bool req_drv_setting_changed;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
933
bool skip_video_pattern)
sys/dev/drm/amd/display/dc/core/dc_link_hwss.c
103
bool edp_receiver_ready_T9(struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_hwss.c
124
bool edp_receiver_ready_T7(struct dc_link *link)
sys/dev/drm/amd/display/dc/core/dc_link_hwss.c
175
bool dp_set_hw_training_pattern(
sys/dev/drm/amd/display/dc/core/dc_link_hwss.c
272
bool skip_video_pattern)
sys/dev/drm/amd/display/dc/core/dc_link_hwss.c
44
void dp_receiver_power_ctrl(struct dc_link *link, bool on)
sys/dev/drm/amd/display/dc/core/dc_resource.c
1104
bool resource_build_scaling_params(struct pipe_ctx *pipe_ctx)
sys/dev/drm/amd/display/dc/core/dc_resource.c
1109
bool res = false;
sys/dev/drm/amd/display/dc/core/dc_resource.c
1350
bool dc_add_plane_to_context(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1424
bool dc_remove_plane_from_context(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1500
bool dc_rem_all_planes_for_stream(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1532
static bool add_all_planes_for_stream(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1557
bool dc_add_all_planes_for_stream(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1577
static bool is_hdr_static_meta_changed(struct dc_stream_state *cur_stream,
sys/dev/drm/amd/display/dc/core/dc_resource.c
1591
static bool is_vsc_info_packet_changed(struct dc_stream_state *cur_stream,
sys/dev/drm/amd/display/dc/core/dc_resource.c
1605
static bool is_timing_changed(struct dc_stream_state *cur_stream,
sys/dev/drm/amd/display/dc/core/dc_resource.c
1627
static bool are_stream_backends_same(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1651
bool dc_is_stream_unchanged(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1661
bool dc_is_stream_scaling_unchanged(
sys/dev/drm/amd/display/dc/core/dc_resource.c
1687
bool acquired)
sys/dev/drm/amd/display/dc/core/dc_resource.c
1702
bool acquired)
sys/dev/drm/amd/display/dc/core/dc_resource.c
1805
bool resource_is_stream_unchanged(
sys/dev/drm/amd/display/dc/core/dc_resource.c
207
bool resource_construct(
sys/dev/drm/amd/display/dc/core/dc_resource.c
2170
bool itc = false;
sys/dev/drm/amd/display/dc/core/dc_resource.c
2407
bool hdmi_vic_mode = false;
sys/dev/drm/amd/display/dc/core/dc_resource.c
2700
bool pipe_need_reprogram(
sys/dev/drm/amd/display/dc/core/dc_resource.c
336
bool resource_are_streams_timing_synchronizable(
sys/dev/drm/amd/display/dc/core/dc_resource.c
371
static bool is_dp_and_hdmi_sharable(
sys/dev/drm/amd/display/dc/core/dc_resource.c
386
static bool is_sharable_clk_src(
sys/dev/drm/amd/display/dc/core/dc_resource.c
496
bool pri_split = pipe_ctx->bottom_pipe &&
sys/dev/drm/amd/display/dc/core/dc_resource.c
498
bool sec_split = pipe_ctx->top_pipe &&
sys/dev/drm/amd/display/dc/core/dc_resource.c
500
bool flip_vert_scan_dir = false, flip_horz_scan_dir = false;
sys/dev/drm/amd/display/dc/core/dc_resource.c
621
bool pri_split = pipe_ctx->bottom_pipe &&
sys/dev/drm/amd/display/dc/core/dc_resource.c
623
bool sec_split = pipe_ctx->top_pipe &&
sys/dev/drm/amd/display/dc/core/dc_resource.c
625
bool top_bottom_split = stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM;
sys/dev/drm/amd/display/dc/core/dc_resource.c
670
bool right_view = (sec_split != plane_state->horizontal_mirror) !=
sys/dev/drm/amd/display/dc/core/dc_resource.c
763
bool flip_vert_scan_dir = false, flip_horz_scan_dir = false;
sys/dev/drm/amd/display/dc/core/dc_sink.c
42
static bool construct(struct dc_sink *sink, const struct dc_sink_init_data *init_params)
sys/dev/drm/amd/display/dc/core/dc_stream.c
176
bool dc_stream_set_cursor_attributes(
sys/dev/drm/amd/display/dc/core/dc_stream.c
225
bool dc_stream_set_cursor_position(
sys/dev/drm/amd/display/dc/core/dc_stream.c
291
bool dc_stream_get_scanoutpos(const struct dc_stream_state *stream,
sys/dev/drm/amd/display/dc/core/dc_stream.c
298
bool ret = false;
sys/dev/drm/amd/display/dc/dc.h
109
bool capable;
sys/dev/drm/amd/display/dc/dc.h
110
bool const_color_support;
sys/dev/drm/amd/display/dc/dc.h
114
bool force_trigger;
sys/dev/drm/amd/display/dc/dc.h
115
bool cursor_update;
sys/dev/drm/amd/display/dc/dc.h
116
bool surface_update;
sys/dev/drm/amd/display/dc/dc.h
117
bool overlay_update;
sys/dev/drm/amd/display/dc/dc.h
160
bool (*get_dcc_compression_cap)(const struct dc *dc,
sys/dev/drm/amd/display/dc/dc.h
170
bool gpu_vm_support;
sys/dev/drm/amd/display/dc/dc.h
171
bool disable_disp_pll_sharing;
sys/dev/drm/amd/display/dc/dc.h
172
bool fbc_support;
sys/dev/drm/amd/display/dc/dc.h
216
bool sanity_checks;
sys/dev/drm/amd/display/dc/dc.h
217
bool max_disp_clk;
sys/dev/drm/amd/display/dc/dc.h
218
bool surface_trace;
sys/dev/drm/amd/display/dc/dc.h
219
bool timing_trace;
sys/dev/drm/amd/display/dc/dc.h
220
bool clock_trace;
sys/dev/drm/amd/display/dc/dc.h
221
bool validation_trace;
sys/dev/drm/amd/display/dc/dc.h
222
bool bandwidth_calcs_trace;
sys/dev/drm/amd/display/dc/dc.h
226
bool disable_stutter;
sys/dev/drm/amd/display/dc/dc.h
227
bool use_max_lb;
sys/dev/drm/amd/display/dc/dc.h
230
bool force_single_disp_pipe_split;
sys/dev/drm/amd/display/dc/dc.h
231
bool voltage_align_fclk;
sys/dev/drm/amd/display/dc/dc.h
233
bool disable_dfs_bypass;
sys/dev/drm/amd/display/dc/dc.h
234
bool disable_dpp_power_gate;
sys/dev/drm/amd/display/dc/dc.h
235
bool disable_hubp_power_gate;
sys/dev/drm/amd/display/dc/dc.h
236
bool disable_pplib_wm_range;
sys/dev/drm/amd/display/dc/dc.h
246
bool optimized_watermark;
sys/dev/drm/amd/display/dc/dc.h
248
bool disable_pplib_clock_request;
sys/dev/drm/amd/display/dc/dc.h
249
bool disable_clock_gate;
sys/dev/drm/amd/display/dc/dc.h
250
bool disable_dmcu;
sys/dev/drm/amd/display/dc/dc.h
251
bool disable_psr;
sys/dev/drm/amd/display/dc/dc.h
252
bool force_abm_enable;
sys/dev/drm/amd/display/dc/dc.h
253
bool disable_hbup_pg;
sys/dev/drm/amd/display/dc/dc.h
254
bool disable_dpp_pg;
sys/dev/drm/amd/display/dc/dc.h
255
bool disable_stereo_support;
sys/dev/drm/amd/display/dc/dc.h
256
bool vsr_support;
sys/dev/drm/amd/display/dc/dc.h
257
bool performance_trace;
sys/dev/drm/amd/display/dc/dc.h
258
bool az_endpoint_mute_only;
sys/dev/drm/amd/display/dc/dc.h
259
bool always_use_regamma;
sys/dev/drm/amd/display/dc/dc.h
260
bool p010_mpo_support;
sys/dev/drm/amd/display/dc/dc.h
261
bool recovery_enabled;
sys/dev/drm/amd/display/dc/dc.h
262
bool avoid_vbios_exec_table;
sys/dev/drm/amd/display/dc/dc.h
263
bool scl_reset_length10;
sys/dev/drm/amd/display/dc/dc.h
264
bool hdmi20_disable;
sys/dev/drm/amd/display/dc/dc.h
265
bool skip_detection_link_training;
sys/dev/drm/amd/display/dc/dc.h
313
bool optimized_required;
sys/dev/drm/amd/display/dc/dc.h
334
bool dchub_initialzied;
sys/dev/drm/amd/display/dc/dc.h
335
bool dchub_info_valid;
sys/dev/drm/amd/display/dc/dc.h
434
bool is_flip_pending;
sys/dev/drm/amd/display/dc/dc.h
435
bool is_right_eye;
sys/dev/drm/amd/display/dc/dc.h
499
bool is_tiling_rotated;
sys/dev/drm/amd/display/dc/dc.h
500
bool per_pixel_alpha;
sys/dev/drm/amd/display/dc/dc.h
501
bool global_alpha;
sys/dev/drm/amd/display/dc/dc.h
503
bool visible;
sys/dev/drm/amd/display/dc/dc.h
504
bool flip_immediate;
sys/dev/drm/amd/display/dc/dc.h
505
bool horizontal_mirror;
sys/dev/drm/amd/display/dc/dc.h
526
bool horizontal_mirror;
sys/dev/drm/amd/display/dc/dc.h
527
bool visible;
sys/dev/drm/amd/display/dc/dc.h
528
bool per_pixel_alpha;
sys/dev/drm/amd/display/dc/dc.h
529
bool global_alpha;
sys/dev/drm/amd/display/dc/dc.h
531
bool input_csc_enabled;
sys/dev/drm/amd/display/dc/dc.h
585
bool flip_immediate;
sys/dev/drm/amd/display/dc/dc.h
589
bool dc_post_update_surfaces_to_stream(
sys/dev/drm/amd/display/dc/dc.h
635
bool dc_commit_state(struct dc *dc, struct dc_state *context);
sys/dev/drm/amd/display/dc/dc.h
669
bool allow_invalid_MSA_timing_param;
sys/dev/drm/amd/display/dc/dc.h
670
bool panel_mode_edp;
sys/dev/drm/amd/display/dc/dc.h
671
bool dpcd_display_control_capable;
sys/dev/drm/amd/display/dc/dc.h
704
bool converter_disable_audio;
sys/dev/drm/amd/display/dc/dc.h
726
bool converter_disable_audio;
sys/dev/drm/amd/display/dc/dc.h
74
bool dcc_const_color;
sys/dev/drm/amd/display/dc/dc.h
745
bool dc_interrupt_set(struct dc *dc, enum dc_irq_source src, bool enable);
sys/dev/drm/amd/display/dc/dc.h
75
bool dynamic_audio;
sys/dev/drm/amd/display/dc/dc.h
76
bool is_apu;
sys/dev/drm/amd/display/dc/dc.h
77
bool dual_link_dvi;
sys/dev/drm/amd/display/dc/dc.h
78
bool post_blend_color_processing;
sys/dev/drm/amd/display/dc/dc.h
79
bool force_dp_tps4_for_cp2520;
sys/dev/drm/amd/display/dc/dc.h
80
bool disable_dp_clk_share;
sys/dev/drm/amd/display/dc/dc.h
81
bool psp_setup_panel_mode;
sys/dev/drm/amd/display/dc/dc.h
94
bool independent_64b_blks;
sys/dev/drm/amd/display/dc/dc_bios_types.h
107
bool enable);
sys/dev/drm/amd/display/dc/dc_bios_types.h
120
bool enable);
sys/dev/drm/amd/display/dc/dc_bios_types.h
87
bool (*is_accelerated_mode)(
sys/dev/drm/amd/display/dc/dc_bios_types.h
91
bool state);
sys/dev/drm/amd/display/dc/dc_bios_types.h
92
bool (*is_device_id_supported)(
sys/dev/drm/amd/display/dc/dc_ddc_types.h
112
bool hw_supported;
sys/dev/drm/amd/display/dc/dc_ddc_types.h
88
bool write;
sys/dev/drm/amd/display/dc/dc_hw_types.h
148
bool enable;
sys/dev/drm/amd/display/dc/dc_hw_types.h
153
bool independent_64b_blks;
sys/dev/drm/amd/display/dc/dc_hw_types.h
158
bool independent_64b_blks_l;
sys/dev/drm/amd/display/dc/dc_hw_types.h
161
bool independent_64b_blks_c;
sys/dev/drm/amd/display/dc/dc_hw_types.h
367
bool shaderEnable;
sys/dev/drm/amd/display/dc/dc_hw_types.h
370
bool meta_linear;
sys/dev/drm/amd/display/dc/dc_hw_types.h
371
bool rb_aligned;
sys/dev/drm/amd/display/dc/dc_hw_types.h
372
bool pipe_aligned;
sys/dev/drm/amd/display/dc/dc_hw_types.h
401
bool enable;
sys/dev/drm/amd/display/dc/dc_hw_types.h
412
bool mirror;
sys/dev/drm/amd/display/dc/dc_hw_types.h
434
bool enable_adjustment;
sys/dev/drm/amd/display/dc/dc_hw_types.h
451
bool is_identity;
sys/dev/drm/amd/display/dc/dc_hw_types.h
69
bool tmz_surface;
sys/dev/drm/amd/display/dc/dc_hw_types.h
706
bool enabled;
sys/dev/drm/amd/display/dc/dc_link.h
100
bool aux_mode;
sys/dev/drm/amd/display/dc/dc_link.h
116
bool psr_enabled;
sys/dev/drm/amd/display/dc/dc_link.h
120
bool dp_keep_receiver_powered;
sys/dev/drm/amd/display/dc/dc_link.h
142
bool dc_link_set_backlight_level(const struct dc_link *dc_link, uint32_t level,
sys/dev/drm/amd/display/dc/dc_link.h
147
bool dc_link_set_abm_disable(const struct dc_link *dc_link);
sys/dev/drm/amd/display/dc/dc_link.h
149
bool dc_link_set_psr_enable(const struct dc_link *dc_link, bool enable, bool wait);
sys/dev/drm/amd/display/dc/dc_link.h
151
bool dc_link_get_psr_state(const struct dc_link *dc_link, uint32_t *psr_state);
sys/dev/drm/amd/display/dc/dc_link.h
153
bool dc_link_setup_psr(struct dc_link *dc_link,
sys/dev/drm/amd/display/dc/dc_link.h
169
bool dc_link_detect(struct dc_link *dc_link, enum dc_detect_reason reason);
sys/dev/drm/amd/display/dc/dc_link.h
170
bool dc_link_get_hpd_state(struct dc_link *dc_link);
sys/dev/drm/amd/display/dc/dc_link.h
178
bool dc_link_handle_hpd_rx_irq(struct dc_link *dc_link,
sys/dev/drm/amd/display/dc/dc_link.h
179
union hpd_irq_data *hpd_irq_dpcd_data, bool *out_link_loss);
sys/dev/drm/amd/display/dc/dc_link.h
202
bool skip_video_pattern);
sys/dev/drm/amd/display/dc/dc_link.h
208
bool dc_link_dp_set_test_pattern(
sys/dev/drm/amd/display/dc/dc_link.h
215
void dc_link_enable_hpd_filter(struct dc_link *link, bool enable);
sys/dev/drm/amd/display/dc/dc_link.h
217
bool dc_link_is_dp_sink_present(struct dc_link *link);
sys/dev/drm/amd/display/dc/dc_link.h
219
bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type);
sys/dev/drm/amd/display/dc/dc_link.h
229
bool skip_video_pattern);
sys/dev/drm/amd/display/dc/dc_link.h
241
bool dc_submit_i2c(
sys/dev/drm/amd/display/dc/dc_link.h
75
bool is_hpd_filter_disabled;
sys/dev/drm/amd/display/dc/dc_link.h
76
bool dp_ss_off;
sys/dev/drm/amd/display/dc/dc_link.h
93
bool test_pattern_enabled;
sys/dev/drm/amd/display/dc/dc_stream.h
104
bool dpms_off;
sys/dev/drm/amd/display/dc/dc_stream.h
105
bool apply_edp_fast_boot_optimization;
sys/dev/drm/amd/display/dc/dc_stream.h
119
bool mode_changed : 1;
sys/dev/drm/amd/display/dc/dc_stream.h
135
bool *dpms_off;
sys/dev/drm/amd/display/dc/dc_stream.h
144
bool dc_is_stream_unchanged(
sys/dev/drm/amd/display/dc/dc_stream.h
146
bool dc_is_stream_scaling_unchanged(
sys/dev/drm/amd/display/dc/dc_stream.h
184
bool dc_stream_get_scanoutpos(const struct dc_stream_state *stream,
sys/dev/drm/amd/display/dc/dc_stream.h
201
bool dc_add_plane_to_context(
sys/dev/drm/amd/display/dc/dc_stream.h
207
bool dc_remove_plane_from_context(
sys/dev/drm/amd/display/dc/dc_stream.h
213
bool dc_rem_all_planes_for_stream(
sys/dev/drm/amd/display/dc/dc_stream.h
218
bool dc_add_all_planes_for_stream(
sys/dev/drm/amd/display/dc/dc_stream.h
239
bool dc_enable_stereo(
sys/dev/drm/amd/display/dc/dc_stream.h
270
bool dc_stream_set_cursor_attributes(
sys/dev/drm/amd/display/dc/dc_stream.h
274
bool dc_stream_set_cursor_position(
sys/dev/drm/amd/display/dc/dc_stream.h
279
bool dc_stream_adjust_vmin_vmax(struct dc *dc,
sys/dev/drm/amd/display/dc/dc_stream.h
283
bool dc_stream_get_crtc_position(struct dc *dc,
sys/dev/drm/amd/display/dc/dc_stream.h
289
bool dc_stream_configure_crc(struct dc *dc,
sys/dev/drm/amd/display/dc/dc_stream.h
291
bool enable,
sys/dev/drm/amd/display/dc/dc_stream.h
292
bool continuous);
sys/dev/drm/amd/display/dc/dc_stream.h
294
bool dc_stream_get_crc(struct dc *dc,
sys/dev/drm/amd/display/dc/dc_stream.h
308
bool dc_stream_set_gamut_remap(struct dc *dc,
sys/dev/drm/amd/display/dc/dc_stream.h
311
bool dc_stream_program_csc_matrix(struct dc *dc,
sys/dev/drm/amd/display/dc/dc_stream.h
315
bool dc_stream_get_crtc_position(struct dc *dc,
sys/dev/drm/amd/display/dc/dc_stream.h
50
bool dummy;
sys/dev/drm/amd/display/dc/dc_stream.h
70
bool use_dynamic_meta;
sys/dev/drm/amd/display/dc/dc_stream.h
81
bool ignore_msa_timing_param;
sys/dev/drm/amd/display/dc/dc_types.h
221
bool lte_340mcsc_scramble;
sys/dev/drm/amd/display/dc/dc_types.h
223
bool edid_hdmi;
sys/dev/drm/amd/display/dc/dc_types.h
224
bool hdr_supported;
sys/dev/drm/amd/display/dc/dc_types.h
304
bool supported ;
sys/dev/drm/amd/display/dc/dc_types.h
305
bool allTimings ;
sys/dev/drm/amd/display/dc/dc_types.h
306
bool cloneMode ;
sys/dev/drm/amd/display/dc/dc_types.h
307
bool scaling ;
sys/dev/drm/amd/display/dc/dc_types.h
308
bool singleFrameSWPacked;
sys/dev/drm/amd/display/dc/dc_types.h
381
bool extendedCapValid;
sys/dev/drm/amd/display/dc/dc_types.h
384
bool is_dp_hdmi_s3d_converter;
sys/dev/drm/amd/display/dc/dc_types.h
385
bool is_dp_hdmi_ycbcr422_pass_through;
sys/dev/drm/amd/display/dc/dc_types.h
386
bool is_dp_hdmi_ycbcr420_pass_through;
sys/dev/drm/amd/display/dc/dc_types.h
387
bool is_dp_hdmi_ycbcr422_converter;
sys/dev/drm/amd/display/dc/dc_types.h
388
bool is_dp_hdmi_ycbcr420_converter;
sys/dev/drm/amd/display/dc/dc_types.h
525
bool valid;
sys/dev/drm/amd/display/dc/dc_types.h
544
bool psr_exit_link_training_required;
sys/dev/drm/amd/display/dc/dc_types.h
546
bool psr_frame_capture_indication_req;
sys/dev/drm/amd/display/dc/dc_types.h
610
bool psrSupportedDisplayConfig;
sys/dev/drm/amd/display/dc/dc_types.h
612
bool psrExitLinkTrainingRequired;
sys/dev/drm/amd/display/dc/dc_types.h
619
bool psrFrameCaptureIndicationReq;
sys/dev/drm/amd/display/dc/dc_types.h
634
bool rfb_update_auto_en;
sys/dev/drm/amd/display/dc/dc_types.h
653
bool enable_remap;
sys/dev/drm/amd/display/dc/dc_types.h
90
bool created_bios;
sys/dev/drm/amd/display/dc/dce/dce_abm.c
299
static bool dce_abm_set_level(struct abm *abm, uint32_t level)
sys/dev/drm/amd/display/dc/dce/dce_abm.c
317
static bool dce_abm_immediate_disable(struct abm *abm)
sys/dev/drm/amd/display/dc/dce/dce_abm.c
344
static bool dce_abm_init_backlight(struct abm *abm)
sys/dev/drm/amd/display/dc/dce/dce_abm.c
403
static bool dce_abm_set_backlight_level(
sys/dev/drm/amd/display/dc/dce/dce_abm.c
408
bool use_smooth_brightness)
sys/dev/drm/amd/display/dc/dce/dce_audio.c
137
bool limit_freq_to_48_khz = false;
sys/dev/drm/amd/display/dc/dce/dce_audio.c
138
bool limit_freq_to_88_2_khz = false;
sys/dev/drm/amd/display/dc/dce/dce_audio.c
139
bool limit_freq_to_96_khz = false;
sys/dev/drm/amd/display/dc/dce/dce_audio.c
140
bool limit_freq_to_174_4_khz = false;
sys/dev/drm/amd/display/dc/dce/dce_audio.c
293
bool capable)
sys/dev/drm/amd/display/dc/dce/dce_audio.c
411
bool is_ac3_supported = false;
sys/dev/drm/amd/display/dc/dce/dce_audio.c
866
static bool dce_aud_endpoint_valid(struct audio *audio)
sys/dev/drm/amd/display/dc/dce/dce_audio.c
92
static bool is_audio_format_supported(
sys/dev/drm/amd/display/dc/dce/dce_audio.c
99
bool found = false;
sys/dev/drm/amd/display/dc/dce/dce_aux.c
165
bool is_write =
sys/dev/drm/amd/display/dc/dce/dce_aux.c
542
static bool read_command(
sys/dev/drm/amd/display/dc/dce/dce_aux.c
545
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/dce/dce_aux.c
68
static bool is_engine_available(
sys/dev/drm/amd/display/dc/dce/dce_aux.c
730
static bool write_command(
sys/dev/drm/amd/display/dc/dce/dce_aux.c
733
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/dce/dce_aux.c
795
static bool end_of_transaction_command(
sys/dev/drm/amd/display/dc/dce/dce_aux.c
81
static bool acquire_engine(
sys/dev/drm/amd/display/dc/dce/dce_aux.c
830
static bool submit_request(
sys/dev/drm/amd/display/dc/dce/dce_aux.c
833
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/dce/dce_aux.c
836
bool result;
sys/dev/drm/amd/display/dc/dce/dce_aux.c
837
bool mot_used = true;
sys/dev/drm/amd/display/dc/dce/dce_aux.c
870
static bool acquire(
sys/dev/drm/amd/display/dc/dce/dce_aux.h
108
bool dce110_aux_engine_acquire(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
1142
static bool calc_pll_max_vco_construct(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
1220
bool dce110_clk_src_construct(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
130
static bool calculate_fb_and_fractional_fb_divider(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
1323
bool dce112_clk_src_construct(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
189
static bool calc_fb_divider_checking_tolerance(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
245
static bool calc_pll_dividers_in_range(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
390
static bool pll_adjust_pix_clk(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
625
static bool disable_spread_spectrum(struct dce110_clk_src *clk_src)
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
641
static bool calculate_ss(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
706
static bool enable_spread_spectrum(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
794
bool enable_ycbcr420)
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
836
static bool dce110_program_pix_clk(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
895
static bool dce112_program_pix_clk(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.c
957
static bool dce110_clock_source_power_down(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.h
138
bool dce110_clk_src_construct(
sys/dev/drm/amd/display/dc/dce/dce_clock_source.h
147
bool dce112_clk_src_construct(
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
460
static inline bool should_set_clock(bool safe_to_lower, int calc_clk, int cur_clk)
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
467
bool safe_to_lower)
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
495
bool request_dpp_div = new_clocks->dispclk_khz > new_clocks->dppclk_khz;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
496
bool dispclk_increase = new_clocks->dispclk_khz > dccg->clks.dispclk_khz;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
498
bool cur_dpp_div = dccg->clks.dispclk_khz > dccg->clks.dppclk_khz;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
543
bool request_dpp_div = new_clocks->dispclk_khz > new_clocks->dppclk_khz;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
573
bool safe_to_lower)
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
581
bool send_request_to_increase = false;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
582
bool send_request_to_lower = false;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
664
bool safe_to_lower)
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
687
static bool dce_update_dfs_bypass(
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
696
bool was_active = clk_dce->dfs_bypass_active;
sys/dev/drm/amd/display/dc/dce/dce_clocks.h
80
bool dfs_bypass_enabled;
sys/dev/drm/amd/display/dc/dce/dce_clocks.h
82
bool dfs_bypass_active;
sys/dev/drm/amd/display/dc/dce/dce_clocks.h
88
bool ss_on_dprefclk;
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
115
static void dce_dmcu_set_psr_enable(struct dmcu *dmcu, bool enable, bool wait)
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
154
static bool dce_dmcu_setup_psr(struct dmcu *dmcu,
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
269
static bool dce_is_dmcu_initialized(struct dmcu *dmcu)
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
394
static bool dcn10_dmcu_init(struct dmcu *dmcu)
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
442
static bool dcn10_dmcu_load_iram(struct dmcu *dmcu,
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
514
static void dcn10_dmcu_set_psr_enable(struct dmcu *dmcu, bool enable, bool wait)
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
569
static bool dcn10_dmcu_setup_psr(struct dmcu *dmcu,
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
57
static bool dce_dmcu_init(struct dmcu *dmcu)
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
64
bool dce_dmcu_load_iram(struct dmcu *dmcu,
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
726
static bool dcn10_is_dmcu_initialized(struct dmcu *dmcu)
sys/dev/drm/amd/display/dc/dce/dce_hwseq.c
155
bool enable)
sys/dev/drm/amd/display/dc/dce/dce_hwseq.c
201
bool dce_use_lut(enum surface_pixel_format format)
sys/dev/drm/amd/display/dc/dce/dce_hwseq.c
41
unsigned int fe_inst, bool enable)
sys/dev/drm/amd/display/dc/dce/dce_hwseq.c
49
bool lock)
sys/dev/drm/amd/display/dc/dce/dce_hwseq.h
528
unsigned int inst, bool enable);
sys/dev/drm/amd/display/dc/dce/dce_hwseq.h
532
bool lock);
sys/dev/drm/amd/display/dc/dce/dce_hwseq.h
538
bool enable);
sys/dev/drm/amd/display/dc/dce/dce_hwseq.h
544
bool dce_use_lut(enum surface_pixel_format format);
sys/dev/drm/amd/display/dc/dce/dce_i2c.c
28
bool dce_i2c_submit_command(
sys/dev/drm/amd/display/dc/dce/dce_i2c.h
33
bool dce_i2c_submit_command(
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
153
static bool process_transaction(
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
160
bool last_transaction = false;
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
268
static bool setup_engine(
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
303
static bool is_hw_busy(struct dce_i2c_hw *dce_i2c_hw)
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
320
bool safe_to_reset;
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
480
bool dce_i2c_hw_engine_submit_payload(
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
483
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
492
bool result = false;
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
548
bool dce_i2c_submit_command_hw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
555
bool result;
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.c
562
bool mot = (index_of_payload != cmd->number_of_payloads - 1);
sys/dev/drm/amd/display/dc/dce/dce_i2c_hw.h
291
bool dce_i2c_submit_command_hw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
119
static bool write_byte_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
126
bool ack;
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
176
static bool read_byte_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
181
bool more)
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
236
static bool stop_sync_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
273
static bool i2c_write_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
295
static bool i2c_read_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
320
static bool start_sync_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
38
static inline bool read_bit_from_ddc(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
380
bool dce_i2c_sw_engine_acquire_engine(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
397
bool dce_i2c_engine_acquire_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
40
bool data_nor_clock)
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
402
bool result;
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
434
bool result = start_sync_sw(engine->ctx, ddc, clock_delay_div_4);
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
469
bool dce_i2c_sw_engine_submit_payload(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
472
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
497
bool dce_i2c_submit_command_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
504
bool result;
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
511
bool mot = (index_of_payload != cmd->number_of_payloads - 1);
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
54
bool data_nor_clock,
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
55
bool bit)
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
73
static bool get_hw_supported_ddc_line(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
98
static bool wait_for_scl_high_sw(
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.h
46
bool dce_i2c_submit_command_sw(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
1348
bool connect)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
135
bool enable)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
146
bool disable)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
225
bool complete)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
512
bool exit_link_training_required)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
545
bool dce110_is_dig_enabled(struct link_encoder *enc)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
576
bool dce110_link_encoder_validate_dvi_output(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
627
static bool dce110_link_encoder_validate_hdmi_output(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
661
bool dce110_link_encoder_validate_dp_output(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
779
bool dce110_link_encoder_validate_output_with_stream(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
784
bool is_valid;
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
172
bool dce110_link_encoder_validate_dvi_output(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
178
bool dce110_link_encoder_validate_rgb_output(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
182
bool dce110_link_encoder_validate_dp_output(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
186
bool dce110_link_encoder_validate_wireless_output(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
190
bool dce110_link_encoder_validate_output_with_stream(
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
256
bool connect);
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
267
bool exit_link_training_required);
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
272
bool dce110_is_dig_enabled(struct link_encoder *enc);
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
122
static bool is_vert_scan(enum dc_rotation_angle rotation)
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
511
bool horizontal_mirror)
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
677
static bool dce_mi_is_flip_pending(struct mem_input *mem_input)
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
690
static bool dce_mi_program_surface_flip_and_addr(
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
693
bool flip_immediate)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
1022
bool enable)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
1463
bool enable)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
1524
bool mute)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
1574
int tg_inst, bool enable)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
542
bool enable_audio)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
655
bool is_dual_link)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
711
struct stream_encoder *enc, bool mute);
sys/dev/drm/amd/display/dc/dce/dce_transform.c
116
static bool setup_scaling_configuration(
sys/dev/drm/amd/display/dc/dce/dce_transform.c
1301
bool power_on)
sys/dev/drm/amd/display/dc/dce/dce_transform.c
326
bool is_scaling_required;
sys/dev/drm/amd/display/dc/dce/dce_transform.c
327
bool filter_updated = false;
sys/dev/drm/amd/display/dc/dce/dce_transform.c
558
bool dither_enable,
sys/dev/drm/amd/display/dc/dce/dce_transform.c
561
bool frame_random_enable,
sys/dev/drm/amd/display/dc/dce/dce_transform.c
562
bool rgb_random_enable,
sys/dev/drm/amd/display/dc/dce/dce_transform.c
563
bool highpass_random_enable)
sys/dev/drm/amd/display/dc/dce/dce_transform.c
625
bool spatial_dither_enable;
sys/dev/drm/amd/display/dc/dce/dce_transform.c
869
static uint32_t decide_taps(struct fixed31_32 ratio, uint32_t in_taps, bool chroma)
sys/dev/drm/amd/display/dc/dce/dce_transform.c
891
bool dce_transform_get_optimal_number_of_taps(
sys/dev/drm/amd/display/dc/dce/dce_transform.c
998
static bool configure_graphics_mode(
sys/dev/drm/amd/display/dc/dce/dce_transform.h
482
bool prescaler_on;
sys/dev/drm/amd/display/dc/dce/dce_transform.h
492
bool dce_transform_get_optimal_number_of_taps(
sys/dev/drm/amd/display/dc/dce/dce_transform.h
508
bool power_on);
sys/dev/drm/amd/display/dc/dce100/dce100_hw_sequencer.c
158
bool decrease_allowed)
sys/dev/drm/amd/display/dc/dce100/dce100_hw_sequencer.c
72
bool dce100_enable_display_power_gating(
sys/dev/drm/amd/display/dc/dce100/dce100_hw_sequencer.h
39
bool decrease_allowed);
sys/dev/drm/amd/display/dc/dce100/dce100_hw_sequencer.h
41
bool dce100_enable_display_power_gating(struct dc *dc, uint8_t controller_id,
sys/dev/drm/amd/display/dc/dce100/dce100_resource.c
653
bool dp_clk_src)
sys/dev/drm/amd/display/dc/dce100/dce100_resource.c
765
bool dce100_validate_bandwidth(
sys/dev/drm/amd/display/dc/dce100/dce100_resource.c
770
bool at_least_one_pipe = false;
sys/dev/drm/amd/display/dc/dce100/dce100_resource.c
789
static bool dce100_validate_surface_sets(
sys/dev/drm/amd/display/dc/dce100/dce100_resource.c
865
static bool construct(
sys/dev/drm/amd/display/dc/dce110/dce110_compressor.c
146
bool enabled)
sys/dev/drm/amd/display/dc/dce110/dce110_compressor.c
294
bool dce110_compressor_is_fbc_enabled_in_hw(
sys/dev/drm/amd/display/dc/dce110/dce110_compressor.c
446
bool dce110_get_required_compressed_surfacesize(struct fbc_input_info fbc_input_info,
sys/dev/drm/amd/display/dc/dce110/dce110_compressor.c
449
bool result = false;
sys/dev/drm/amd/display/dc/dce110/dce110_compressor.h
65
bool dce110_compressor_is_fbc_enabled_in_hw(struct compressor *cp,
sys/dev/drm/amd/display/dc/dce110/dce110_compressor.h
76
bool dce110_compressor_is_lpt_enabled_in_hw(struct compressor *cp);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1114
void dce110_set_avmute(struct pipe_ctx *pipe_ctx, bool enable)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1568
bool can_edp_fast_boot_optimize = false;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1569
bool apply_edp_fast_boot_optimization = false;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1800
static bool should_enable_fbc(struct dc *dc,
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
183
bool clock_gating)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
188
static bool dce110_enable_display_power_gating(
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2140
bool blank_target = false;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2226
static bool wait_for_reset_trigger_to_occur(
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2230
bool rc = false;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2571
bool decrease_allowed)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
266
static bool
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
273
bool result = true;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
318
static bool convert_to_custom_float(struct pwl_result_data *rgb_resulted,
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
422
static bool
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
594
static bool
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
671
bool is_hdmi;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
672
bool is_dp;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
745
static bool is_panel_backlight_on(struct dce_hwseq *hws)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
754
static bool is_panel_powered_on(struct dce_hwseq *hws)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
783
bool power_up)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
788
bool edp_hpd_high = false;
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
851
bool power_up)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
933
bool enable)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
58
void dce110_set_avmute(struct pipe_ctx *pipe_ctx, bool enable);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
74
void dp_receiver_power_ctrl(struct dc_link *link, bool on);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
79
bool power_up);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
83
bool enable);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
87
bool power_up);
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
42
bool immediate)
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
474
bool dce_mem_input_v_is_surface_pending(struct mem_input *mem_input)
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
490
bool dce_mem_input_v_program_surface_flip_and_addr(
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
493
bool flip_immediate)
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
532
bool chroma)
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
649
bool horizotal_mirror)
sys/dev/drm/amd/display/dc/dce110/dce110_opp_csc_v.c
115
bool use_set_a = (get_reg_field_value(cntl_value,
sys/dev/drm/amd/display/dc/dce110/dce110_opp_csc_v.c
358
static bool configure_graphics_mode_v(
sys/dev/drm/amd/display/dc/dce110/dce110_opp_csc_v.c
537
bool use_set_a;
sys/dev/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c
35
bool power_on, bool inputgamma, bool regamma)
sys/dev/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c
519
bool power_on)
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
1097
static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool)
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
1201
static bool construct(
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
667
bool dp_clk_src)
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
823
static bool is_surface_pixel_format_supported(struct pipe_ctx *pipe_ctx, unsigned int underlay_idx)
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
857
static bool dce110_validate_bandwidth(
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
861
bool result = false;
sys/dev/drm/amd/display/dc/dce110/dce110_resource.c
941
static bool dce110_validate_surface_sets(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1109
bool dce110_timing_generator_validate_timing(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
123
bool dce110_timing_generator_enable_crtc(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1395
bool dce110_timing_generator_is_counter_moving(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1411
bool enable,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1473
bool lock)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1774
bool dce110_timing_generator_did_triggered_reset_occur(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1782
bool force = get_reg_field_value(value,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1785
bool vert_sync = get_reg_field_value(value1,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1955
bool use_vbios)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1963
bool dce110_tg_is_blanked(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
1981
bool enable_blanking)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
2008
bool dce110_tg_validate_timing(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
2044
bool dce110_arm_vert_intr(struct timing_generator *tg, uint8_t width)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
2080
static bool dce110_is_tg_enabled(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
2094
bool dce110_configure_crc(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
2171
bool dce110_get_crc(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
232
bool dce110_timing_generator_disable_crtc(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
281
bool dce110_timing_generator_program_timing_generator(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.c
91
static bool dce110_timing_generator_is_in_vertical_blank(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
127
bool dce110_timing_generator_validate_timing(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
135
bool dce110_timing_generator_program_timing_generator(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
140
bool dce110_timing_generator_enable_crtc(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
141
bool dce110_timing_generator_disable_crtc(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
158
bool dce110_timing_generator_is_counter_moving(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
193
bool dce110_timing_generator_did_triggered_reset_occur(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
245
bool enable,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
249
bool lock);
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
259
bool use_vbios);
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
261
bool dce110_tg_is_blanked(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
264
bool enable_blanking);
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
266
bool dce110_tg_validate_timing(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
276
bool dce110_arm_vert_intr(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
279
bool dce110_configure_crc(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
282
bool dce110_get_crc(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
140
static bool dce110_timing_generator_v_is_in_vertical_blank(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
153
static bool dce110_timing_generator_v_is_counter_moving(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
386
bool enable,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
428
bool enable_blanking)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
438
bool use_vbios)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
53
static bool dce110_timing_generator_v_enable_crtc(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
608
static bool dce110_timing_generator_v_did_triggered_reset_occur(
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
81
static bool dce110_timing_generator_v_disable_crtc(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.c
157
static bool setup_scaling_configuration(
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.c
161
bool is_scaling_needed = false;
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.c
504
static bool dce110_xfmv_power_up_line_buffer(struct transform *xfm)
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.c
527
bool is_scaling_required = false;
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.c
528
bool filter_updated = false;
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.c
699
bool dce110_transform_v_construct(
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.h
33
bool dce110_transform_v_construct(
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.h
52
bool power_on);
sys/dev/drm/amd/display/dc/dce112/dce112_compressor.c
268
static bool is_source_bigger_than_epanel_size(
sys/dev/drm/amd/display/dc/dce112/dce112_compressor.c
292
bool enabled)
sys/dev/drm/amd/display/dc/dce112/dce112_compressor.c
439
bool dce112_compressor_is_fbc_enabled_in_hw(
sys/dev/drm/amd/display/dc/dce112/dce112_compressor.c
467
bool dce112_compressor_is_lpt_enabled_in_hw(struct compressor *compressor)
sys/dev/drm/amd/display/dc/dce112/dce112_compressor.h
65
bool dce112_compressor_is_fbc_enabled_in_hw(struct compressor *cp,
sys/dev/drm/amd/display/dc/dce112/dce112_compressor.h
76
bool dce112_compressor_is_lpt_enabled_in_hw(struct compressor *cp);
sys/dev/drm/amd/display/dc/dce112/dce112_hw_sequencer.c
113
static bool dce112_enable_display_power_gating(
sys/dev/drm/amd/display/dc/dce112/dce112_resource.c
1138
static bool construct(
sys/dev/drm/amd/display/dc/dce112/dce112_resource.c
672
bool dp_clk_src)
sys/dev/drm/amd/display/dc/dce112/dce112_resource.c
811
bool dce112_validate_bandwidth(
sys/dev/drm/amd/display/dc/dce112/dce112_resource.c
815
bool result = false;
sys/dev/drm/amd/display/dc/dce112/dce112_resource.c
915
static bool dce112_validate_surface_sets(
sys/dev/drm/amd/display/dc/dce112/dce112_resource.h
45
bool dce112_validate_bandwidth(
sys/dev/drm/amd/display/dc/dce120/dce120_hw_sequencer.c
152
static bool dce120_enable_display_power_gating(
sys/dev/drm/amd/display/dc/dce120/dce120_resource.c
456
bool dp_clk_src)
sys/dev/drm/amd/display/dc/dce120/dce120_resource.c
482
bool dce120_hw_sequencer_create(struct dc *dc)
sys/dev/drm/amd/display/dc/dce120/dce120_resource.c
909
static bool construct(
sys/dev/drm/amd/display/dc/dce120/dce120_resource.c
918
bool harvest_enabled = ASICREV_IS_VEGA20_P(ctx->asic_id.hw_internal_rev);
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
102
bool dce120_timing_generator_validate_timing(
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
1119
static bool dce120_arm_vert_intr(
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
129
bool dce120_tg_validate_timing(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
131
bool dce120_tg_validate_timing(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
140
bool dce120_timing_generator_enable_crtc(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
384
bool dce120_timing_generator_did_triggered_reset_occur(
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
688
bool enable,
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
764
bool use_vbios)
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
773
bool dce120_tg_is_blanked(struct timing_generator *tg)
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
796
bool enable_blanking)
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
812
bool dce120_tg_validate_timing(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
85
static bool dce120_timing_generator_is_in_vertical_blank(
sys/dev/drm/amd/display/dc/dce80/dce80_resource.c
1069
static bool dce81_construct(
sys/dev/drm/amd/display/dc/dce80/dce80_resource.c
1279
static bool dce83_construct(
sys/dev/drm/amd/display/dc/dce80/dce80_resource.c
686
bool dp_clk_src)
sys/dev/drm/amd/display/dc/dce80/dce80_resource.c
799
bool dce80_validate_bandwidth(
sys/dev/drm/amd/display/dc/dce80/dce80_resource.c
810
static bool dce80_validate_surface_sets(
sys/dev/drm/amd/display/dc/dce80/dce80_resource.c
859
static bool dce80_construct(
sys/dev/drm/amd/display/dc/dce80/dce80_timing_generator.c
110
bool use_vbios)
sys/dev/drm/amd/display/dc/dce80/dce80_timing_generator.c
120
bool enable,
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
128
bool cm_helper_convert_to_custom_float(
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
132
bool fixpoint)
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
241
bool cm_helper_translate_curve_to_hw_format(
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
243
struct pwl_params *lut_params, bool fixpoint)
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.c
423
bool cm_helper_translate_curve_to_degamma_hw_format(
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.h
103
bool fixpoint);
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.h
105
bool cm_helper_translate_curve_to_hw_format(
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.h
107
struct pwl_params *lut_params, bool fixpoint);
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.h
109
bool cm_helper_translate_curve_to_degamma_hw_format(
sys/dev/drm/amd/display/dc/dcn10/dcn10_cm_common.h
99
bool cm_helper_convert_to_custom_float(
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
141
static bool dpp_get_optimal_number_of_taps(
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
284
bool is_float)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
309
bool is_float;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
311
bool force_disable_cursor = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
490
bool dppclk_div,
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
491
bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1358
bool is_write_to_ram_a_safe;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1384
bool dpp1_dscl_is_lb_conf_valid(
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1397
bool use_ram_a);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1411
bool is_ram_a);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1415
bool power_on);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1453
bool power_on);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1457
bool is_ram_a);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1497
bool dppclk_div,
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
1498
bool enable);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
350
bool power_on)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
381
bool is_ram_a)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
604
bool power_on)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
648
bool use_ram_a)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
659
static bool dpp1_degamma_ram_inuse(
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
661
bool *ram_a_inuse)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
663
bool ret = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
684
bool is_ram_a)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
713
bool is_ram_a = true;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
750
static bool dpp1_ingamma_ram_inuse(struct dpp *dpp_base,
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
751
bool *ram_a_inuse)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
753
bool in_use = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
787
bool rama_occupied = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
151
static bool dpp1_dscl_is_video_format(enum pixel_format format)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
160
static bool dpp1_dscl_is_420_format(enum pixel_format format)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
172
bool dbg_always_scale)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
295
bool chroma_coef_mode)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
297
bool h_2tap_hardcode_coef_en = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
298
bool v_2tap_hardcode_coef_en = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
299
bool h_2tap_sharp_en = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
300
bool v_2tap_sharp_en = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
303
bool coef_ram_current;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
328
bool filter_updated = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
454
bool dpp1_dscl_is_lb_conf_valid(int ceil_vratio, int num_partitions, int vtaps)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
519
bool ycbcr = scl_data->format >= PIXEL_FORMAT_VIDEO_BEGIN
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
655
bool ycbcr = scl_data->format >= PIXEL_FORMAT_VIDEO_BEGIN
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
107
bool hubbub1_verify_allow_pstate_change_high(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
120
static bool forced_pstate_allow; /* help with revert wa */
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
255
bool safe_to_lower)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
611
void hubbub1_soft_reset(struct hubbub *hubbub, bool reset)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
619
static bool hubbub1_dcc_support_swizzle(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
625
bool standard_swizzle = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
626
bool display_swizzle = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
678
static bool hubbub1_dcc_support_pixel_format(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
728
bool *req128_horz_wc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
729
bool *req128_vert_wc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
751
static bool hubbub1_get_dcc_compression_cap(struct hubbub *hubbub,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
760
bool req128_horz_wc, req128_vert_wc;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
96
bool hububu1_is_allow_self_refresh_enabled(struct hubbub *hubbub)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.h
195
bool hubbub1_verify_allow_pstate_change_high(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.h
204
bool safe_to_lower);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.h
208
bool hububu1_is_allow_self_refresh_enabled(struct hubbub *hubub);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.h
216
void hubbub1_soft_reset(struct hubbub *hubbub, bool reset);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
102
static void hubp1_set_hubp_blank_en(struct hubp *hubp, bool blank)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
1159
void hubp1_clk_cntl(struct hubp *hubp, bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
198
bool horizontal_mirror)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
309
bool hubp1_program_surface_flip_and_addr(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
312
bool flip_immediate)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
41
void hubp1_set_blank(struct hubp *hubp, bool blank)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
481
void hubp1_dcc_control(struct hubp *hubp, bool enable,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
482
bool independent_64b_blks)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
502
bool horizontal_mirror,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
693
bool hubp1_is_flip_pending(struct hubp *hubp)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.c
81
static void hubp1_disable_control(struct hubp *hubp, bool disable_hubp)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
672
bool horizontal_mirror,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
697
bool horizontal_mirror);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
705
bool enable,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
706
bool independent_64b_blks);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
708
bool hubp1_program_surface_flip_and_addr(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
711
bool flip_immediate);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
713
bool hubp1_is_flip_pending(struct hubp *hubp);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
724
void hubp1_set_blank(struct hubp *hubp, bool blank);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
730
void hubp1_clk_cntl(struct hubp *hubp, bool enable);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1003
bool allow_self_fresh_force_enable =
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1165
static bool patch_address_for_sbs_tb_stereo(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1169
bool sec_split = pipe_ctx->top_pipe &&
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1195
bool addr_patched = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1218
static bool dcn10_set_input_transfer_func(struct pipe_ctx *pipe_ctx,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1223
bool result = true;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1272
static bool
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1306
bool lock)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1326
static bool wait_for_reset_trigger_to_occur(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1330
bool rc = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1736
static bool is_lower_pipe_tree_visible(struct pipe_ctx *pipe_ctx)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1745
static bool is_upper_pipe_tree_visible(struct pipe_ctx *pipe_ctx)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1754
static bool is_pipe_tree_visible(struct pipe_ctx *pipe_ctx)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1765
bool is_rgb_cspace(enum dc_color_space output_color_space)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1945
bool per_pixel_alpha = pipe_ctx->plane_state->per_pixel_alpha && pipe_ctx->bottom_pipe;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2031
bool per_pixel_alpha =
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2059
bool should_divided_by_2 = context->bw.dcn.clk.dppclk_khz <=
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2161
bool blank)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2250
bool blank = !is_pipe_tree_visible(pipe_ctx);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2346
bool removed_pipe[4] = { false };
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2418
bool safe_to_lower)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2505
bool non_stereo_timing = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2601
static bool dcn10_dummy_display_power_gating(
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2614
bool flip_pending;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
365
bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
367
bool force_on = 1; /* disable power gating */
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
421
bool power_on)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
473
bool power_on)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
611
bool underflow;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
778
static bool dcn10_hw_wa_force_recovery(struct dc *dc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
782
bool need_recover = true;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
864
static bool should_log_hw_state; /* prevent hw state log by default */
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.h
38
bool is_rgb_cspace(enum dc_color_space output_color_space);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer_debug.c
108
static unsigned int dcn10_get_hubp_states(struct dc *dc, char *pBuf, unsigned int bufSize, bool invarOnly)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
105
bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
116
bool disable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
1267
bool connect)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
195
bool complete)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
456
bool exit_link_training_required)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
489
bool dcn10_is_dig_enabled(struct link_encoder *enc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
520
bool dcn10_link_encoder_validate_dvi_output(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
571
static bool dcn10_link_encoder_validate_hdmi_output(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
605
bool dcn10_link_encoder_validate_dp_output(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
727
bool dcn10_link_encoder_validate_output_with_stream(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
732
bool is_valid;
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
239
bool dcn10_link_encoder_validate_dvi_output(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
245
bool dcn10_link_encoder_validate_rgb_output(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
249
bool dcn10_link_encoder_validate_dp_output(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
253
bool dcn10_link_encoder_validate_wireless_output(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
257
bool dcn10_link_encoder_validate_output_with_stream(
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
321
bool connect);
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
332
bool exit_link_training_required);
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
337
bool dcn10_is_dig_enabled(struct link_encoder *enc);
sys/dev/drm/amd/display/dc/dcn10/dcn10_mpc.c
126
bool mpc1_is_mpcc_idle(struct mpc *mpc, int mpcc_id)
sys/dev/drm/amd/display/dc/dcn10/dcn10_mpc.c
270
bool found = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_mpc.h
166
bool mpc1_is_mpcc_idle(
sys/dev/drm/amd/display/dc/dcn10/dcn10_opp.c
301
bool enable,
sys/dev/drm/amd/display/dc/dcn10/dcn10_opp.c
372
void opp1_pipe_clock_control(struct output_pixel_processor *opp, bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_opp.h
153
bool is_write_to_ram_a_safe;
sys/dev/drm/amd/display/dc/dcn10/dcn10_opp.h
180
bool enable,
sys/dev/drm/amd/display/dc/dcn10/dcn10_opp.h
183
void opp1_pipe_clock_control(struct output_pixel_processor *opp, bool enable);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
1176
bool optc1_is_stereo_left_eye(struct timing_generator *optc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
1178
bool ret = false;
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
1242
bool optc1_get_otg_active_size(struct timing_generator *optc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
1286
bool optc1_is_tg_enabled(struct timing_generator *optc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
1297
bool optc1_is_optc_underflow_occurred(struct timing_generator *optc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
1309
bool optc1_configure_crc(struct timing_generator *optc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
1353
bool optc1_get_crc(struct timing_generator *optc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
175
bool use_vbios)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
348
void optc1_set_blank_data_double_buffer(struct timing_generator *optc, bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
398
bool enable_blanking)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
406
bool optc1_is_blanked(struct timing_generator *optc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
419
void optc1_enable_optc_clock(struct timing_generator *optc, bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
454
static bool optc1_enable_crtc(struct timing_generator *optc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
481
bool optc1_disable_crtc(struct timing_generator *optc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
516
bool optc1_validate_timing(
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
634
bool optc1_is_counter_moving(struct timing_generator *optc)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.c
648
bool optc1_did_triggered_reset_occur(
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
469
bool optc1_validate_timing(
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
476
bool use_vbios);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
485
bool optc1_disable_crtc(struct timing_generator *optc);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
487
bool optc1_is_counter_moving(struct timing_generator *optc);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
509
bool enable_blanking);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
511
bool optc1_is_blanked(struct timing_generator *optc);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
517
bool optc1_did_triggered_reset_occur(
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
528
void optc1_enable_optc_clock(struct timing_generator *optc, bool enable);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
541
bool optc1_is_stereo_left_eye(struct timing_generator *optc);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
547
bool optc1_is_tg_enabled(struct timing_generator *optc);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
549
bool optc1_is_optc_underflow_occurred(struct timing_generator *optc);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
551
void optc1_set_blank_data_double_buffer(struct timing_generator *optc, bool enable);
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
553
bool optc1_get_otg_active_size(struct timing_generator *optc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
562
bool optc1_configure_crc(struct timing_generator *optc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
565
bool optc1_get_crc(struct timing_generator *optc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1112
static bool dcn10_get_dcc_compression_cap(const struct dc *dc,
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1181
static bool construct(
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
759
bool dp_clk_src)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
1300
bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
1362
bool mute)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
1412
int tg_inst, bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
482
bool enable_audio)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
587
bool is_dual_link)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
882
bool enable)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
469
bool enable_audio);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
474
bool is_dual_link);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
496
int tg_inst, bool enable);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
500
bool enable);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
504
bool mute);
sys/dev/drm/amd/display/dc/dm_helpers.h
102
bool dm_helpers_dp_write_dpcd(
sys/dev/drm/amd/display/dc/dm_helpers.h
109
bool dm_helpers_submit_i2c(
sys/dev/drm/amd/display/dc/dm_helpers.h
114
bool dm_helpers_is_dp_sink_present(
sys/dev/drm/amd/display/dc/dm_helpers.h
54
bool dm_helpers_dp_mst_write_payload_allocation_table(
sys/dev/drm/amd/display/dc/dm_helpers.h
58
bool enable);
sys/dev/drm/amd/display/dc/dm_helpers.h
70
bool dm_helpers_dp_mst_poll_for_allocation_change_trigger(
sys/dev/drm/amd/display/dc/dm_helpers.h
76
bool dm_helpers_dp_mst_send_payload_allocation(
sys/dev/drm/amd/display/dc/dm_helpers.h
79
bool enable);
sys/dev/drm/amd/display/dc/dm_helpers.h
81
bool dm_helpers_dp_mst_start_top_mgr(
sys/dev/drm/amd/display/dc/dm_helpers.h
84
bool boot);
sys/dev/drm/amd/display/dc/dm_helpers.h
92
bool dm_helpers_dp_read_dpcd(
sys/dev/drm/amd/display/dc/dm_services.h
203
bool dm_pp_get_clock_levels_by_type(
sys/dev/drm/amd/display/dc/dm_services.h
208
bool dm_pp_get_clock_levels_by_type_with_latency(
sys/dev/drm/amd/display/dc/dm_services.h
213
bool dm_pp_get_clock_levels_by_type_with_voltage(
sys/dev/drm/amd/display/dc/dm_services.h
218
bool dm_pp_notify_wm_clock_changes(
sys/dev/drm/amd/display/dc/dm_services.h
236
bool dm_pp_apply_display_requirements(
sys/dev/drm/amd/display/dc/dm_services.h
240
bool dm_pp_apply_power_level_change_request(
sys/dev/drm/amd/display/dc/dm_services.h
244
bool dm_pp_apply_clock_for_voltage_request(
sys/dev/drm/amd/display/dc/dm_services.h
248
bool dm_pp_get_static_clocks(
sys/dev/drm/amd/display/dc/dm_services.h
255
bool save_per_link;
sys/dev/drm/amd/display/dc/dm_services.h
256
bool save_per_edid;
sys/dev/drm/amd/display/dc/dm_services.h
286
bool dm_write_persistent_data(struct dc_context *ctx,
sys/dev/drm/amd/display/dc/dm_services.h
320
bool dm_read_persistent_data(struct dc_context *ctx,
sys/dev/drm/amd/display/dc/dm_services.h
328
bool dm_query_extended_brightness_caps
sys/dev/drm/amd/display/dc/dm_services.h
332
bool dm_dmcu_set_pipe(struct dc_context *ctx, unsigned int controller_id);
sys/dev/drm/amd/display/dc/dm_services_types.h
177
bool nb_pstate_switch_disable;/* controls NB PState switch */
sys/dev/drm/amd/display/dc/dm_services_types.h
178
bool cpu_cc6_disable; /* controls CPU CState switch ( on or off) */
sys/dev/drm/amd/display/dc/dm_services_types.h
179
bool cpu_pstate_disable;
sys/dev/drm/amd/display/dc/dm_services_types.h
193
bool all_displays_in_sync;
sys/dev/drm/amd/display/dc/dml/display_mode_structs.h
120
bool gpuvm_enable;
sys/dev/drm/amd/display/dc/dml/display_mode_structs.h
121
bool hostvm_enable;
sys/dev/drm/amd/display/dc/dml/display_mode_structs.h
198
bool gpuvm; // gpuvm enabled
sys/dev/drm/amd/display/dc/dml/display_mode_structs.h
199
bool hostvm; // hostvm enabled
sys/dev/drm/amd/display/dc/dml/display_mode_structs.h
200
bool gpuvm_levels_force_en;
sys/dev/drm/amd/display/dc/dml/display_mode_structs.h
202
bool hostvm_levels_force_en;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1011
bool dcc_en;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1012
bool dual_plane;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1013
bool mode_422;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
282
bool req128_l = 0;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
283
bool req128_c = 0;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
284
bool surf_linear = (pipe_src_param.sw_mode == dm_sw_linear);
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
285
bool surf_vert = (pipe_src_param.source_scan == dm_vert);
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
376
bool surf_linear = (tiling == dm_sw_linear);
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
377
bool surf_vert = (source_scan == dm_vert);
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
40
static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma)
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
542
bool is_chroma)
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
544
bool mode_422 = 0;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
550
bool surf_linear;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
551
bool surf_vert;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
67
static bool is_dual_plane(enum source_format_class source_format)
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
69
bool ret_val = 0;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
986
const bool cstate_en,
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
987
const bool pstate_en,
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
988
const bool vm_en,
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
989
const bool iflip_en)
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
996
bool interlaced = e2e_pipe_param.pipe.dest.interlaced;
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.h
63
const bool cstate_en,
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.h
64
const bool pstate_en,
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.h
65
const bool vm_en,
sys/dev/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.h
66
const bool iflip_en);
sys/dev/drm/amd/display/dc/dml/dml_inline_defs.h
115
bool up)
sys/dev/drm/amd/display/dc/gpio/dce110/hw_translate_dce110.c
181
static bool id_to_offset(
sys/dev/drm/amd/display/dc/gpio/dce110/hw_translate_dce110.c
186
bool result = true;
sys/dev/drm/amd/display/dc/gpio/dce110/hw_translate_dce110.c
39
static bool offset_to_id(
sys/dev/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c
203
static bool id_to_offset(
sys/dev/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c
208
bool result = true;
sys/dev/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c
61
static bool offset_to_id(
sys/dev/drm/amd/display/dc/gpio/dce80/hw_translate_dce80.c
210
static bool id_to_offset(
sys/dev/drm/amd/display/dc/gpio/dce80/hw_translate_dce80.c
215
bool result = true;
sys/dev/drm/amd/display/dc/gpio/dce80/hw_translate_dce80.c
63
static bool offset_to_id(
sys/dev/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c
203
static bool id_to_offset(
sys/dev/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c
208
bool result = true;
sys/dev/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c
61
static bool offset_to_id(
sys/dev/drm/amd/display/dc/gpio/gpio_service.c
190
static bool is_pin_busy(
sys/dev/drm/amd/display/dc/gpio/hw_factory.c
56
bool dal_hw_factory_init(
sys/dev/drm/amd/display/dc/gpio/hw_factory.h
69
bool dal_hw_factory_init(
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
60
bool dal_hw_gpio_open(
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
105
bool mux_supported;
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
118
bool dal_hw_gpio_open(
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
44
bool opened;
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
51
bool (*open)(
sys/dev/drm/amd/display/dc/gpio/hw_translate.c
56
bool dal_hw_translate_init(
sys/dev/drm/amd/display/dc/gpio/hw_translate.h
30
bool (*offset_to_id)(
sys/dev/drm/amd/display/dc/gpio/hw_translate.h
35
bool (*id_to_offset)(
sys/dev/drm/amd/display/dc/gpio/hw_translate.h
45
bool dal_hw_translate_init(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
115
bool transaction_complete;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
116
bool operation_succeeded;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
245
static bool read_command(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
248
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
310
bool mot;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
330
bool transaction_complete;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
331
bool operation_succeeded;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
459
static bool write_command(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
462
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
525
static bool end_of_transaction_command(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
560
bool dal_aux_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
563
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
567
bool result;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
568
bool mot_used = true;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
68
bool dal_aux_engine_acquire(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.h
36
bool (*acquire_engine)(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.h
56
bool (*is_engine_available) (
sys/dev/drm/amd/display/dc/i2caux/aux_engine.h
67
bool acquire_reset;
sys/dev/drm/amd/display/dc/i2caux/aux_engine.h
76
bool dal_aux_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/aux_engine.h
79
bool middle_of_transaction);
sys/dev/drm/amd/display/dc/i2caux/aux_engine.h
80
bool dal_aux_engine_acquire(
sys/dev/drm/amd/display/dc/i2caux/dce110/aux_engine_dce110.c
112
static bool acquire_engine(
sys/dev/drm/amd/display/dc/i2caux/dce110/aux_engine_dce110.c
196
bool is_write =
sys/dev/drm/amd/display/dc/i2caux/dce110/aux_engine_dce110.c
99
static bool is_engine_available(
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
114
bool safe_to_reset;
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
146
static bool setup_engine(
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
234
static bool is_hw_busy(struct engine *engine)
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
268
static bool process_transaction(
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
276
bool last_transaction = false;
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_sw_engine_dce110.c
96
static bool acquire_engine(
sys/dev/drm/amd/display/dc/i2caux/dce110/i2caux_dce110.c
213
bool use_i2c_sw_engine = false;
sys/dev/drm/amd/display/dc/i2caux/dce110/i2caux_dce110.h
34
bool i2c_hw_buffer_in_use;
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
121
bool safe_to_reset;
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
198
static bool setup_engine(
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
367
static bool is_hw_busy(struct engine *engine)
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
404
static bool process_transaction(
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
411
bool last_transaction = false;
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_sw_engine_dce80.c
113
static bool acquire_engine(
sys/dev/drm/amd/display/dc/i2caux/dce80/i2caux_dce80.c
116
bool non_generic;
sys/dev/drm/amd/display/dc/i2caux/dce80/i2caux_dce80.c
206
bool use_i2c_sw_engine = true;
sys/dev/drm/amd/display/dc/i2caux/dce80/i2caux_dce80.h
32
bool i2c_hw_buffer_in_use;
sys/dev/drm/amd/display/dc/i2caux/engine.h
86
bool (*acquire)(
sys/dev/drm/amd/display/dc/i2caux/engine.h
89
bool (*submit_request)(
sys/dev/drm/amd/display/dc/i2caux/engine.h
92
bool middle_of_transaction);
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.c
51
bool dal_i2c_engine_acquire(
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.c
58
bool result;
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.c
84
bool dal_i2c_engine_setup_i2c_engine(
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.h
100
bool dal_i2c_engine_setup_i2c_engine(
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.h
111
bool dal_i2c_engine_acquire(
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.h
69
bool (*acquire_engine)(
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.h
72
bool (*setup_engine)(
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
106
bool result = false;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
114
bool first_iteration = true;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
142
bool last_iteration;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
143
bool stop_bit;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
87
bool dal_i2c_generic_hw_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
90
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
99
bool initial_stop_bit = !middle_of_transaction;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.h
32
bool start_bit;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.h
33
bool stop_bit;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.h
34
bool last_read;
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.h
70
bool dal_i2c_generic_hw_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.h
73
bool middle_of_transaction);
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.c
183
bool dal_i2c_hw_engine_acquire_engine(
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.c
72
bool dal_i2c_hw_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.c
75
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.c
85
bool result = false;
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.h
68
bool dal_i2c_hw_engine_acquire_engine(
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.h
72
bool dal_i2c_hw_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.h
75
bool middle_of_transaction);
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
105
static bool start_sync(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
148
static bool stop_sync(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
185
static bool write_byte(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
192
bool ack;
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
241
static bool read_byte(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
246
bool more)
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
300
static bool i2c_write(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
322
static bool i2c_read(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
367
bool dal_i2c_sw_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
370
bool middle_of_transaction)
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
377
bool operation_succeeded = false;
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
462
bool dal_i2caux_i2c_sw_engine_acquire_engine(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
490
bool result = start_sync(engine->base.ctx, ddc, clock_delay_div_4);
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
52
static inline bool read_bit_from_ddc(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
54
bool data_nor_clock)
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
68
bool data_nor_clock,
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
69
bool bit)
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
79
static bool wait_for_scl_high(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.h
55
bool dal_i2caux_i2c_sw_engine_acquire_engine(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.h
66
bool dal_i2c_sw_engine_submit_request(
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.h
69
bool middle_of_transaction);
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
109
bool dal_i2caux_submit_i2c_command(
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
116
bool result;
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
165
bool mot = (index_of_payload != cmd->number_of_payloads - 1);
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
196
bool dal_i2caux_submit_aux_command(
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
203
bool result;
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
204
bool mot;
sys/dev/drm/amd/display/dc/i2caux/i2caux.c
269
static bool get_hw_supported_ddc_line(
sys/dev/drm/amd/display/dc/inc/bw_fixed.h
137
static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2)
sys/dev/drm/amd/display/dc/inc/bw_fixed.h
142
static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2)
sys/dev/drm/amd/display/dc/inc/bw_fixed.h
147
static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2)
sys/dev/drm/amd/display/dc/inc/bw_fixed.h
152
static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2)
sys/dev/drm/amd/display/dc/inc/bw_fixed.h
157
static inline bool bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2)
sys/dev/drm/amd/display/dc/inc/bw_fixed.h
162
static inline bool bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2)
sys/dev/drm/amd/display/dc/inc/clock_source.h
117
bool use_external_clk;
sys/dev/drm/amd/display/dc/inc/clock_source.h
161
bool (*cs_power_down)(
sys/dev/drm/amd/display/dc/inc/clock_source.h
163
bool (*program_pix_clk)(struct clock_source *,
sys/dev/drm/amd/display/dc/inc/clock_source.h
175
bool dp_clk_src;
sys/dev/drm/amd/display/dc/inc/clock_source.h
69
bool hw_dso_n_dp_ref_clk;
sys/dev/drm/amd/display/dc/inc/compressor.h
114
bool dynamic_fbc_buffer_alloc;
sys/dev/drm/amd/display/dc/inc/compressor.h
75
bool (*is_fbc_enabled_in_hw)(struct compressor *cp,
sys/dev/drm/amd/display/dc/inc/compressor.h
81
bool is_enabled;
sys/dev/drm/amd/display/dc/inc/core_types.h
129
bool dp_audio;
sys/dev/drm/amd/display/dc/inc/core_types.h
130
bool hdmi_audio_on_dongle;
sys/dev/drm/amd/display/dc/inc/core_types.h
131
bool hdmi_audio_native;
sys/dev/drm/amd/display/dc/inc/core_types.h
152
bool i2c_hw_buffer_in_use;
sys/dev/drm/amd/display/dc/inc/core_types.h
241
bool is_stream_enc_acquired[MAX_PIPES * 2];
sys/dev/drm/amd/display/dc/inc/core_types.h
242
bool is_audio_acquired[MAX_PIPES];
sys/dev/drm/amd/display/dc/inc/core_types.h
248
bool cpuc_state_change_enable;
sys/dev/drm/amd/display/dc/inc/core_types.h
249
bool cpup_state_change_enable;
sys/dev/drm/amd/display/dc/inc/core_types.h
250
bool stutter_mode_enable;
sys/dev/drm/amd/display/dc/inc/core_types.h
251
bool nbp_state_change_enable;
sys/dev/drm/amd/display/dc/inc/core_types.h
252
bool all_displays_in_sync;
sys/dev/drm/amd/display/dc/inc/core_types.h
83
void core_link_set_avmute(struct pipe_ctx *pipe_ctx, bool enable);
sys/dev/drm/amd/display/dc/inc/core_types.h
99
bool (*validate_bandwidth)(
sys/dev/drm/amd/display/dc/inc/custom_float.h
34
bool convert_to_custom_float_format(
sys/dev/drm/amd/display/dc/inc/dc_link_ddc.h
116
bool lte_340_scramble);
sys/dev/drm/amd/display/dc/inc/dc_link_ddc.h
65
bool write);
sys/dev/drm/amd/display/dc/inc/dc_link_ddc.h
72
bool write);
sys/dev/drm/amd/display/dc/inc/dc_link_ddc.h
91
bool dal_ddc_service_is_in_aux_transaction_mode(struct ddc_service *ddc);
sys/dev/drm/amd/display/dc/inc/dc_link_ddc.h
97
bool dal_ddc_service_query_ddc_data(
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
36
bool dp_verify_link_cap(
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
41
bool dp_validate_mode_timing(
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
49
bool perform_link_training_with_retries(
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
52
bool skip_video_pattern,
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
55
bool is_mst_supported(struct dc_link *link);
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
57
bool detect_dp_sink_caps(struct dc_link *link);
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
61
bool is_dp_active_dongle(const struct dc_link *link);
sys/dev/drm/amd/display/dc/inc/dc_link_dp.h
63
void dp_enable_mst_on_sink(struct dc_link *link, bool enable);
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
138
bool large_cursor;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
140
bool dmif_pipe_en_fbc_chunk_tracker;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
147
bool display_write_back_supported;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
148
bool argb_compression_support;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
162
bool pre_downscaler_enabled;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
163
bool underlay_downscale_prefetch_enabled;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
166
bool graphics_lb_nodownscaling_multi_line_prefetching;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
179
bool limit_excessive_outstanding_dmif_requests;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
221
bool scatter_gather_enable;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
238
bool display_synchronization_enabled;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
247
bool d1_display_write_back_dwb_enable;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
250
bool increase_voltage_to_support_mclk_switch;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
251
bool cpup_state_change_enable;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
252
bool cpuc_state_change_enable;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
253
bool nbp_state_change_enable;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
254
bool stutter_mode_enable;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
363
bool fbc_en[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
364
bool lpt_en[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
365
bool displays_match_flag[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
366
bool use_alpha[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
367
bool orthogonal_rotation[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
368
bool enable[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
369
bool access_one_channel_only[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
370
bool scatter_gather_enable_for_pipe[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
371
bool interlace_mode[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
372
bool display_pstate_change_enable[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
373
bool line_buffer_prefetch[maximum_number_of_surfaces];
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
480
bool bw_calcs(
sys/dev/drm/amd/display/dc/inc/dcn_calcs.h
622
bool dcn_validate_bandwidth(
sys/dev/drm/amd/display/dc/inc/hw/abm.h
47
bool (*set_abm_level)(struct abm *abm, unsigned int abm_level);
sys/dev/drm/amd/display/dc/inc/hw/abm.h
48
bool (*set_abm_immediate_disable)(struct abm *abm);
sys/dev/drm/amd/display/dc/inc/hw/abm.h
49
bool (*init_backlight)(struct abm *abm);
sys/dev/drm/amd/display/dc/inc/hw/abm.h
50
bool (*set_backlight_level)(struct abm *abm,
sys/dev/drm/amd/display/dc/inc/hw/abm.h
54
bool use_smooth_brightness);
sys/dev/drm/amd/display/dc/inc/hw/audio.h
35
bool (*endpoint_valid)(struct audio *audio);
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
112
bool transaction_complete;
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
113
bool operation_succeeded;
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
117
bool mot;
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
137
bool transaction_complete;
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
138
bool operation_succeeded;
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
145
bool (*acquire_engine)(
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
165
bool (*is_engine_available)(struct aux_engine *engine);
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
168
bool (*acquire)(
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
171
bool (*submit_request)(
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
174
bool middle_of_transaction);
sys/dev/drm/amd/display/dc/inc/hw/aux_engine.h
92
bool acquire_reset;
sys/dev/drm/amd/display/dc/inc/hw/dchubbub.h
48
bool (*get_dcc_compression_cap)(struct hubbub *hubbub,
sys/dev/drm/amd/display/dc/inc/hw/dchubbub.h
52
bool (*dcc_support_swizzle)(
sys/dev/drm/amd/display/dc/inc/hw/dchubbub.h
58
bool (*dcc_support_pixel_format)(
sys/dev/drm/amd/display/dc/inc/hw/display_clock.h
51
bool safe_to_lower);
sys/dev/drm/amd/display/dc/inc/hw/display_clock.h
57
bool (*update_dfs_bypass)(struct dccg *dccg,
sys/dev/drm/amd/display/dc/inc/hw/dmcu.h
45
bool (*dmcu_init)(struct dmcu *dmcu);
sys/dev/drm/amd/display/dc/inc/hw/dmcu.h
46
bool (*load_iram)(struct dmcu *dmcu,
sys/dev/drm/amd/display/dc/inc/hw/dmcu.h
50
void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait);
sys/dev/drm/amd/display/dc/inc/hw/dmcu.h
51
bool (*setup_psr)(struct dmcu *dmcu,
sys/dev/drm/amd/display/dc/inc/hw/dmcu.h
59
bool (*is_dmcu_initialized)(struct dmcu *dmcu);
sys/dev/drm/amd/display/dc/inc/hw/dpp.h
103
bool is_ram_a);
sys/dev/drm/amd/display/dc/inc/hw/dpp.h
162
bool dppclk_div,
sys/dev/drm/amd/display/dc/inc/hw/dpp.h
163
bool enable);
sys/dev/drm/amd/display/dc/inc/hw/dpp.h
75
bool (*dpp_get_optimal_number_of_taps)(
sys/dev/drm/amd/display/dc/inc/hw/dpp.h
94
bool power_on);
sys/dev/drm/amd/display/dc/inc/hw/gpio.h
74
bool (*offset_to_id)(
sys/dev/drm/amd/display/dc/inc/hw/gpio.h
79
bool (*id_to_offset)(
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
102
bool (*hubp_is_flip_pending)(struct hubp *hubp);
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
107
void (*set_blank)(struct hubp *hubp, bool blank);
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
108
void (*set_hubp_blank_en)(struct hubp *hubp, bool blank);
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
121
void (*hubp_clk_cntl)(struct hubp *hubp, bool enable);
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
124
void (*hubp_disable_control)(struct hubp *hubp, bool disable_hubp);
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
55
bool power_gated;
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
66
void (*dcc_control)(struct hubp *hubp, bool enable,
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
67
bool independent_64b_blks);
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
73
bool (*hubp_program_surface_flip_and_addr)(
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
76
bool flip_immediate);
sys/dev/drm/amd/display/dc/inc/hw/hubp.h
99
bool horizontal_mirror,
sys/dev/drm/amd/display/dc/inc/hw/hw_shared.h
126
bool force_hw_default;
sys/dev/drm/amd/display/dc/inc/hw/link_encoder.h
117
bool (*validate_output_with_stream)(
sys/dev/drm/amd/display/dc/inc/hw/link_encoder.h
146
bool exit_link_training_required);
sys/dev/drm/amd/display/dc/inc/hw/link_encoder.h
151
bool connect);
sys/dev/drm/amd/display/dc/inc/hw/link_encoder.h
154
bool (*is_dig_enabled)(struct link_encoder *enc);
sys/dev/drm/amd/display/dc/inc/hw/link_encoder.h
68
bool ycbcr420_supported;
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
129
bool (*mem_input_program_surface_flip_and_addr)(
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
132
bool flip_immediate);
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
155
bool horizontal_mirror);
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
157
bool (*mem_input_is_flip_pending)(struct mem_input *mem_input);
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
162
void (*set_blank)(struct mem_input *mi, bool blank);
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
163
void (*set_hubp_blank_en)(struct mem_input *mi, bool blank);
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
61
bool enhanced;
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
62
bool quad_dmif_buffer;
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
63
bool watermark_nb_pstate;
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
96
void (*dcc_control)(struct mem_input *mem_input, bool enable,
sys/dev/drm/amd/display/dc/inc/hw/mem_input.h
97
bool independent_64b_blks);
sys/dev/drm/amd/display/dc/inc/hw/mpc.h
60
bool pre_multiplied_alpha; /* alpha pre-multiplied mode flag */
sys/dev/drm/amd/display/dc/inc/hw/mpc.h
63
bool overlap_only;
sys/dev/drm/amd/display/dc/inc/hw/mpc.h
68
bool enable;
sys/dev/drm/amd/display/dc/inc/hw/mpc.h
72
bool frame_alt;
sys/dev/drm/amd/display/dc/inc/hw/mpc.h
74
bool field_alt;
sys/dev/drm/amd/display/dc/inc/hw/opp.h
132
bool sign;
sys/dev/drm/amd/display/dc/inc/hw/opp.h
139
bool negative;
sys/dev/drm/amd/display/dc/inc/hw/opp.h
209
bool mpcc_disconnect_pending[MAX_PIPES];
sys/dev/drm/amd/display/dc/inc/hw/opp.h
297
bool enable,
sys/dev/drm/amd/display/dc/inc/hw/opp.h
302
bool enable);
sys/dev/drm/amd/display/dc/inc/hw/stream_encoder.h
102
bool is_dual_link);
sys/dev/drm/amd/display/dc/inc/hw/stream_encoder.h
134
struct stream_encoder *enc, bool mute);
sys/dev/drm/amd/display/dc/inc/hw/stream_encoder.h
159
bool enable);
sys/dev/drm/amd/display/dc/inc/hw/stream_encoder.h
162
struct stream_encoder *enc, bool enable);
sys/dev/drm/amd/display/dc/inc/hw/stream_encoder.h
97
bool enable_audio);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
121
bool continuous_mode;
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
122
bool enable;
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
138
bool (*validate_timing)(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
142
bool use_vbios);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
146
bool (*enable_crtc)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
147
bool (*disable_crtc)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
148
bool (*is_counter_moving)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
159
bool (*get_otg_active_size)(struct timing_generator *optc,
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
167
bool enable_blanking);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
168
bool (*is_blanked)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
176
bool (*did_triggered_reset_occur)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
189
bool enable, const struct dc_crtc_timing *timing);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
198
bool (*arm_vert_intr)(struct timing_generator *tg, uint8_t width);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
201
void (*enable_optc_clock)(struct timing_generator *tg, bool enable);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
204
bool (*is_stereo_left_eye)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
206
void (*set_blank_data_double_buffer)(struct timing_generator *tg, bool enable);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
209
bool (*is_tg_enabled)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
210
bool (*is_optc_underflow_occurred)(struct timing_generator *tg);
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
217
bool (*configure_crc)(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
224
bool (*get_crc)(struct timing_generator *tg,
sys/dev/drm/amd/display/dc/inc/hw/timing_generator.h
62
bool immediate_flip;
sys/dev/drm/amd/display/dc/inc/hw/transform.h
154
bool alpha_en;
sys/dev/drm/amd/display/dc/inc/hw/transform.h
155
bool pixel_expan_mode;
sys/dev/drm/amd/display/dc/inc/hw/transform.h
156
bool interleave_en;
sys/dev/drm/amd/display/dc/inc/hw/transform.h
195
bool (*transform_get_optimal_number_of_taps)(
sys/dev/drm/amd/display/dc/inc/hw/transform.h
214
bool power_on);
sys/dev/drm/amd/display/dc/inc/hw/transform.h
223
bool is_ram_a);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
120
bool (*set_input_transfer_func)(
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
124
bool (*set_output_transfer_func)(
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
145
bool clock_gating);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
147
bool (*enable_display_power_gating)(
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
174
bool lock);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
178
bool blank);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
183
bool safe_to_lower);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
203
void (*set_avmute)(struct pipe_ctx *pipe_ctx, bool enable);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
220
bool enable);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
223
bool enable);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
224
void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
237
bool hwss_wait_for_blank_complete(
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
44
bool blnd_crtc_trigger;
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
45
bool DEGVIDCN10_253;
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
46
bool false_optc_underflow;
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
47
bool DEGVIDCN10_254;
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
51
bool DEGVIDCN10_253_applied;
sys/dev/drm/amd/display/dc/inc/link_hwss.h
53
void dp_receiver_power_ctrl(struct dc_link *link, bool on);
sys/dev/drm/amd/display/dc/inc/link_hwss.h
54
bool edp_receiver_ready_T9(struct dc_link *link);
sys/dev/drm/amd/display/dc/inc/link_hwss.h
55
bool edp_receiver_ready_T7(struct dc_link *link);
sys/dev/drm/amd/display/dc/inc/link_hwss.h
61
bool dp_set_hw_training_pattern(
sys/dev/drm/amd/display/dc/inc/link_hwss.h
79
bool skip_video_pattern);
sys/dev/drm/amd/display/dc/inc/resource.h
112
bool resource_are_streams_timing_synchronizable(
sys/dev/drm/amd/display/dc/inc/resource.h
128
bool resource_attach_surfaces_to_context(
sys/dev/drm/amd/display/dc/inc/resource.h
139
bool resource_is_stream_unchanged(
sys/dev/drm/amd/display/dc/inc/resource.h
142
bool resource_validate_attach_surfaces(
sys/dev/drm/amd/display/dc/inc/resource.h
163
bool pipe_need_reprogram(
sys/dev/drm/amd/display/dc/inc/resource.h
174
bool acquired);
sys/dev/drm/amd/display/dc/inc/resource.h
70
bool resource_construct(
sys/dev/drm/amd/display/dc/inc/resource.h
89
bool resource_build_scaling_params(struct pipe_ctx *pipe_ctx);
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
177
bool dal_irq_service_dummy_set(struct irq_service *irq_service,
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
179
bool enable)
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
186
bool dal_irq_service_dummy_ack(struct irq_service *irq_service,
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
195
bool dce110_vblank_set(struct irq_service *irq_service,
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
197
bool enable)
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
42
static bool hpd_ack(struct irq_service *irq_service,
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.h
39
bool dal_irq_service_dummy_set(
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.h
42
bool enable);
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.h
44
bool dal_irq_service_dummy_ack(
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.h
48
bool dce110_vblank_set(
sys/dev/drm/amd/display/dc/irq/dce110/irq_service_dce110.h
51
bool enable);
sys/dev/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
40
static bool hpd_ack(
sys/dev/drm/amd/display/dc/irq/dce80/irq_service_dce80.c
40
static bool hpd_ack(
sys/dev/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
110
static bool hpd_ack(
sys/dev/drm/amd/display/dc/irq/irq_service.c
101
bool dal_irq_service_set(
sys/dev/drm/amd/display/dc/irq/irq_service.c
104
bool enable)
sys/dev/drm/amd/display/dc/irq/irq_service.c
138
bool dal_irq_service_ack(
sys/dev/drm/amd/display/dc/irq/irq_service.c
91
bool enable)
sys/dev/drm/amd/display/dc/irq/irq_service.h
37
bool (*set)(
sys/dev/drm/amd/display/dc/irq/irq_service.h
40
bool enable);
sys/dev/drm/amd/display/dc/irq/irq_service.h
41
bool (*ack)(
sys/dev/drm/amd/display/dc/irq/irq_service.h
83
bool enable);
sys/dev/drm/amd/display/dc/virtual/virtual_link_encoder.c
103
bool virtual_link_encoder_construct(
sys/dev/drm/amd/display/dc/virtual/virtual_link_encoder.c
31
static bool virtual_link_encoder_validate_output_with_stream(
sys/dev/drm/amd/display/dc/virtual/virtual_link_encoder.c
77
bool connect) {}
sys/dev/drm/amd/display/dc/virtual/virtual_link_encoder.h
31
bool virtual_link_encoder_construct(
sys/dev/drm/amd/display/dc/virtual/virtual_stream_encoder.c
103
bool virtual_stream_encoder_construct(
sys/dev/drm/amd/display/dc/virtual/virtual_stream_encoder.c
38
bool enable_audio) {}
sys/dev/drm/amd/display/dc/virtual/virtual_stream_encoder.c
43
bool is_dual_link) {}
sys/dev/drm/amd/display/dc/virtual/virtual_stream_encoder.c
58
bool enable) {}
sys/dev/drm/amd/display/dc/virtual/virtual_stream_encoder.c
75
bool mute) {}
sys/dev/drm/amd/display/dc/virtual/virtual_stream_encoder.h
34
bool virtual_stream_encoder_construct(
sys/dev/drm/amd/display/include/audio_types.h
45
bool interlaced;
sys/dev/drm/amd/display/include/audio_types.h
70
bool ss_enabled;
sys/dev/drm/amd/display/include/bios_parser_types.h
110
bool enable_dp_audio;
sys/dev/drm/amd/display/include/bios_parser_types.h
121
bool coherent;
sys/dev/drm/amd/display/include/bios_parser_types.h
135
bool enable_dp_audio;
sys/dev/drm/amd/display/include/bios_parser_types.h
154
bool coherent;
sys/dev/drm/amd/display/include/bios_parser_types.h
155
bool multi_path;
sys/dev/drm/amd/display/include/bios_parser_types.h
156
bool single_pll_mode;
sys/dev/drm/amd/display/include/bios_parser_types.h
204
bool ss_enable;
sys/dev/drm/amd/display/include/ddc_service_types.h
66
bool downstrm_sink_count_valid;
sys/dev/drm/amd/display/include/ddc_service_types.h
85
bool ss_supported;
sys/dev/drm/amd/display/include/ddc_service_types.h
93
bool is_dp_hdmi_s3d_converter;
sys/dev/drm/amd/display/include/ddc_service_types.h
96
bool is_edp_sink_cap_valid;
sys/dev/drm/amd/display/include/fixed31_32.h
141
static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2)
sys/dev/drm/amd/display/include/fixed31_32.h
150
static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2)
sys/dev/drm/amd/display/include/fixed31_32.h
159
static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2)
sys/dev/drm/amd/display/include/fixed31_32.h
232
bool negative = arg.value < 0;
sys/dev/drm/amd/display/include/fixed31_32.h
520
bool negative = arg.value < 0;
sys/dev/drm/amd/display/include/gpio_types.h
292
bool data_en_bit_present;
sys/dev/drm/amd/display/include/gpio_types.h
293
bool clock_en_bit_present;
sys/dev/drm/amd/display/include/gpio_types.h
304
bool enable_output_from_mux;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
155
bool realtek_eDPToLVDS;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
193
bool CENTER_MODE:1;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
194
bool EXTERNAL:1;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
195
bool STEP_AND_DELAY_INFO:1;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
225
bool gpio_tv_active_state;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
417
bool has_thermal_state_changed;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
418
bool has_power_source_changed;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
419
bool has_forced_mode_changed;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
420
bool forced_mode;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
421
bool backlight_changed;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
92
bool i2c_hw_assist;
sys/dev/drm/amd/display/include/grph_object_id.h
296
static inline bool dal_graphics_object_id_equal(
sys/dev/drm/amd/display/include/i2caux_interface.h
39
bool i2c_over_aux;
sys/dev/drm/amd/display/include/i2caux_interface.h
42
bool write;
sys/dev/drm/amd/display/include/i2caux_interface.h
74
bool dal_i2caux_submit_i2c_command(
sys/dev/drm/amd/display/include/i2caux_interface.h
79
bool dal_i2caux_submit_aux_command(
sys/dev/drm/amd/display/include/irq_service_interface.h
37
bool dal_irq_service_set(
sys/dev/drm/amd/display/include/irq_service_interface.h
40
bool enable);
sys/dev/drm/amd/display/include/irq_service_interface.h
42
bool dal_irq_service_ack(
sys/dev/drm/amd/display/include/link_service_types.h
74
bool allow_invalid_msa_timing_param;
sys/dev/drm/amd/display/include/logger_interface.h
72
static bool print_not_impl = true; \
sys/dev/drm/amd/display/include/signal_types.h
105
static inline bool dc_is_virtual_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
48
static inline bool dc_is_hdmi_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
53
static inline bool dc_is_dp_sst_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
59
static inline bool dc_is_dp_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
66
static inline bool dc_is_embedded_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
71
static inline bool dc_is_lvds_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
76
static inline bool dc_is_dvi_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
88
static inline bool dc_is_dvi_single_link_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
93
static inline bool dc_is_dual_link_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/signal_types.h
98
static inline bool dc_is_audio_capable_signal(enum signal_type signal)
sys/dev/drm/amd/display/include/vector.h
104
bool dal_vector_reserve(struct vector *vector, uint32_t capacity);
sys/dev/drm/amd/display/include/vector.h
113
static bool vector_type##_vector_insert_at( \
sys/dev/drm/amd/display/include/vector.h
122
static bool vector_type##_vector_append( \
sys/dev/drm/amd/display/include/vector.h
37
bool dal_vector_construct(
sys/dev/drm/amd/display/include/vector.h
72
bool dal_vector_insert_at(
sys/dev/drm/amd/display/include/vector.h
77
bool dal_vector_append(
sys/dev/drm/amd/display/include/vector.h
98
bool dal_vector_remove_at_index(
sys/dev/drm/amd/display/modules/color/color_gamma.c
1129
static bool calculate_interpolated_hardware_curve(
sys/dev/drm/amd/display/modules/color/color_gamma.c
1192
bool apply_degamma,
sys/dev/drm/amd/display/modules/color/color_gamma.c
1313
static bool map_regamma_hw_to_x_user(
sys/dev/drm/amd/display/modules/color/color_gamma.c
1322
bool mapUserRamp)
sys/dev/drm/amd/display/modules/color/color_gamma.c
1358
bool mod_color_calculate_regamma_params(struct dc_transfer_func *output_tf,
sys/dev/drm/amd/display/modules/color/color_gamma.c
1359
const struct dc_gamma *ramp, bool mapUserRamp, bool canRomBeUsed)
sys/dev/drm/amd/display/modules/color/color_gamma.c
136
static void compute_hlg_oetf(struct fixed31_32 in_x, bool is_light0_12, struct fixed31_32 *out_y)
sys/dev/drm/amd/display/modules/color/color_gamma.c
1369
bool ret = false;
sys/dev/drm/amd/display/modules/color/color_gamma.c
1459
bool calculate_user_regamma_coeff(struct dc_transfer_func *output_tf,
sys/dev/drm/amd/display/modules/color/color_gamma.c
1508
bool calculate_user_regamma_ramp(struct dc_transfer_func *output_tf,
sys/dev/drm/amd/display/modules/color/color_gamma.c
1516
bool ret = false;
sys/dev/drm/amd/display/modules/color/color_gamma.c
1568
bool mod_color_calculate_degamma_params(struct dc_transfer_func *input_tf,
sys/dev/drm/amd/display/modules/color/color_gamma.c
1569
const struct dc_gamma *ramp, bool mapUserRamp)
sys/dev/drm/amd/display/modules/color/color_gamma.c
1579
bool ret = false;
sys/dev/drm/amd/display/modules/color/color_gamma.c
165
static void compute_hlg_eotf(struct fixed31_32 in_x, bool is_light0_12, struct fixed31_32 *out_y)
sys/dev/drm/amd/display/modules/color/color_gamma.c
1665
bool mod_color_calculate_curve(enum dc_transfer_func_predefined trans,
sys/dev/drm/amd/display/modules/color/color_gamma.c
1670
bool ret = false;
sys/dev/drm/amd/display/modules/color/color_gamma.c
1758
bool mod_color_calculate_degamma_curve(enum dc_transfer_func_predefined trans,
sys/dev/drm/amd/display/modules/color/color_gamma.c
1762
bool ret = false;
sys/dev/drm/amd/display/modules/color/color_gamma.c
243
static void build_coefficients(struct gamma_coefficients *coefficients, bool is_2_4)
sys/dev/drm/amd/display/modules/color/color_gamma.c
372
static bool find_software_points(
sys/dev/drm/amd/display/modules/color/color_gamma.c
40
static bool pq_initialized; /* = false; */
sys/dev/drm/amd/display/modules/color/color_gamma.c
41
static bool de_pq_initialized; /* = false; */
sys/dev/drm/amd/display/modules/color/color_gamma.c
451
static bool build_custom_gamma_mapping_coefficients_worker(
sys/dev/drm/amd/display/modules/color/color_gamma.c
688
const struct hw_x_point *coordinate_x, bool is_2_4)
sys/dev/drm/amd/display/modules/color/color_gamma.c
714
const struct hw_x_point *coordinate_x, bool is_2_4)
sys/dev/drm/amd/display/modules/color/color_gamma.c
753
const struct hw_x_point *coordinate_x, bool is_light0_12)
sys/dev/drm/amd/display/modules/color/color_gamma.c
774
const struct hw_x_point *coordinate_x, bool is_light0_12)
sys/dev/drm/amd/display/modules/color/color_gamma.h
80
bool mod_color_calculate_regamma_params(struct dc_transfer_func *output_tf,
sys/dev/drm/amd/display/modules/color/color_gamma.h
81
const struct dc_gamma *ramp, bool mapUserRamp, bool canRomBeUsed);
sys/dev/drm/amd/display/modules/color/color_gamma.h
83
bool mod_color_calculate_degamma_params(struct dc_transfer_func *output_tf,
sys/dev/drm/amd/display/modules/color/color_gamma.h
84
const struct dc_gamma *ramp, bool mapUserRamp);
sys/dev/drm/amd/display/modules/color/color_gamma.h
86
bool mod_color_calculate_curve(enum dc_transfer_func_predefined trans,
sys/dev/drm/amd/display/modules/color/color_gamma.h
90
bool mod_color_calculate_degamma_curve(enum dc_transfer_func_predefined trans,
sys/dev/drm/amd/display/modules/color/color_gamma.h
93
bool calculate_user_regamma_coeff(struct dc_transfer_func *output_tf,
sys/dev/drm/amd/display/modules/color/color_gamma.h
96
bool calculate_user_regamma_ramp(struct dc_transfer_func *output_tf,
sys/dev/drm/amd/display/modules/freesync/freesync.c
1004
bool mod_freesync_is_valid_range(struct mod_freesync *mod_freesync,
sys/dev/drm/amd/display/modules/freesync/freesync.c
178
bool ramp_direction_is_up = (current_duration_in_us >
sys/dev/drm/amd/display/modules/freesync/freesync.c
375
bool update = false;
sys/dev/drm/amd/display/modules/freesync/freesync.c
425
static bool vrr_settings_require_update(struct core_freesync *core_freesync,
sys/dev/drm/amd/display/modules/freesync/freesync.c
446
bool mod_freesync_get_vmin_vmax(struct mod_freesync *mod_freesync,
sys/dev/drm/amd/display/modules/freesync/freesync.c
457
bool mod_freesync_get_v_position(struct mod_freesync *mod_freesync,
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
100
bool ramping_done;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
106
bool supported;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
107
bool send_vsif;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
125
bool mod_freesync_get_vmin_vmax(struct mod_freesync *mod_freesync,
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
130
bool mod_freesync_get_v_position(struct mod_freesync *mod_freesync,
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
169
bool mod_freesync_is_valid_range(struct mod_freesync *mod_freesync,
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
66
bool supported;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
81
bool vsif_supported;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
82
bool ramping;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
83
bool btr;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
89
bool btr_enabled;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
90
bool btr_active;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
98
bool fixed_active;
sys/dev/drm/amd/display/modules/inc/mod_freesync.h
99
bool ramping_active;
sys/dev/drm/amd/display/modules/inc/mod_stats.h
36
bool dummy;
sys/dev/drm/amd/display/modules/inc/mod_stats.h
43
bool mod_stats_init(struct mod_stats *mod_stats);
sys/dev/drm/amd/display/modules/info_packet/info_packet.c
51
bool stereo3dSupport = false;
sys/dev/drm/amd/display/modules/stats/stats.c
80
bool enabled;
sys/dev/drm/amd/display/modules/stats/stats.c
96
bool mod_stats_init(struct mod_stats *mod_stats)
sys/dev/drm/amd/display/modules/stats/stats.c
98
bool result = false;
sys/dev/drm/amd/include/amd_pcie_helpers.h
28
static inline bool is_pcie_gen3_supported(uint32_t pcie_link_speed_cap)
sys/dev/drm/amd/include/amd_pcie_helpers.h
36
static inline bool is_pcie_gen2_supported(uint32_t pcie_link_speed_cap)
sys/dev/drm/amd/include/amd_shared.h
170
bool (*is_idle)(void *handle);
sys/dev/drm/amd/include/amd_shared.h
174
bool (*check_soft_reset)(void *handle);
sys/dev/drm/amd/include/cgs_common.h
79
bool is_kicker;
sys/dev/drm/amd/include/dm_pp_interface.h
100
bool invalid_vblank_time;
sys/dev/drm/amd/include/dm_pp_interface.h
74
bool nb_pstate_switch_disable;/* controls NB PState switch */
sys/dev/drm/amd/include/dm_pp_interface.h
75
bool cpu_cc6_disable; /* controls CPU CState switch ( on or off) */
sys/dev/drm/amd/include/dm_pp_interface.h
76
bool cpu_pstate_disable;
sys/dev/drm/amd/include/dm_pp_interface.h
94
bool multi_monitor_in_sync;
sys/dev/drm/amd/include/kgd_kfd_interface.h
325
void **cpu_ptr, bool mqd_gfx9);
sys/dev/drm/amd/include/kgd_kfd_interface.h
364
bool (*hqd_is_occupied)(struct kgd_dev *kgd, uint64_t queue_address,
sys/dev/drm/amd/include/kgd_kfd_interface.h
371
bool (*hqd_sdma_is_occupied)(struct kgd_dev *kgd, void *mqd);
sys/dev/drm/amd/include/kgd_kfd_interface.h
388
bool (*get_atc_vmid_pasid_mapping_valid)(
sys/dev/drm/amd/include/kgd_kfd_interface.h
424
int (*sync_memory)(struct kgd_dev *kgd, struct kgd_mem *mem, bool intr);
sys/dev/drm/amd/include/kgd_kfd_interface.h
442
void (*set_compute_idle)(struct kgd_dev *kgd, bool idle);
sys/dev/drm/amd/include/kgd_kfd_interface.h
483
bool (*device_init)(struct kfd_dev *kfd,
sys/dev/drm/amd/include/kgd_kfd_interface.h
55
bool prot_valid;
sys/dev/drm/amd/include/kgd_kfd_interface.h
56
bool prot_read;
sys/dev/drm/amd/include/kgd_kfd_interface.h
57
bool prot_write;
sys/dev/drm/amd/include/kgd_kfd_interface.h
58
bool prot_exec;
sys/dev/drm/amd/include/kgd_pp_interface.h
211
bool (*vblank_too_short)(void *handle);
sys/dev/drm/amd/include/kgd_pp_interface.h
212
void (*enable_bapm)(void *handle, bool enable);
sys/dev/drm/amd/include/kgd_pp_interface.h
216
bool *equal);
sys/dev/drm/amd/include/kgd_pp_interface.h
238
int (*switch_power_profile)(void *handle, enum PP_SMC_POWER_PROFILE type, bool en);
sys/dev/drm/amd/include/kgd_pp_interface.h
246
uint32_t block_type, bool gate);
sys/dev/drm/amd/include/kgd_pp_interface.h
249
int (*get_power_limit)(void *handle, uint32_t *limit, bool default_limit);
sys/dev/drm/amd/include/kgd_pp_interface.h
254
u32 (*get_sclk)(void *handle, bool low);
sys/dev/drm/amd/include/kgd_pp_interface.h
255
u32 (*get_mclk)(void *handle, bool low);
sys/dev/drm/amd/include/linux/chash.h
236
void *value, bool remove);
sys/dev/drm/amd/include/linux/chash.h
291
static inline bool chash_iter_is_valid(const struct chash_iter iter)
sys/dev/drm/amd/include/linux/chash.h
297
static inline bool chash_iter_is_empty(const struct chash_iter iter)
sys/dev/drm/amd/lib/chash.c
274
bool for_removal)
sys/dev/drm/amd/lib/chash.c
430
void *value, bool remove)
sys/dev/drm/amd/powerplay/amd_powerplay.c
1222
static int pp_dpm_powergate_gfx(void *handle, bool gate)
sys/dev/drm/amd/powerplay/amd_powerplay.c
1237
static void pp_dpm_powergate_acp(void *handle, bool gate)
sys/dev/drm/amd/powerplay/amd_powerplay.c
1252
static void pp_dpm_powergate_sdma(void *handle, bool gate)
sys/dev/drm/amd/powerplay/amd_powerplay.c
1268
uint32_t block_type, bool gate)
sys/dev/drm/amd/powerplay/amd_powerplay.c
200
static bool pp_is_idle(void *handle)
sys/dev/drm/amd/powerplay/amd_powerplay.c
381
static uint32_t pp_dpm_get_sclk(void *handle, bool low)
sys/dev/drm/amd/powerplay/amd_powerplay.c
399
static uint32_t pp_dpm_get_mclk(void *handle, bool low)
sys/dev/drm/amd/powerplay/amd_powerplay.c
417
static void pp_dpm_powergate_vce(void *handle, bool gate)
sys/dev/drm/amd/powerplay/amd_powerplay.c
433
static void pp_dpm_powergate_uvd(void *handle, bool gate)
sys/dev/drm/amd/powerplay/amd_powerplay.c
928
enum PP_SMC_POWER_PROFILE type, bool en)
sys/dev/drm/amd/powerplay/amd_powerplay.c
998
static int pp_get_power_limit(void *handle, uint32_t *limit, bool default_limit)
sys/dev/drm/amd/powerplay/hwmgr/hardwaremanager.c
256
bool phm_check_smc_update_required_for_display_configuration(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/hwmgr/hardwaremanager.c
270
bool *equal)
sys/dev/drm/amd/powerplay/hwmgr/pp_psm.c
239
bool equal;
sys/dev/drm/amd/powerplay/hwmgr/pp_psm.c
259
int psm_adjust_power_state_dynamic(struct pp_hwmgr *hwmgr, bool skip,
sys/dev/drm/amd/powerplay/hwmgr/pp_psm.h
37
bool skip,
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
252
bool strobe_mode)
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
508
bool atomctrl_is_voltage_controlled_by_gpio_v3(
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
515
bool ret;
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
570
static bool atomctrl_lookup_gpio_pin(
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
623
bool atomctrl_get_pp_assign_pin(
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
628
bool bRet = false;
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
648
bool debug)
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
290
extern bool atomctrl_get_pp_assign_pin(struct pp_hwmgr *hwmgr, const uint32_t pinId, pp_atomctrl_gpio_pin_assignment *gpio_pin_assignment);
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
299
extern int atomctrl_get_memory_pll_dividers_si(struct pp_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode);
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
302
extern bool atomctrl_is_voltage_controlled_by_gpio_v3(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode);
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
314
uint32_t sclk, uint16_t virtual_voltage_Id, uint16_t *voltage, uint16_t dpm_level, bool debug);
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
51
bool enable_post_divider;
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
71
bool enable_post_divider;
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
72
bool enable_dithen;
sys/dev/drm/amd/powerplay/hwmgr/ppatomfwctrl.c
178
static bool pp_atomfwctrl_lookup_gpio_pin(
sys/dev/drm/amd/powerplay/hwmgr/ppatomfwctrl.c
208
bool pp_atomfwctrl_get_pp_assign_pin(struct pp_hwmgr *hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/ppatomfwctrl.c
212
bool ret = false;
sys/dev/drm/amd/powerplay/hwmgr/ppatomfwctrl.c
76
bool pp_atomfwctrl_is_voltage_controlled_by_gpio_v4(struct pp_hwmgr *hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/ppatomfwctrl.c
82
bool ret;
sys/dev/drm/amd/powerplay/hwmgr/ppatomfwctrl.h
221
bool pp_atomfwctrl_get_pp_assign_pin(struct pp_hwmgr *hwmgr, const uint32_t pin_id,
sys/dev/drm/amd/powerplay/hwmgr/ppatomfwctrl.h
226
bool pp_atomfwctrl_is_voltage_controlled_by_gpio_v4(struct pp_hwmgr *hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
113
bool bNegated = false;
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
253
bool bNEGATED;
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
318
static bool Equal(fInt A, fInt B)
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
326
static bool GreaterThan(fInt A, fInt B)
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
338
bool X_LessThanOne, Y_LessThanOne;
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
542
static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term)
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
70
static bool Equal(fInt, fInt); /* Returns true if two fInts are equal to each other */
sys/dev/drm/amd/powerplay/hwmgr/ppevvmath.h
71
static bool GreaterThan(fInt A, fInt B); /* Returns true if A > B */
sys/dev/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c
40
static void set_hw_cap(struct pp_hwmgr *hwmgr, bool setIt, enum phm_platform_caps cap)
sys/dev/drm/amd/powerplay/hwmgr/processpptables.c
443
static void set_hw_cap(struct pp_hwmgr *hwmgr, bool enable,
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
1157
static int smu10_powergate_sdma(struct pp_hwmgr *hwmgr, bool gate)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
1165
static void smu10_powergate_vcn(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
292
static bool smu10_is_gfx_on(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
340
static int smu10_gfx_off_control(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
699
static uint32_t smu10_dpm_get_mclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
715
static uint32_t smu10_dpm_get_sclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
798
bool cc6_disable, bool pstate_disable, bool pstate_switch_disable)
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
983
bool latency_required = false;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
135
bool need_dfs_bypass;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
164
bool display_phy_access_initialized;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
219
bool disp_clk_bypass;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
220
bool disp_clk_bypass_pending;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
223
bool video_start;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
224
bool battery_state;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
230
bool in_vpu_recovery;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
231
bool pg_acp_init;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
236
bool cac_enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
237
bool disable_uvd_power_tune_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
238
bool enable_bapm_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
239
bool enable_tdc_limit_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
262
bool acp_power_up_no_dsp;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
269
bool cc6_disable;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
270
bool pstate_disable;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
271
bool cc6_setting_changed;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
275
bool isp_tileA_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
276
bool isp_tileB_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
289
bool vcn_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
290
bool vcn_dpg_mode;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
292
bool gfx_off_controled_by_driver;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
293
bool water_marks_exist;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
299
bool need_min_deep_sleep_dcefclk;
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c
109
void smu7_powergate_uvd(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c
137
void smu7_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c
28
static int smu7_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c
35
static int smu7_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c
419
int smu7_powergate_gfx(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c
42
static int smu7_update_uvd_dpm(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c
49
static int smu7_update_vce_dpm(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
29
void smu7_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
30
void smu7_powergate_uvd(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
32
int smu7_powergate_acp(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
36
int smu7_powergate_gfx(struct pp_hwmgr *hwmgr, bool enable);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1244
bool protection;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1437
static int smu7_avfs_control(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
196
static bool smu7_voltage_control(const struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
2890
bool disable_mclk_switching;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
2891
bool disable_mclk_switching_for_frame_lock;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3010
static uint32_t smu7_dpm_get_mclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3032
static uint32_t smu7_dpm_get_sclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4016
smu7_notify_smc_display_change(struct pp_hwmgr *hwmgr, bool has_display)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4134
static bool
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4138
bool is_update_required = false;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4155
static inline bool smu7_are_power_levels_equal(const struct smu7_performance_level *pl1,
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4166
const struct pp_hw_power_state *pstate2, bool *equal)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4773
static bool smu7_check_clk_voltage_valid(struct pp_hwmgr *hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
218
bool is_memory_gddr5;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
220
bool pspp_notify_required;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
237
bool is_uvd_enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
240
bool pcie_performance_request;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
241
bool battery_state;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
242
bool is_tlu_enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
243
bool disable_handshake;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
244
bool smc_voltage_control_enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
245
bool vbi_time_out_support;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
263
bool dll_default_on;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
264
bool performance_request_registered;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
267
bool ulv_supported;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
271
bool cac_configuration_required;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
272
bool driver_calculate_cac_leakage;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
273
bool cac_enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
277
bool enable_dte_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
278
bool enable_tdc_limit_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
279
bool enable_pkg_pwr_tracking_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
280
bool disable_uvd_power_tune_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
304
bool use_pcie_performance_levels;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
305
bool use_pcie_power_saving_levels;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
309
bool uvd_enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
312
bool uvd_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
313
bool vce_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
314
bool need_long_memory_training;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
317
bool update_up_hyst;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
318
bool update_down_hyst;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
322
bool apply_optimized_settings;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
325
bool apply_avfs_cks_off_voltage;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
83
bool dc_compatible;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
89
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu7_powertune.c
853
static int smu7_enable_didt(struct pp_hwmgr *hwmgr, const bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1049
bool force_high;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1296
static uint32_t smu8_dpm_get_mclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1303
static uint32_t smu8_dpm_get_sclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1451
bool cc6_disable, bool pstate_disable, bool pstate_switch_disable)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1824
static int smu8_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1845
int smu8_dpm_update_uvd_dpm(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1846
int smu8_dpm_update_uvd_dpm(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1876
static int smu8_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1899
static void smu8_dpm_powergate_acp(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1912
static void smu8_dpm_powergate_uvd(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
1940
static void smu8_dpm_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
783
static int smu8_nbdpm_pstate_enable_disable(struct pp_hwmgr *hwmgr, bool enable, bool lock)
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
850
bool disable_switch;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c
851
bool enable_low_mem_state;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
151
bool need_dfs_bypass;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
175
bool cc6_setting_changed;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
176
bool nb_pstate_switch_disable;/* controls NB PState switch */
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
177
bool cpu_cc6_disable; /* controls CPU CState switch ( on or off) */
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
178
bool cpu_pstate_disable;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
224
bool disp_clk_bypass;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
225
bool disp_clk_bypass_pending;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
237
bool video_start;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
238
bool battery_state;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
246
bool pgacpinit;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
252
bool cac_enabled;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
253
bool disable_uvd_power_tune_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
254
bool enable_ba_pm_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
255
bool enable_tdc_limit_feature;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
300
bool uvd_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
301
bool vce_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
302
bool samu_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
303
bool acp_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
304
bool acp_power_up_no_dsp;
sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.h
95
bool display_phy_access_initialized;
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
189
bool phm_cf_want_uvd_power_gating(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
194
bool phm_cf_want_vce_power_gating(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
204
bool found = false;
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.h
71
extern bool phm_cf_want_uvd_power_gating(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.h
72
extern bool phm_cf_want_vce_power_gating(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.h
73
extern bool phm_cf_want_microcode_fan_ctrl(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2340
static int vega10_avfs_enable(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2884
static int vega10_enable_disable_PCC_limit_feature(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3109
bool disable_mclk_switching;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3110
bool disable_mclk_switching_for_frame_lock;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3111
bool disable_mclk_switching_for_vr;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3112
bool force_mclk_high;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3564
int vega10_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3640
static uint32_t vega10_dpm_get_sclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3662
static uint32_t vega10_dpm_get_mclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3768
bool has_disp)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4383
int vega10_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4384
int vega10_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4399
static void vega10_power_gate_vce(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4407
static void vega10_power_gate_uvd(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4415
static inline bool vega10_are_power_levels_equal(
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4426
const struct pp_hw_power_state *pstate2, bool *equal)
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4459
static bool
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4463
bool is_update_required = false;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4745
static bool vega10_check_clk_voltage_valid(struct pp_hwmgr *hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
987
bool found = false;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
110
bool dc_compatible;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
116
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
182
bool bsoc_vddc_lock;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
335
bool cac_enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
336
bool battery_state;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
337
bool is_tlu_enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
371
bool uvd_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
372
bool vce_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
373
bool need_long_memory_training;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
438
extern int tonga_notify_smc_display_change(struct pp_hwmgr *hwmgr, bool has_display);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
440
int vega10_update_uvd_dpm(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
441
int vega10_update_samu_dpm(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
442
int vega10_update_acp_dpm(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
443
int vega10_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
78
bool supported;
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.h
79
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega10_powertune.c
854
static void vega10_didt_set_mask(struct pp_hwmgr *hwmgr, const bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega10_processpptables.c
266
bool is_acg_enabled = false;
sys/dev/drm/amd/powerplay/hwmgr/vega10_processpptables.c
273
(bool)patom_record_v2[gfxclk_dep_table->ucNumEntries-1].ucACGEnable;
sys/dev/drm/amd/powerplay/hwmgr/vega10_processpptables.c
37
static void set_hw_cap(struct pp_hwmgr *hwmgr, bool enable,
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1145
int vega12_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1162
static uint32_t vega12_dpm_get_sclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1185
static uint32_t vega12_dpm_get_mclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1334
bool has_disp)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1616
bool max)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1909
bool vblank_too_short = false;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
1910
bool disable_mclk_switching;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2127
int vega12_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable);
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2128
int vega12_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2145
static void vega12_power_gate_vce(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2156
static void vega12_power_gate_uvd(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2167
static bool
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2171
bool is_update_required = false;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2351
static int vega12_gfx_off_control(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
55
bool max);
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
803
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
829
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
160
bool bsoc_vddc_lock;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
304
bool force_fan_pwm;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
338
bool cac_enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
339
bool battery_state;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
340
bool is_tlu_enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
341
bool avfs_exist;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
375
bool uvd_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
376
bool vce_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
377
bool samu_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
378
bool need_long_memory_training;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
381
bool apply_optimized_settings;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
398
bool gfxoff_controlled_by_driver;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
452
int vega12_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable);
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
82
bool supported;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
83
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
84
bool allowed;
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.h
90
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega12_processpptables.c
35
static void set_hw_cap(struct pp_hwmgr *hwmgr, bool enable,
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1814
int vega20_enable_disable_vce_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1843
bool max)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1866
static uint32_t vega20_dpm_get_sclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1892
static uint32_t vega20_dpm_get_mclk(struct pp_hwmgr *hwmgr, bool low)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2981
int vega20_enable_disable_uvd_dpm(struct pp_hwmgr *hwmgr, bool enable)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
3007
static void vega20_power_gate_vce(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
3018
static void vega20_power_gate_uvd(struct pp_hwmgr *hwmgr, bool bgate)
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
3033
bool vblank_too_short = false;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
3034
bool disable_mclk_switching;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
3189
static bool
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
3193
bool is_update_required = false;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
813
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
871
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
124
bool dc_compatible;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
130
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
362
bool force_fan_pwm;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
456
bool cac_enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
457
bool battery_state;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
458
bool is_tlu_enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
459
bool avfs_exist;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
495
bool uvd_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
496
bool vce_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
497
bool samu_power_gated;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
498
bool need_long_memory_training;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
501
bool apply_optimized_settings;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
506
bool gfxclk_overdrive;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
507
bool memclk_overdrive;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
521
bool gfxoff_allowed;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
91
bool supported;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
92
bool enabled;
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.h
93
bool allowed;
sys/dev/drm/amd/powerplay/hwmgr/vega20_processpptables.c
35
static void set_hw_cap(struct pp_hwmgr *hwmgr, bool enable,
sys/dev/drm/amd/powerplay/hwmgr/vega20_processpptables.c
692
bool od_supported = false;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
296
static inline bool phm_cap_enabled(const uint32_t *caps, enum phm_platform_caps c)
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
363
bool TDPAdjustmentPolarity;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
369
bool VidAdjustmentPolarity;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
387
bool enabled;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
40
bool supports_percent_read;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
405
extern bool phm_is_hw_access_blocked(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
406
extern int phm_block_hw_access(struct pp_hwmgr *hwmgr, bool block);
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
41
bool supports_percent_write;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
42
bool supports_rpm_read;
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
424
extern bool phm_check_smc_update_required_for_display_configuration(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
429
bool *equal);
sys/dev/drm/amd/powerplay/inc/hardwaremanager.h
43
bool supports_rpm_write;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
215
bool (*is_dpm_running)(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
216
bool (*is_hw_avfs_present)(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
218
int (*smc_table_manager)(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw); /*rw: true for read, false for write */
sys/dev/drm/amd/powerplay/inc/hwmgr.h
248
void (*powergate_vce)(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
249
void (*powergate_uvd)(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
250
void (*powergate_acp)(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
251
uint32_t (*get_mclk)(struct pp_hwmgr *hwmgr, bool low);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
252
uint32_t (*get_sclk)(struct pp_hwmgr *hwmgr, bool low);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
275
bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
279
bool *equal);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
282
bool cc6_disable, bool pstate_disable,
sys/dev/drm/amd/powerplay/inc/hwmgr.h
283
bool pstate_switch_disable);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
304
int (*powergate_gfx)(struct pp_hwmgr *hwmgr, bool enable);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
310
int (*avfs_control)(struct pp_hwmgr *hwmgr, bool enable);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
331
int (*powergate_sdma)(struct pp_hwmgr *hwmgr, bool bgate);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
52
bool enabled;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
627
bool bNoFan;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
711
bool not_vf;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
712
bool pm_en;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
721
bool need_pp_table_upload;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
736
bool is_kicker;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
746
bool fan_ctrl_is_in_default_mode;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
748
bool fan_ctrl_enabled;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
758
bool avfs_supported;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
760
bool en_umd_pstate;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
765
bool od_enabled;
sys/dev/drm/amd/powerplay/inc/power_state.h
100
bool disableFrameModulation;
sys/dev/drm/amd/powerplay/inc/power_state.h
101
bool limitRefreshrate;
sys/dev/drm/amd/powerplay/inc/power_state.h
105
bool enableVariBright;
sys/dev/drm/amd/powerplay/inc/power_state.h
109
bool dllOff;
sys/dev/drm/amd/powerplay/inc/power_state.h
115
bool disableLoadBalancing;
sys/dev/drm/amd/powerplay/inc/power_state.h
116
bool enableSleepForTimestamps;
sys/dev/drm/amd/powerplay/inc/power_state.h
130
bool singleDisplayOnly;
sys/dev/drm/amd/powerplay/inc/power_state.h
131
bool disallowOnDC;
sys/dev/drm/amd/powerplay/inc/power_state.h
86
bool temporary_state;
sys/dev/drm/amd/powerplay/inc/power_state.h
87
bool to_be_deleted;
sys/dev/drm/amd/powerplay/inc/smumgr.h
108
extern bool smum_is_dpm_running(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/inc/smumgr.h
110
extern bool smum_is_hw_avfs_present(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/inc/smumgr.h
114
extern int smum_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
1025
bool strobe_mode,
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
1026
bool dllStateOn
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
1118
bool strobe_mode)
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
1180
bool dll_state_on;
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
185
bool ci_is_smc_ram_running(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
186
bool ci_is_smc_ram_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
2370
bool error = false;
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
2443
static bool ci_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg)
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
2445
bool result = true;
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
2726
static bool ci_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
767
bool vol_found = false;
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
2451
bool error = false;
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
2540
static bool fiji_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
318
static bool fiji_is_hw_avfs_present(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
1048
bool strobe_mode,
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
1049
bool dllStateOn
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
1170
bool strobe_mode)
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
1235
bool dll_state_on;
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
2283
bool error = false;
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
2373
static bool iceland_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg)
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
2375
bool result = true;
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
2656
static bool iceland_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
535
bool vol_found = false;
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
2328
bool error = false;
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
2393
static bool polaris10_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
321
static bool polaris10_is_hw_avfs_present(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
277
static int smu10_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw)
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
160
bool smu7_is_smc_ram_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.h
61
bool smu7_is_smc_ram_running(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
334
uint8_t type, bool is_last)
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
371
bool is_last)
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
859
static bool smu8_dpm_check_smu_features(struct pp_hwmgr *hwmgr,
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
875
static bool smu8_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/smu9_smumgr.c
38
bool smu9_is_smc_ram_running(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/smumgr/smu9_smumgr.c
39
bool smu9_is_smc_ram_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/smu9_smumgr.h
26
bool smu9_is_smc_ram_running(struct pp_hwmgr *hwmgr);
sys/dev/drm/amd/powerplay/smumgr/smumgr.c
185
bool smum_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/smumgr.c
193
bool smum_is_hw_avfs_present(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/smumgr.c
209
int smum_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw)
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2760
bool error = false;
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2833
static bool tonga_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg)
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2835
bool result = true;
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
3138
static bool tonga_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
790
bool strobe_mode,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
791
bool dllStateOn
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
920
bool strobe_mode)
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
973
bool dll_state_on;
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
113
static bool vega10_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
336
uint16_t table_id, bool rw)
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
92
bool enable, uint32_t feature_mask)
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.h
46
bool enable, uint32_t feature_mask);
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
114
bool enable, uint64_t feature_mask)
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
170
static bool vega12_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
355
uint16_t table_id, bool rw)
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.h
52
bool enable, uint64_t feature_mask);
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
296
bool enable, uint64_t feature_mask)
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
47
static bool vega20_is_smc_ram_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
551
static bool vega20_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
564
uint16_t table_id, bool rw)
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.h
51
bool enable, uint64_t feature_mask);
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
1555
static bool vegam_is_hw_avfs_present(struct pp_hwmgr *hwmgr)
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
232
bool error = false;
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
297
static bool vegam_is_dpm_running(struct pp_hwmgr *hwmgr)
sys/dev/drm/drm_atomic.c
1108
bool take_locks)
sys/dev/drm/drm_atomic.c
491
static bool
sys/dev/drm/drm_atomic_helper.c
1324
bool pre_swap)
sys/dev/drm/drm_atomic_helper.c
1682
bool nonblock)
sys/dev/drm/drm_atomic_helper.c
1798
static int stall_checks(struct drm_crtc *crtc, bool nonblock)
sys/dev/drm/drm_atomic_helper.c
1801
bool completed = true;
sys/dev/drm/drm_atomic_helper.c
1927
bool nonblock)
sys/dev/drm/drm_atomic_helper.c
2282
static bool plane_crtc_active(const struct drm_plane_state *state)
sys/dev/drm/drm_atomic_helper.c
2337
bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY;
sys/dev/drm/drm_atomic_helper.c
2338
bool no_disable = flags & DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET;
sys/dev/drm/drm_atomic_helper.c
2356
bool disabling;
sys/dev/drm/drm_atomic_helper.c
2495
bool atomic)
sys/dev/drm/drm_atomic_helper.c
2598
bool stall)
sys/dev/drm/drm_atomic_helper.c
3027
bool clean_old_fbs)
sys/dev/drm/drm_atomic_helper.c
3963
bool replaced;
sys/dev/drm/drm_atomic_helper.c
595
bool has_connectors =
sys/dev/drm/drm_atomic_helper.c
744
bool can_position,
sys/dev/drm/drm_atomic_helper.c
745
bool can_update_disabled)
sys/dev/drm/drm_atomic_helper.c
96
bool disable_conflicting_encoders)
sys/dev/drm/drm_atomic_uapi.c
1191
bool install_fds)
sys/dev/drm/drm_atomic_uapi.c
392
bool *replaced)
sys/dev/drm/drm_atomic_uapi.c
425
bool replaced = false;
sys/dev/drm/drm_atomic_uapi.c
883
bool active = false;
sys/dev/drm/drm_auth.c
123
bool new_master)
sys/dev/drm/drm_auth.c
333
bool drm_is_current_master(struct drm_file *fpriv)
sys/dev/drm/drm_bridge.c
189
bool drm_bridge_mode_fixup(struct drm_bridge *bridge,
sys/dev/drm/drm_bridge.c
193
bool ret = true;
sys/dev/drm/drm_color_mgmt.c
151
bool has_ctm,
sys/dev/drm/drm_connector.c
1680
static bool
sys/dev/drm/drm_connector.c
347
bool drm_connector_has_possible_encoder(struct drm_connector *connector,
sys/dev/drm/drm_crtc_helper.c
129
bool drm_helper_crtc_in_use(struct drm_crtc *crtc)
sys/dev/drm/drm_crtc_helper.c
270
bool drm_crtc_helper_set_mode(struct drm_crtc *crtc,
sys/dev/drm/drm_crtc_helper.c
280
bool saved_enabled;
sys/dev/drm/drm_crtc_helper.c
282
bool ret = true;
sys/dev/drm/drm_crtc_helper.c
521
bool mode_changed = false; /* if true do a full mode set */
sys/dev/drm/drm_crtc_helper.c
522
bool fb_changed = false; /* if true and !mode_changed just do a flip */
sys/dev/drm/drm_crtc_helper.c
90
bool drm_helper_encoder_in_use(struct drm_encoder *encoder)
sys/dev/drm/drm_crtc_helper.c
947
bool ret;
sys/dev/drm/drm_crtc_internal.h
103
bool drm_property_change_valid_get(struct drm_property *property,
sys/dev/drm/drm_crtc_internal.h
121
uint32_t obj_type, bool register_obj,
sys/dev/drm/drm_crtc_internal.h
132
int drm_mode_object_get_properties(struct drm_mode_object *obj, bool atomic,
sys/dev/drm/drm_dp_dual_mode_helper.c
136
static bool is_hdmi_adaptor(const char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN])
sys/dev/drm/drm_dp_dual_mode_helper.c
145
static bool is_type1_adaptor(uint8_t adaptor_id)
sys/dev/drm/drm_dp_dual_mode_helper.c
150
static bool is_type2_adaptor(uint8_t adaptor_id)
sys/dev/drm/drm_dp_dual_mode_helper.c
156
static bool is_lspcon_adaptor(const char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN],
sys/dev/drm/drm_dp_dual_mode_helper.c
310
bool *enabled)
sys/dev/drm/drm_dp_dual_mode_helper.c
349
struct i2c_adapter *adapter, bool enable)
sys/dev/drm/drm_dp_helper.c
1267
bool is_branch;
sys/dev/drm/drm_dp_helper.c
1295
drm_dp_get_quirks(const struct drm_dp_dpcd_ident *ident, bool is_branch)
sys/dev/drm/drm_dp_helper.c
1336
bool is_branch)
sys/dev/drm/drm_dp_helper.c
504
bool detailed_cap_info = dpcd[DP_DOWNSTREAMPORT_PRESENT] &
sys/dev/drm/drm_dp_helper.c
535
bool detailed_cap_info = dpcd[DP_DOWNSTREAMPORT_PRESENT] &
sys/dev/drm/drm_dp_helper.c
590
bool detailed_cap_info = dpcd[DP_DOWNSTREAMPORT_PRESENT] &
sys/dev/drm/drm_dp_helper.c
598
bool branch_device = dpcd[DP_DOWNSTREAMPORT_PRESENT] &
sys/dev/drm/drm_dp_helper.c
60
bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm/drm_dp_helper.c
80
bool drm_dp_clock_recovery_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm/drm_dp_mst_topology.c
1071
static bool drm_dp_port_setup_pdt(struct drm_dp_mst_port *port)
sys/dev/drm/drm_dp_mst_topology.c
1075
bool send_link = false;
sys/dev/drm/drm_dp_mst_topology.c
1145
bool ret;
sys/dev/drm/drm_dp_mst_topology.c
1146
bool created = false;
sys/dev/drm/drm_dp_mst_topology.c
1235
bool dowork = false;
sys/dev/drm/drm_dp_mst_topology.c
1390
static bool drm_dp_validate_guid(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/drm_dp_mst_topology.c
1422
bool up, u8 *msg, int len)
sys/dev/drm/drm_dp_mst_topology.c
1494
bool up)
sys/dev/drm/drm_dp_mst_topology.c
163
static bool drm_dp_decode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr,
sys/dev/drm/drm_dp_mst_topology.c
1774
struct drm_dp_mst_port *port, bool power_up)
sys/dev/drm/drm_dp_mst_topology.c
2055
int req_type, int seqno, bool broadcast)
sys/dev/drm/drm_dp_mst_topology.c
2077
static bool drm_dp_get_vc_payload_bw(int dp_link_bw,
sys/dev/drm/drm_dp_mst_topology.c
2111
int drm_dp_mst_topology_mgr_set_mst(struct drm_dp_mst_topology_mgr *mgr, bool mst_state)
sys/dev/drm/drm_dp_mst_topology.c
2261
static bool drm_dp_get_one_sb_msg(struct drm_dp_mst_topology_mgr *mgr, bool up)
sys/dev/drm/drm_dp_mst_topology.c
2384
bool seqno;
sys/dev/drm/drm_dp_mst_topology.c
2450
int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled)
sys/dev/drm/drm_dp_mst_topology.c
2529
bool drm_dp_mst_port_has_audio(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/drm_dp_mst_topology.c
2532
bool ret = false;
sys/dev/drm/drm_dp_mst_topology.c
2694
bool drm_dp_mst_allocate_vcpi(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/drm_dp_mst_topology.c
2976
static bool dump_dp_payload_table(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/drm_dp_mst_topology.c
3097
bool send_hotplug = false;
sys/dev/drm/drm_dp_mst_topology.c
326
static bool drm_dp_sideband_msg_build(struct drm_dp_sideband_msg_rx *msg,
sys/dev/drm/drm_dp_mst_topology.c
327
u8 *replybuf, u8 replybuflen, bool hdr)
sys/dev/drm/drm_dp_mst_topology.c
3280
bool reading = false;
sys/dev/drm/drm_dp_mst_topology.c
381
static bool drm_dp_sideband_parse_link_address(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
433
static bool drm_dp_sideband_parse_remote_dpcd_read(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
44
static bool dump_dp_payload_table(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/drm_dp_mst_topology.c
453
static bool drm_dp_sideband_parse_remote_dpcd_write(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
467
static bool drm_dp_sideband_parse_remote_i2c_read_ack(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
486
static bool drm_dp_sideband_parse_enum_path_resources_ack(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
508
static bool drm_dp_sideband_parse_allocate_payload_ack(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
530
static bool drm_dp_sideband_parse_query_payload_ack(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
548
static bool drm_dp_sideband_parse_power_updown_phy_ack(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
563
static bool drm_dp_sideband_parse_reply(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
601
static bool drm_dp_sideband_parse_connection_status_notify(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
628
static bool drm_dp_sideband_parse_resource_status_notify(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
63
static bool drm_dp_validate_guid(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/drm_dp_mst_topology.c
651
static bool drm_dp_sideband_parse_req(struct drm_dp_sideband_msg_rx *raw,
sys/dev/drm/drm_dp_mst_topology.c
722
int port_num, bool power_up)
sys/dev/drm/drm_dp_mst_topology.c
787
static bool check_txmsg_state(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/drm_dp_mst_topology.c
872
bool wake_tx = false;
sys/dev/drm/drm_drv.c
1281
static bool
sys/dev/drm/drm_drv.c
1285
bool found = false;
sys/dev/drm/drm_drv.c
371
bool drm_dev_enter(struct drm_device *dev, int *idx)
sys/dev/drm/drm_drv.c
94
static bool drm_core_init_complete = false;
sys/dev/drm/drm_edid.c
1372
static bool drm_edid_is_zero(const u8 *in_edid, int length)
sys/dev/drm/drm_edid.c
1392
bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
sys/dev/drm/drm_edid.c
1393
bool *edid_corrupt)
sys/dev/drm/drm_edid.c
1484
bool drm_edid_is_valid(struct edid *edid)
sys/dev/drm/drm_edid.c
1716
bool
sys/dev/drm/drm_edid.c
1799
static bool edid_vendor(const struct edid *edid, const char *vendor)
sys/dev/drm/drm_edid.c
1887
static bool
sys/dev/drm/drm_edid.c
1910
bool rb)
sys/dev/drm/drm_edid.c
1992
*(bool *)data = true;
sys/dev/drm/drm_edid.c
1996
static bool
sys/dev/drm/drm_edid.c
2000
bool ret = false;
sys/dev/drm/drm_edid.c
2356
static bool
sys/dev/drm/drm_edid.c
2373
static bool
sys/dev/drm/drm_edid.c
2405
static bool
sys/dev/drm/drm_edid.c
2433
static bool valid_inferred_mode(const struct drm_connector *connector,
sys/dev/drm/drm_edid.c
2437
bool ok = false;
sys/dev/drm/drm_edid.c
2521
bool rb = drm_monitor_supports_rb(edid);
sys/dev/drm/drm_edid.c
2940
static bool
sys/dev/drm/drm_edid.c
3048
static bool drm_valid_cea_vic(u8 vic)
sys/dev/drm/drm_edid.c
3143
static bool drm_valid_hdmi_vic(u8 vic)
sys/dev/drm/drm_edid.c
3360
static bool
sys/dev/drm/drm_edid.c
3563
bool detail_present;
sys/dev/drm/drm_edid.c
3648
static bool cea_db_is_hdmi_vsdb(const u8 *db)
sys/dev/drm/drm_edid.c
3663
static bool cea_db_is_hdmi_forum_vsdb(const u8 *db)
sys/dev/drm/drm_edid.c
3678
static bool cea_db_is_y420cmdb(const u8 *db)
sys/dev/drm/drm_edid.c
3692
static bool cea_db_is_y420vdb(const u8 *db)
sys/dev/drm/drm_edid.c
4187
bool drm_detect_hdmi_monitor(struct edid *edid)
sys/dev/drm/drm_edid.c
4225
bool drm_detect_monitor_audio(struct edid *edid)
sys/dev/drm/drm_edid.c
4229
bool has_audio = false;
sys/dev/drm/drm_edid.c
4270
bool drm_rgb_quant_range_selectable(struct edid *edid)
sys/dev/drm/drm_edid.c
4629
bool hsync_positive = (timings->hsync[1] >> 7) & 0x1;
sys/dev/drm/drm_edid.c
4630
bool vsync_positive = (timings->vsync[1] >> 7) & 0x1;
sys/dev/drm/drm_edid.c
4879
bool is_hdmi2_sink)
sys/dev/drm/drm_edid.c
4912
bool is_s3d = mode->flags & DRM_MODE_FLAG_3D_MASK;
sys/dev/drm/drm_edid.c
4973
bool rgb_quant_range_selectable,
sys/dev/drm/drm_edid.c
4974
bool is_hdmi2_sink)
sys/dev/drm/drm_edid.c
5064
bool has_hdmi_infoframe = connector ?
sys/dev/drm/drm_edid.c
5159
bool is_edid_extension)
sys/dev/drm/drm_edid.c
96
bool preferred;
sys/dev/drm/drm_edid_load.c
76
bool print_bad_edid = !connector->bad_edid_counter || (drm_debug & DRM_UT_KMS);
sys/dev/drm/drm_encoder.c
190
bool uses_atomic = false;
sys/dev/drm/drm_encoder_slave.c
141
bool drm_i2c_encoder_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/drm_fb_helper.c
1280
void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, bool suspend)
sys/dev/drm/drm_fb_helper.c
1305
bool suspend)
sys/dev/drm/drm_fb_helper.c
1457
bool replaced;
sys/dev/drm/drm_fb_helper.c
1638
static bool drm_fb_pixel_format_equal(const struct fb_var_screeninfo *var_1,
sys/dev/drm/drm_fb_helper.c
1969
bool lastv = true, lasth = true;
sys/dev/drm/drm_fb_helper.c
2126
static bool drm_has_cmdline_mode(struct drm_fb_helper_connector *fb_connector)
sys/dev/drm/drm_fb_helper.c
2135
bool prefer_non_interlace;
sys/dev/drm/drm_fb_helper.c
2183
static bool drm_connector_enabled(struct drm_connector *connector, bool strict)
sys/dev/drm/drm_fb_helper.c
2185
bool enable;
sys/dev/drm/drm_fb_helper.c
2199
bool *enabled)
sys/dev/drm/drm_fb_helper.c
2201
bool any_enabled = false;
sys/dev/drm/drm_fb_helper.c
2223
static bool drm_target_cloned(struct drm_fb_helper *fb_helper,
sys/dev/drm/drm_fb_helper.c
2226
bool *enabled, int width, int height)
sys/dev/drm/drm_fb_helper.c
2229
bool can_clone = false;
sys/dev/drm/drm_fb_helper.c
2336
static bool drm_target_preferred(struct drm_fb_helper *fb_helper,
sys/dev/drm/drm_fb_helper.c
2339
bool *enabled, int width, int height)
sys/dev/drm/drm_fb_helper.c
2408
static bool connector_has_possible_crtc(struct drm_connector *connector,
sys/dev/drm/drm_fb_helper.c
2560
bool *enabled;
sys/dev/drm/drm_fb_helper.c
2574
sizeof(bool), GFP_KERNEL);
sys/dev/drm/drm_fb_helper.c
390
static int restore_fbdev_mode_atomic(struct drm_fb_helper *fb_helper, bool active)
sys/dev/drm/drm_fb_helper.c
47
static bool drm_fbdev_emulation = true;
sys/dev/drm/drm_fb_helper.c
48
module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
sys/dev/drm/drm_fb_helper.c
535
bool do_delayed;
sys/dev/drm/drm_fb_helper.c
559
static bool drm_fb_helper_is_bound(struct drm_fb_helper *fb_helper)
sys/dev/drm/drm_fb_helper.c
592
static bool drm_fb_helper_force_kernel_mode(void)
sys/dev/drm/drm_fb_helper.c
594
bool ret, error = false;
sys/dev/drm/drm_fb_helper.c
618
bool ret;
sys/dev/drm/drm_fb_helper.c
71
static bool drm_leak_fbdev_smem = false;
sys/dev/drm/drm_fb_helper.c
72
module_param_unsafe(drm_leak_fbdev_smem, bool, 0600);
sys/dev/drm/drm_framebuffer.c
850
bool disable_crtcs = false;
sys/dev/drm/drm_gem.c
280
bool final = false;
sys/dev/drm/drm_ioctl.c
812
bool is_driver_ioctl;
sys/dev/drm/drm_ioctl.c
889
bool drm_ioctl_flags(unsigned int nr, unsigned int *flags)
sys/dev/drm/drm_irq.c
176
bool irq_enabled;
sys/dev/drm/drm_mipi_dsi.c
375
bool mipi_dsi_packet_format_is_short(u8 type)
sys/dev/drm/drm_mipi_dsi.c
412
bool mipi_dsi_packet_format_is_long(u8 type)
sys/dev/drm/drm_mm.c
185
bool leftmost;
sys/dev/drm/drm_mm.c
258
bool first = true;
sys/dev/drm/drm_mm.c
489
bool once;
sys/dev/drm/drm_mm.c
744
bool drm_mm_scan_add_block(struct drm_mm_scan *scan,
sys/dev/drm/drm_mm.c
835
bool drm_mm_scan_remove_block(struct drm_mm_scan *scan,
sys/dev/drm/drm_mode_object.c
114
bool drm_mode_object_lease_required(uint32_t type)
sys/dev/drm/drm_mode_object.c
334
int drm_mode_object_get_properties(struct drm_mode_object *obj, bool atomic,
sys/dev/drm/drm_mode_object.c
35
uint32_t obj_type, bool register_obj,
sys/dev/drm/drm_modes.c
1005
bool drm_mode_match(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
1049
bool drm_mode_equal(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
1072
bool drm_mode_equal_no_clocks(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
1093
bool drm_mode_equal_no_clocks_no_stereo(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
1286
struct list_head *mode_list, bool verbose)
sys/dev/drm/drm_modes.c
1371
bool found_it = false;
sys/dev/drm/drm_modes.c
1435
bool drm_mode_parse_command_line_for_connector(const char *mode_option,
sys/dev/drm/drm_modes.c
1441
bool res_specified = false, bpp_specified = false, refresh_specified = false;
sys/dev/drm/drm_modes.c
1443
bool yres_specified = false, cvt = false, rb = false;
sys/dev/drm/drm_modes.c
1444
bool interlace = false, margins = false, was_digit = false;
sys/dev/drm/drm_modes.c
145
bool reduced, bool interlaced, bool margins)
sys/dev/drm/drm_modes.c
1765
bool drm_mode_is_420_only(const struct drm_display_info *display,
sys/dev/drm/drm_modes.c
1785
bool drm_mode_is_420_also(const struct drm_display_info *display,
sys/dev/drm/drm_modes.c
1804
bool drm_mode_is_420(const struct drm_display_info *display,
sys/dev/drm/drm_modes.c
367
int vrefresh, bool interlaced, int margins,
sys/dev/drm/drm_modes.c
568
bool interlaced, int margins)
sys/dev/drm/drm_modes.c
735
bool interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE);
sys/dev/drm/drm_modes.c
946
static bool drm_mode_match_timings(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
961
static bool drm_mode_match_clock(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
974
static bool drm_mode_match_flags(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
981
static bool drm_mode_match_3d_flags(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modes.c
988
static bool drm_mode_match_aspect_ratio(const struct drm_display_mode *mode1,
sys/dev/drm/drm_modeset_lock.c
242
bool interruptible, bool slow)
sys/dev/drm/drm_plane.c
333
bool is_primary)
sys/dev/drm/drm_plane_helper.c
137
bool can_position,
sys/dev/drm/drm_plane_helper.c
138
bool can_update_disabled,
sys/dev/drm/drm_plane_helper.c
139
bool *visible)
sys/dev/drm/drm_plane_helper.c
244
bool visible;
sys/dev/drm/drm_probe_helper.c
224
bool poll = false;
sys/dev/drm/drm_probe_helper.c
261
drm_helper_probe_detect_ctx(struct drm_connector *connector, bool force)
sys/dev/drm/drm_probe_helper.c
307
bool force)
sys/dev/drm/drm_probe_helper.c
396
bool verbose_prune = true;
sys/dev/drm/drm_probe_helper.c
577
bool repoll = false, changed;
sys/dev/drm/drm_probe_helper.c
65
static bool drm_kms_helper_poll = true;
sys/dev/drm/drm_probe_helper.c
66
module_param_named(poll, drm_kms_helper_poll, bool, 0600);
sys/dev/drm/drm_probe_helper.c
669
bool drm_kms_helper_is_poll_worker(void)
sys/dev/drm/drm_probe_helper.c
764
bool drm_helper_hpd_irq_event(struct drm_device *dev)
sys/dev/drm/drm_probe_helper.c
769
bool changed = false;
sys/dev/drm/drm_property.c
53
static bool drm_property_flags_valid(u32 flags)
sys/dev/drm/drm_property.c
736
bool drm_property_replace_blob(struct drm_property_blob **blob,
sys/dev/drm/drm_property.c
822
bool found = false;
sys/dev/drm/drm_property.c
872
bool drm_property_change_valid_get(struct drm_property *property,
sys/dev/drm/drm_rect.c
324
void drm_rect_debug_print(const char *prefix, const struct drm_rect *r, bool fixed_point)
sys/dev/drm/drm_rect.c
42
bool drm_rect_intersect(struct drm_rect *r1, const struct drm_rect *r2)
sys/dev/drm/drm_rect.c
80
bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst,
sys/dev/drm/drm_scdc_helper.c
137
bool drm_scdc_get_scrambling_status(struct i2c_adapter *adapter)
sys/dev/drm/drm_scdc_helper.c
164
bool drm_scdc_set_scrambling(struct i2c_adapter *adapter, bool enable)
sys/dev/drm/drm_scdc_helper.c
219
bool drm_scdc_set_high_tmds_clock_ratio(struct i2c_adapter *adapter, bool set)
sys/dev/drm/drm_simple_kms_helper.c
54
bool has_primary = state->plane_mask &
sys/dev/drm/drm_vblank.c
1397
static inline bool vblank_passed(u64 seq, u64 ref)
sys/dev/drm/drm_vblank.c
148
bool rc;
sys/dev/drm/drm_vblank.c
1480
static bool drm_wait_vblank_is_query(union drm_wait_vblank *vblwait)
sys/dev/drm/drm_vblank.c
1683
bool drm_handle_vblank(struct drm_device *dev, unsigned int pipe)
sys/dev/drm/drm_vblank.c
1687
bool disable_irq;
sys/dev/drm/drm_vblank.c
1748
bool drm_crtc_handle_vblank(struct drm_crtc *crtc)
sys/dev/drm/drm_vblank.c
1770
bool vblank_enabled;
sys/dev/drm/drm_vblank.c
193
bool in_vblank_irq)
sys/dev/drm/drm_vblank.c
197
bool rc;
sys/dev/drm/drm_vblank.c
579
bool drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
sys/dev/drm/drm_vblank.c
583
bool in_vblank_irq)
sys/dev/drm/drm_vblank.c
587
bool vbl_status;
sys/dev/drm/drm_vblank.c
716
static bool
sys/dev/drm/drm_vblank.c
718
ktime_t *tvblank, bool in_vblank_irq)
sys/dev/drm/drm_vblank.c
720
bool ret = false;
sys/dev/drm/drm_vblank.c
79
static bool
sys/dev/drm/drm_vblank.c
81
ktime_t *tvblank, bool in_vblank_irq);
sys/dev/drm/drm_vma_manager.c
365
bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node,
sys/dev/drm/i915/dvo.h
110
bool (*get_hw_state)(struct intel_dvo_device *dev);
sys/dev/drm/i915/dvo.h
51
bool (*init)(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo.h
66
void (*dpms)(struct intel_dvo_device *dvo, bool enable);
sys/dev/drm/i915/dvo_ch7017.c
166
static void ch7017_dpms(struct intel_dvo_device *dvo, bool enable);
sys/dev/drm/i915/dvo_ch7017.c
168
static bool ch7017_read(struct intel_dvo_device *dvo, u8 addr, u8 *val)
sys/dev/drm/i915/dvo_ch7017.c
187
static bool ch7017_write(struct intel_dvo_device *dvo, u8 addr, u8 val)
sys/dev/drm/i915/dvo_ch7017.c
200
static bool ch7017_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7017.c
334
static void ch7017_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_ch7017.c
362
static bool ch7017_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7xxx.c
107
bool quiet;
sys/dev/drm/i915/dvo_ch7xxx.c
135
static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/dvo_ch7xxx.c
173
static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_ch7xxx.c
199
static bool ch7xxx_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7xxx.c
314
static void ch7xxx_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_ch7xxx.c
322
static bool ch7xxx_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ivch.c
175
bool quiet;
sys/dev/drm/i915/dvo_ivch.c
191
static bool ivch_read(struct intel_dvo_device *dvo, int addr, u16 *data)
sys/dev/drm/i915/dvo_ivch.c
234
static bool ivch_write(struct intel_dvo_device *dvo, int addr, u16 data)
sys/dev/drm/i915/dvo_ivch.c
262
static bool ivch_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ivch.c
342
static void ivch_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_ivch.c
380
static bool ivch_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ns2501.c
380
bool quiet;
sys/dev/drm/i915/dvo_ns2501.c
392
static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/dvo_ns2501.c
437
static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_ns2501.c
471
static bool ns2501_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ns2501.c
644
static bool ns2501_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ns2501.c
655
static void ns2501_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_sil164.c
105
static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_sil164.c
132
static bool sil164_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_sil164.c
211
static void sil164_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_sil164.c
229
static bool sil164_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_sil164.c
63
bool quiet;
sys/dev/drm/i915/dvo_sil164.c
68
static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/dvo_tfp410.c
130
static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_tfp410.c
168
static bool tfp410_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_tfp410.c
237
static void tfp410_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_tfp410.c
252
static bool tfp410_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_tfp410.c
90
bool quiet;
sys/dev/drm/i915/dvo_tfp410.c
93
static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/gvt/gvt.h
100
bool disable_warn_untrack;
sys/dev/drm/i915/gvt/gvt.h
107
bool tracked;
sys/dev/drm/i915/gvt/gvt.h
120
bool irq_warn_once[INTEL_GVT_EVENT_MAX];
sys/dev/drm/i915/gvt/gvt.h
149
bool active;
sys/dev/drm/i915/gvt/gvt.h
150
bool pv_notified;
sys/dev/drm/i915/gvt/gvt.h
151
bool failsafe;
sys/dev/drm/i915/gvt/gvt.h
238
bool firmware_loaded;
sys/dev/drm/i915/gvt/gvt.h
402
u32 offset, u32 val, bool low)
sys/dev/drm/i915/gvt/gvt.h
429
void intel_gvt_reset_vgpu_locked(struct intel_vgpu *vgpu, bool dmlr,
sys/dev/drm/i915/gvt/gvt.h
460
bool intel_gvt_ggtt_validate_range(struct intel_vgpu *vgpu, u64 addr, u32 size);
sys/dev/drm/i915/gvt/gvt.h
469
bool primary);
sys/dev/drm/i915/gvt/gvt.h
547
static inline bool intel_gvt_mmio_is_cmd_access(
sys/dev/drm/i915/gvt/gvt.h
559
static inline bool intel_gvt_mmio_is_unalign(
sys/dev/drm/i915/gvt/gvt.h
58
bool initialized;
sys/dev/drm/i915/gvt/gvt.h
586
static inline bool intel_gvt_mmio_has_mode_mask(
sys/dev/drm/i915/gvt/hypercall.h
55
unsigned long mfn, unsigned int nr, bool map);
sys/dev/drm/i915/gvt/hypercall.h
57
bool map);
sys/dev/drm/i915/gvt/mpt.h
265
bool map)
sys/dev/drm/i915/gvt/mpt.h
286
struct intel_vgpu *vgpu, u64 start, u64 end, bool map)
sys/dev/drm/i915/i915_cmd_parser.c
1030
find_reg(const struct intel_engine_cs *engine, bool is_master, u32 addr)
sys/dev/drm/i915/i915_cmd_parser.c
1053
bool *needs_clflush_after)
sys/dev/drm/i915/i915_cmd_parser.c
1128
static bool check_cmd(const struct intel_engine_cs *engine,
sys/dev/drm/i915/i915_cmd_parser.c
1131
const bool is_master)
sys/dev/drm/i915/i915_cmd_parser.c
1260
bool is_master)
sys/dev/drm/i915/i915_cmd_parser.c
1265
bool needs_clflush_after = false;
sys/dev/drm/i915/i915_cmd_parser.c
1356
bool active = false;
sys/dev/drm/i915/i915_cmd_parser.c
632
bool master;
sys/dev/drm/i915/i915_cmd_parser.c
711
static bool validate_cmds_sorted(const struct intel_engine_cs *engine,
sys/dev/drm/i915/i915_cmd_parser.c
716
bool ret = true;
sys/dev/drm/i915/i915_cmd_parser.c
746
static bool check_sorted(const struct intel_engine_cs *engine,
sys/dev/drm/i915/i915_cmd_parser.c
752
bool ret = true;
sys/dev/drm/i915/i915_cmd_parser.c
771
static bool validate_regs_sorted(struct intel_engine_cs *engine)
sys/dev/drm/i915/i915_drv.c
1138
static bool
sys/dev/drm/i915/i915_drv.c
1204
static bool
sys/dev/drm/i915/i915_drv.c
1940
bool rpm_resume);
sys/dev/drm/i915/i915_drv.c
1943
static bool suspend_to_idle(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/i915_drv.c
2019
get_suspend_mode(struct drm_i915_private *dev_priv, bool hibernate)
sys/dev/drm/i915/i915_drv.c
203
static bool intel_is_virt_pch(unsigned short id,
sys/dev/drm/i915/i915_drv.c
2030
static int i915_drm_suspend_late(struct drm_device *dev, bool hibernation)
sys/dev/drm/i915/i915_drv.c
2826
int vlv_force_gfx_clock(struct drm_i915_private *dev_priv, bool force_on)
sys/dev/drm/i915/i915_drv.c
2853
static int vlv_allow_gt_wake(struct drm_i915_private *dev_priv, bool allow)
sys/dev/drm/i915/i915_drv.c
2877
bool wait_for_on)
sys/dev/drm/i915/i915_drv.c
2949
bool rpm_resume)
sys/dev/drm/i915/i915_drv.c
536
bool enabled;
sys/dev/drm/i915/i915_drv.c
609
static unsigned int i915_vga_set_decode(void *cookie, bool state)
sys/dev/drm/i915/i915_drv.c
644
static bool i915_switcheroo_can_switch(struct pci_dev *pdev)
sys/dev/drm/i915/i915_drv.c
66
bool __i915_inject_load_failure(const char *func, int line)
sys/dev/drm/i915/i915_drv.c
783
bool primary;
sys/dev/drm/i915/i915_drv.c
81
bool i915_error_injected(void)
sys/dev/drm/i915/i915_drv.c
913
bool pre = false;
sys/dev/drm/i915/i915_drv.c
96
static bool shown_bug_once;
sys/dev/drm/i915/i915_drv.c
98
bool is_error = level[1] <= KERN_ERR[1];
sys/dev/drm/i915/i915_drv.c
99
bool is_debug = level[1] == KERN_DEBUG[1];
sys/dev/drm/i915/i915_drv.h
1110
bool low_vswing;
sys/dev/drm/i915/i915_drv.h
1111
bool initialized;
sys/dev/drm/i915/i915_drv.h
1117
bool enable;
sys/dev/drm/i915/i915_drv.h
1118
bool full_link;
sys/dev/drm/i915/i915_drv.h
1119
bool require_aux_wakeup;
sys/dev/drm/i915/i915_drv.h
1128
bool present;
sys/dev/drm/i915/i915_drv.h
1129
bool active_low_pwm;
sys/dev/drm/i915/i915_drv.h
113
bool __i915_inject_load_failure(const char *func, int line);
sys/dev/drm/i915/i915_drv.h
1164
bool enable;
sys/dev/drm/i915/i915_drv.h
117
bool i915_error_injected(void);
sys/dev/drm/i915/i915_drv.h
1176
bool enable_fbc_wm;
sys/dev/drm/i915/i915_drv.h
1200
bool cxsr;
sys/dev/drm/i915/i915_drv.h
1207
bool cxsr;
sys/dev/drm/i915/i915_drv.h
1208
bool hpll_en;
sys/dev/drm/i915/i915_drv.h
1209
bool fbc_en;
sys/dev/drm/i915/i915_drv.h
1221
static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1,
sys/dev/drm/i915/i915_drv.h
1243
bool plane_en;
sys/dev/drm/i915/i915_drv.h
1250
bool x_tiled, y_tiled;
sys/dev/drm/i915/i915_drv.h
1251
bool rc_surface;
sys/dev/drm/i915/i915_drv.h
1252
bool is_planar;
sys/dev/drm/i915/i915_drv.h
1289
bool suspended;
sys/dev/drm/i915/i915_drv.h
1290
bool irqs_enabled;
sys/dev/drm/i915/i915_drv.h
1341
bool active;
sys/dev/drm/i915/i915_drv.h
1348
bool sprites_enabled;
sys/dev/drm/i915/i915_drv.h
1349
bool sprites_scaled;
sys/dev/drm/i915/i915_drv.h
140
static inline bool is_fixed16_zero(uint_fixed_16_16_t val)
sys/dev/drm/i915/i915_drv.h
1485
bool enabled;
sys/dev/drm/i915/i915_drv.h
1507
bool (*is_valid_b_counter_reg)(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
1514
bool (*is_valid_mux_reg)(struct drm_i915_private *dev_priv, u32 addr);
sys/dev/drm/i915/i915_drv.h
1520
bool (*is_valid_flex_reg)(struct drm_i915_private *dev_priv, u32 addr);
sys/dev/drm/i915/i915_drv.h
1679
bool display_irqs_enabled;
sys/dev/drm/i915/i915_drv.h
1705
bool preserve_bios_swizzle;
sys/dev/drm/i915/i915_drv.h
1714
bool no_aux_handshake;
sys/dev/drm/i915/i915_drv.h
1823
bool mchbar_need_disable;
sys/dev/drm/i915/i915_drv.h
1862
bool audio_component_registered;
sys/dev/drm/i915/i915_drv.h
1899
bool power_domains_suspended;
sys/dev/drm/i915/i915_drv.h
1951
bool distrust_bios_wm;
sys/dev/drm/i915/i915_drv.h
1955
bool valid;
sys/dev/drm/i915/i915_drv.h
1956
bool is_16gb_dimm;
sys/dev/drm/i915/i915_drv.h
1964
bool symmetric_memory;
sys/dev/drm/i915/i915_drv.h
1970
bool initialized;
sys/dev/drm/i915/i915_drv.h
2009
bool pollin;
sys/dev/drm/i915/i915_drv.h
2017
bool periodic;
sys/dev/drm/i915/i915_drv.h
2129
bool awake;
sys/dev/drm/i915/i915_drv.h
2161
bool chv_phy_assert[2];
sys/dev/drm/i915/i915_drv.h
2163
bool ipc_enabled;
sys/dev/drm/i915/i915_drv.h
2188
bool is_16gb_dimm;
sys/dev/drm/i915/i915_drv.h
2270
} __sgt_iter(struct scatterlist *sgl, bool dma) {
sys/dev/drm/i915/i915_drv.h
2732
static inline bool intel_vtd_active(void)
sys/dev/drm/i915/i915_drv.h
2741
static inline bool intel_scanout_needs_vtd_wa(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/i915_drv.h
2746
static inline bool
sys/dev/drm/i915/i915_drv.h
2775
extern bool intel_has_gpu_reset(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/i915_drv.h
2783
extern bool intel_has_reset_engine(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/i915_drv.h
2793
int vlv_force_gfx_clock(struct drm_i915_private *dev_priv, bool on);
sys/dev/drm/i915/i915_drv.h
2808
bool intel_hpd_disable(struct drm_i915_private *dev_priv, enum hpd_pin pin);
sys/dev/drm/i915/i915_drv.h
2844
static inline bool intel_gvt_active(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/i915_drv.h
2849
static inline bool intel_vgpu_active(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/i915_drv.h
3055
static inline bool
sys/dev/drm/i915/i915_drv.h
3069
static inline bool
sys/dev/drm/i915/i915_drv.h
308
bool poll_enabled;
sys/dev/drm/i915/i915_drv.h
3177
static inline bool i915_reset_backoff(struct i915_gpu_error *error)
sys/dev/drm/i915/i915_drv.h
3182
static inline bool i915_reset_handoff(struct i915_gpu_error *error)
sys/dev/drm/i915/i915_drv.h
3187
static inline bool i915_terminally_wedged(struct i915_gpu_error *error)
sys/dev/drm/i915/i915_drv.h
3192
static inline bool i915_reset_backoff_or_wedged(struct i915_gpu_error *error)
sys/dev/drm/i915/i915_drv.h
3216
bool i915_gem_unset_wedged(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/i915_drv.h
3219
bool stalled);
sys/dev/drm/i915/i915_drv.h
3243
i915_gem_object_set_to_wc_domain(struct drm_i915_gem_object *obj, bool write);
sys/dev/drm/i915/i915_drv.h
3245
i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, bool write);
sys/dev/drm/i915/i915_drv.h
3247
i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write);
sys/dev/drm/i915/i915_drv.h
3381
static inline bool i915_gem_object_needs_bit17_swizzle(struct drm_i915_gem_object *obj)
sys/dev/drm/i915/i915_drv.h
3417
bool is_master);
sys/dev/drm/i915/i915_drv.h
3439
const void *eld, int ls_clock, bool dp_output);
sys/dev/drm/i915/i915_drv.h
3444
extern bool intel_gmbus_is_valid_pin(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
3451
extern void intel_gmbus_force_bit(struct i2c_adapter *adapter, bool force_bit);
sys/dev/drm/i915/i915_drv.h
3452
static inline bool intel_gmbus_is_forced_bit(struct i2c_adapter *adapter)
sys/dev/drm/i915/i915_drv.h
3461
bool intel_bios_is_valid_vbt(const void *buf, size_t size);
sys/dev/drm/i915/i915_drv.h
3462
bool intel_bios_is_tv_present(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/i915_drv.h
3463
bool intel_bios_is_lvds_present(struct drm_i915_private *dev_priv, u8 *i2c_pin);
sys/dev/drm/i915/i915_drv.h
3464
bool intel_bios_is_port_present(struct drm_i915_private *dev_priv, enum port port);
sys/dev/drm/i915/i915_drv.h
3465
bool intel_bios_is_port_edp(struct drm_i915_private *dev_priv, enum port port);
sys/dev/drm/i915/i915_drv.h
3466
bool intel_bios_is_port_dp_dual_mode(struct drm_i915_private *dev_priv, enum port port);
sys/dev/drm/i915/i915_drv.h
3467
bool intel_bios_is_dsi_present(struct drm_i915_private *dev_priv, enum port *port);
sys/dev/drm/i915/i915_drv.h
3468
bool intel_bios_is_port_hpd_inverted(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
3470
bool intel_bios_is_lspcon_present(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
3496
bool state);
sys/dev/drm/i915/i915_drv.h
3500
extern bool ironlake_set_drps(struct drm_i915_private *dev_priv, u8 val);
sys/dev/drm/i915/i915_drv.h
3504
bool interactive);
sys/dev/drm/i915/i915_drv.h
3505
extern bool intel_set_memory_cxsr(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
3506
bool enable);
sys/dev/drm/i915/i915_drv.h
3561
bool bxt_ddi_phy_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
3563
bool bxt_ddi_phy_verify_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
3572
bool uniq_trans_scale);
sys/dev/drm/i915/i915_drv.h
3575
bool reset);
sys/dev/drm/i915/i915_drv.h
3765
static inline bool
sys/dev/drm/i915/i915_drv.h
3850
bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len);
sys/dev/drm/i915/i915_drv.h
430
bool (*get_pipe_config)(struct intel_crtc *,
sys/dev/drm/i915/i915_drv.h
511
bool false_color;
sys/dev/drm/i915/i915_drv.h
513
bool enabled;
sys/dev/drm/i915/i915_drv.h
514
bool active;
sys/dev/drm/i915/i915_drv.h
515
bool flip_pending;
sys/dev/drm/i915/i915_drv.h
517
bool underrun_detected;
sys/dev/drm/i915/i915_drv.h
538
bool visible;
sys/dev/drm/i915/i915_drv.h
624
bool sink_support;
sys/dev/drm/i915/i915_drv.h
625
bool prepared, enabled;
sys/dev/drm/i915/i915_drv.h
627
bool active;
sys/dev/drm/i915/i915_drv.h
630
bool sink_psr2_support;
sys/dev/drm/i915/i915_drv.h
631
bool link_standby;
sys/dev/drm/i915/i915_drv.h
632
bool colorimetry_support;
sys/dev/drm/i915/i915_drv.h
633
bool alpm;
sys/dev/drm/i915/i915_drv.h
634
bool psr2_enabled;
sys/dev/drm/i915/i915_drv.h
764
bool interrupts_enabled;
sys/dev/drm/i915/i915_drv.h
804
bool enabled;
sys/dev/drm/i915/i915_drv.h
813
bool enabled;
sys/dev/drm/i915/i915_drv.h
819
bool enabled;
sys/dev/drm/i915/i915_drv.h
876
bool (*is_enabled)(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/i915_drv.h
890
bool always_on;
sys/dev/drm/i915/i915_drv.h
919
bool has_vga:1;
sys/dev/drm/i915/i915_drv.h
920
bool has_fuses:1;
sys/dev/drm/i915/i915_drv.h
931
bool hw_enabled;
sys/dev/drm/i915/i915_drv.h
939
bool initializing;
sys/dev/drm/i915/i915_drv.h
940
bool display_core_suspended;
sys/dev/drm/i915/i915_gem.c
1061
bool swizzled)
sys/dev/drm/i915/i915_gem.c
1086
bool page_do_bit17_swizzling, bool needs_clflush)
sys/dev/drm/i915/i915_gem.c
1107
bool page_do_bit17_swizzling, bool needs_clflush)
sys/dev/drm/i915/i915_gem.c
1173
static inline bool
sys/dev/drm/i915/i915_gem.c
1355
static inline bool
sys/dev/drm/i915/i915_gem.c
1505
bool page_do_bit17_swizzling,
sys/dev/drm/i915/i915_gem.c
1506
bool needs_clflush_before,
sys/dev/drm/i915/i915_gem.c
1507
bool needs_clflush_after)
sys/dev/drm/i915/i915_gem.c
1536
bool page_do_bit17_swizzling,
sys/dev/drm/i915/i915_gem.c
1537
bool needs_clflush_before,
sys/dev/drm/i915/i915_gem.c
1538
bool needs_clflush_after)
sys/dev/drm/i915/i915_gem.c
1876
static inline bool
sys/dev/drm/i915/i915_gem.c
2237
bool write = !!(prot & VM_PROT_WRITE);
sys/dev/drm/i915/i915_gem.c
2832
static bool i915_sg_trim(struct sg_table *orig_st)
sys/dev/drm/i915/i915_gem.c
3198
bool pinned;
sys/dev/drm/i915/i915_gem.c
3372
bool banned, bannable;
sys/dev/drm/i915/i915_gem.c
3505
bool stalled)
sys/dev/drm/i915/i915_gem.c
3570
bool stalled)
sys/dev/drm/i915/i915_gem.c
374
bool needs_clflush)
sys/dev/drm/i915/i915_gem.c
3755
bool i915_gem_unset_wedged(struct drm_i915_private *i915)
sys/dev/drm/i915/i915_gem.c
3872
static inline bool
sys/dev/drm/i915/i915_gem.c
3907
static inline bool
sys/dev/drm/i915/i915_gem.c
3936
bool rearm_hangcheck;
sys/dev/drm/i915/i915_gem.c
4280
i915_gem_object_set_to_wc_domain(struct drm_i915_gem_object *obj, bool write)
sys/dev/drm/i915/i915_gem.c
4343
i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, bool write)
sys/dev/drm/i915/i915_gem.c
4725
i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write)
sys/dev/drm/i915/i915_gem.c
5233
static bool discard_backing_storage(struct drm_i915_gem_object *obj)
sys/dev/drm/i915/i915_gem.c
536
bool prune_fences = false;
sys/dev/drm/i915/i915_gem.c
61
static bool cpu_write_needs_clflush(struct drm_i915_gem_object *obj)
sys/dev/drm/i915/i915_gem.c
778
static bool gpu_write_needs_clflush(struct drm_i915_gem_object *obj)
sys/dev/drm/i915/i915_gem.h
92
static inline bool __tasklet_is_enabled(const struct tasklet_struct *t)
sys/dev/drm/i915/i915_gem_clflush.c
111
bool i915_gem_clflush_object(struct drm_i915_gem_object *obj,
sys/dev/drm/i915/i915_gem_clflush.h
31
bool i915_gem_clflush_object(struct drm_i915_gem_object *obj,
sys/dev/drm/i915/i915_gem_context.c
530
static bool needs_preempt_context(struct drm_i915_private *i915)
sys/dev/drm/i915/i915_gem_context.c
666
static bool engine_has_kernel_context_barrier(struct intel_engine_cs *engine)
sys/dev/drm/i915/i915_gem_context.c
673
bool any_active = false;
sys/dev/drm/i915/i915_gem_context.c
772
static bool client_is_banned(struct drm_i915_file_private *file_priv)
sys/dev/drm/i915/i915_gem_context.h
209
static inline bool i915_gem_context_is_closed(const struct i915_gem_context *ctx)
sys/dev/drm/i915/i915_gem_context.h
220
static inline bool i915_gem_context_no_error_capture(const struct i915_gem_context *ctx)
sys/dev/drm/i915/i915_gem_context.h
235
static inline bool i915_gem_context_is_bannable(const struct i915_gem_context *ctx)
sys/dev/drm/i915/i915_gem_context.h
250
static inline bool i915_gem_context_is_banned(const struct i915_gem_context *ctx)
sys/dev/drm/i915/i915_gem_context.h
260
static inline bool i915_gem_context_force_single_submission(const struct i915_gem_context *ctx)
sys/dev/drm/i915/i915_gem_context.h
285
static inline bool i915_gem_context_is_default(const struct i915_gem_context *c)
sys/dev/drm/i915/i915_gem_context.h
290
static inline bool i915_gem_context_is_kernel(struct i915_gem_context *ctx)
sys/dev/drm/i915/i915_gem_dmabuf.c
178
bool write = (direction == DMA_BIDIRECTIONAL || direction == DMA_TO_DEVICE);
sys/dev/drm/i915/i915_gem_evict.c
286
bool check_color;
sys/dev/drm/i915/i915_gem_evict.c
37
bool fail_if_busy:1;
sys/dev/drm/i915/i915_gem_evict.c
40
static bool ggtt_is_idle(struct drm_i915_private *i915)
sys/dev/drm/i915/i915_gem_evict.c
81
static bool
sys/dev/drm/i915/i915_gem_execbuffer.c
1264
bool wide = eb->reloc_cache.use_64bit_reloc;
sys/dev/drm/i915/i915_gem_execbuffer.c
1687
bool have_copy = false;
sys/dev/drm/i915/i915_gem_execbuffer.c
1884
static bool i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec)
sys/dev/drm/i915/i915_gem_execbuffer.c
1933
static struct i915_vma *eb_parse(struct i915_execbuffer *eb, bool is_master)
sys/dev/drm/i915/i915_gem_execbuffer.c
2466
static bool check_buffer_count(size_t count)
sys/dev/drm/i915/i915_gem_execbuffer.c
265
bool use_64bit_reloc : 1;
sys/dev/drm/i915/i915_gem_execbuffer.c
266
bool has_llc : 1;
sys/dev/drm/i915/i915_gem_execbuffer.c
267
bool has_fence : 1;
sys/dev/drm/i915/i915_gem_execbuffer.c
268
bool needs_unfenced : 1;
sys/dev/drm/i915/i915_gem_execbuffer.c
312
static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb)
sys/dev/drm/i915/i915_gem_execbuffer.c
363
static bool
sys/dev/drm/i915/i915_gem_execbuffer.c
393
static inline bool
sys/dev/drm/i915/i915_gem_fence_reg.c
124
bool is_y_tiled = tiling == I915_TILING_Y;
sys/dev/drm/i915/i915_gem_fence_reg.h
49
bool dirty;
sys/dev/drm/i915/i915_gem_gtt.c
1037
static __always_inline bool
sys/dev/drm/i915/i915_gem_gtt.c
1048
bool ret;
sys/dev/drm/i915/i915_gem_gtt.c
1124
bool maybe_64K = false;
sys/dev/drm/i915/i915_gem_gtt.c
1308
static int gen8_ppgtt_notify_vgt(struct i915_hw_ppgtt *ppgtt, bool create)
sys/dev/drm/i915/i915_gem_gtt.c
139
bool has_full_ppgtt;
sys/dev/drm/i915/i915_gem_gtt.c
140
bool has_full_48bit_ppgtt;
sys/dev/drm/i915/i915_gem_gtt.c
1554
bool found = false;
sys/dev/drm/i915/i915_gem_gtt.c
1933
bool flush = false;
sys/dev/drm/i915/i915_gem_gtt.c
2344
static bool needs_idle_maps(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/i915_gem_gtt.c
471
bool immediate)
sys/dev/drm/i915/i915_gem_gtt.c
784
static inline bool use_4lvl(const struct i915_address_space *vm)
sys/dev/drm/i915/i915_gem_gtt.c
862
static bool gen8_ppgtt_clear_pt(struct i915_address_space *vm,
sys/dev/drm/i915/i915_gem_gtt.c
901
static bool gen8_ppgtt_clear_pd(struct i915_address_space *vm,
sys/dev/drm/i915/i915_gem_gtt.c
943
static bool gen8_ppgtt_clear_pdp(struct i915_address_space *vm,
sys/dev/drm/i915/i915_gem_gtt.h
292
bool closed;
sys/dev/drm/i915/i915_gem_gtt.h
334
bool is_ggtt:1;
sys/dev/drm/i915/i915_gem_gtt.h
337
bool pt_kmap_wc:1;
sys/dev/drm/i915/i915_gem_gtt.h
340
bool has_read_only:1;
sys/dev/drm/i915/i915_gem_gtt.h
366
I915_SELFTEST_DECLARE(bool scrub_64K);
sys/dev/drm/i915/i915_gem_gtt.h
371
static inline bool
sys/dev/drm/i915/i915_gem_gtt.h
377
static inline bool
sys/dev/drm/i915/i915_gem_gtt.h
401
bool do_idle_maps;
sys/dev/drm/i915/i915_gem_gtt.h
432
bool scan_for_unused_pt;
sys/dev/drm/i915/i915_gem_object.h
240
bool dirty:1;
sys/dev/drm/i915/i915_gem_object.h
246
bool quirked:1;
sys/dev/drm/i915/i915_gem_object.h
367
static inline bool
sys/dev/drm/i915/i915_gem_object.h
373
static inline bool
sys/dev/drm/i915/i915_gem_object.h
379
static inline bool
sys/dev/drm/i915/i915_gem_object.h
385
static inline bool
sys/dev/drm/i915/i915_gem_object.h
391
static inline bool
sys/dev/drm/i915/i915_gem_object.h
397
static inline bool
sys/dev/drm/i915/i915_gem_object.h
419
static inline bool
sys/dev/drm/i915/i915_gem_object.h
431
static inline bool
sys/dev/drm/i915/i915_gem_shrinker.c
113
static bool unsafe_drop_pages(struct drm_i915_gem_object *obj)
sys/dev/drm/i915/i915_gem_shrinker.c
161
bool unlock;
sys/dev/drm/i915/i915_gem_shrinker.c
360
bool unlock;
sys/dev/drm/i915/i915_gem_shrinker.c
39
static bool shrinker_lock(struct drm_i915_private *i915, bool *unlock)
sys/dev/drm/i915/i915_gem_shrinker.c
398
static bool
sys/dev/drm/i915/i915_gem_shrinker.c
399
shrinker_lock_uninterruptible(struct drm_i915_private *i915, bool *unlock,
sys/dev/drm/i915/i915_gem_shrinker.c
473
bool unlock;
sys/dev/drm/i915/i915_gem_shrinker.c
67
static void shrinker_unlock(struct drm_i915_private *i915, bool unlock)
sys/dev/drm/i915/i915_gem_shrinker.c
75
static bool swap_available(void)
sys/dev/drm/i915/i915_gem_shrinker.c
80
static bool can_release_pages(struct drm_i915_gem_object *obj)
sys/dev/drm/i915/i915_gem_tiling.c
134
static bool
sys/dev/drm/i915/i915_gem_tiling.c
177
static bool i915_vma_fence_prepare(struct i915_vma *vma,
sys/dev/drm/i915/i915_gem_userptr.c
119
bool blockable)
sys/dev/drm/i915/i915_gem_userptr.c
470
bool value)
sys/dev/drm/i915/i915_gem_userptr.c
62
bool attached;
sys/dev/drm/i915/i915_gem_userptr.c
621
bool active;
sys/dev/drm/i915/i915_gpu_error.c
1059
bool pinned_only)
sys/dev/drm/i915/i915_gpu_error.c
1574
bool found;
sys/dev/drm/i915/i915_gpu_error.c
1862
static bool warned;
sys/dev/drm/i915/i915_gpu_error.c
213
static bool compress_init(struct compress *c)
sys/dev/drm/i915/i915_gpu_error.c
330
static bool compress_init(struct compress *c)
sys/dev/drm/i915/i915_gpu_error.c
80
static bool __i915_error_ok(struct drm_i915_error_state_buf *e)
sys/dev/drm/i915/i915_gpu_error.c
94
static bool __i915_error_seek(struct drm_i915_error_state_buf *e,
sys/dev/drm/i915/i915_gpu_error.h
131
bool bannable;
sys/dev/drm/i915/i915_gpu_error.h
40
bool simulated;
sys/dev/drm/i915/i915_gpu_error.h
41
bool awake;
sys/dev/drm/i915/i915_gpu_error.h
42
bool wakelock;
sys/dev/drm/i915/i915_gpu_error.h
43
bool suspended;
sys/dev/drm/i915/i915_gpu_error.h
83
bool idle;
sys/dev/drm/i915/i915_gpu_error.h
84
bool waiting;
sys/dev/drm/i915/i915_gpu_error.h
87
bool hangcheck_stalled;
sys/dev/drm/i915/i915_irq.c
1283
bool client_boost = false;
sys/dev/drm/i915/i915_irq.c
1496
bool tasklet = false;
sys/dev/drm/i915/i915_irq.c
1576
static bool gen11_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1592
static bool bxt_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1606
static bool icp_ddi_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1618
static bool icp_tc_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1634
static bool spt_port_hotplug2_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1644
static bool spt_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1660
static bool ilk_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1670
static bool pch_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1684
static bool i9xx_port_hotplug_long_detect(enum hpd_pin pin, u32 val)
sys/dev/drm/i915/i915_irq.c
1709
bool long_pulse_detect(enum hpd_pin pin, u32 val))
sys/dev/drm/i915/i915_irq.c
1959
bool blc_event = false;
sys/dev/drm/i915/i915_irq.c
1983
bool blc_event = false;
sys/dev/drm/i915/i915_irq.c
266
static bool gen11_reset_one_iir(struct drm_i915_private * const i915,
sys/dev/drm/i915/i915_irq.c
2731
bool found = false;
sys/dev/drm/i915/i915_irq.c
2771
bool found = false;
sys/dev/drm/i915/i915_irq.c
990
static bool i915_get_crtc_scanoutpos(struct drm_device *dev, unsigned int pipe,
sys/dev/drm/i915/i915_irq.c
991
bool in_vblank_irq, int *vpos, int *hpos,
sys/dev/drm/i915/i915_memcpy.c
81
bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len)
sys/dev/drm/i915/i915_params.c
102
i915_param_named_unsafe(alpha_support, bool, 0400,
sys/dev/drm/i915/i915_params.c
112
i915_param_named(fastboot, bool, 0600,
sys/dev/drm/i915/i915_params.c
115
i915_param_named_unsafe(prefault_disable, bool, 0600,
sys/dev/drm/i915/i915_params.c
119
i915_param_named_unsafe(load_detect_test, bool, 0600,
sys/dev/drm/i915/i915_params.c
123
i915_param_named_unsafe(force_reset_modeset_test, bool, 0600,
sys/dev/drm/i915/i915_params.c
135
i915_param_named(disable_display, bool, 0400,
sys/dev/drm/i915/i915_params.c
142
i915_param_named(verbose_state_checks, bool, 0600,
sys/dev/drm/i915/i915_params.c
145
i915_param_named_unsafe(nuclear_pageflip, bool, 0400,
sys/dev/drm/i915/i915_params.c
172
i915_param_named_unsafe(enable_dp_mst, bool, 0600,
sys/dev/drm/i915/i915_params.c
180
i915_param_named(enable_dpcd_backlight, bool, 0600,
sys/dev/drm/i915/i915_params.c
183
i915_param_named(enable_gvt, bool, 0400,
sys/dev/drm/i915/i915_params.c
192
drm_printf(p, "i915.%s=%s\n", name, yesno(*(const bool *)x));
sys/dev/drm/i915/i915_params.c
80
i915_param_named(error_capture, bool, 0600,
sys/dev/drm/i915/i915_params.c
86
i915_param_named_unsafe(enable_hangcheck, bool, 0644,
sys/dev/drm/i915/i915_params.h
59
param(bool, alpha_support, IS_ENABLED(CONFIG_DRM_I915_ALPHA_SUPPORT)) \
sys/dev/drm/i915/i915_params.h
60
param(bool, enable_hangcheck, true) \
sys/dev/drm/i915/i915_params.h
61
param(bool, fastboot, false) \
sys/dev/drm/i915/i915_params.h
62
param(bool, prefault_disable, false) \
sys/dev/drm/i915/i915_params.h
63
param(bool, load_detect_test, false) \
sys/dev/drm/i915/i915_params.h
64
param(bool, force_reset_modeset_test, false) \
sys/dev/drm/i915/i915_params.h
65
param(bool, error_capture, true) \
sys/dev/drm/i915/i915_params.h
66
param(bool, disable_display, false) \
sys/dev/drm/i915/i915_params.h
67
param(bool, verbose_state_checks, true) \
sys/dev/drm/i915/i915_params.h
68
param(bool, nuclear_pageflip, false) \
sys/dev/drm/i915/i915_params.h
69
param(bool, enable_dp_mst, true) \
sys/dev/drm/i915/i915_params.h
70
param(bool, enable_dpcd_backlight, false) \
sys/dev/drm/i915/i915_params.h
71
param(bool, enable_gvt, false)
sys/dev/drm/i915/i915_pci.c
753
bool use_kms = true;
sys/dev/drm/i915/i915_perf.c
1848
bool periodic = dev_priv->perf.oa.periodic;
sys/dev/drm/i915/i915_perf.c
2548
bool privileged_op = true;
sys/dev/drm/i915/i915_perf.c
2965
static bool gen8_is_valid_flex_addr(struct drm_i915_private *dev_priv, u32 addr)
sys/dev/drm/i915/i915_perf.c
2985
static bool gen7_is_valid_b_counter_addr(struct drm_i915_private *dev_priv, u32 addr)
sys/dev/drm/i915/i915_perf.c
2995
static bool gen7_is_valid_mux_addr(struct drm_i915_private *dev_priv, u32 addr)
sys/dev/drm/i915/i915_perf.c
3006
static bool gen8_is_valid_mux_addr(struct drm_i915_private *dev_priv, u32 addr)
sys/dev/drm/i915/i915_perf.c
3014
static bool gen10_is_valid_mux_addr(struct drm_i915_private *dev_priv, u32 addr)
sys/dev/drm/i915/i915_perf.c
3021
static bool hsw_is_valid_mux_addr(struct drm_i915_private *dev_priv, u32 addr)
sys/dev/drm/i915/i915_perf.c
3030
static bool chv_is_valid_mux_addr(struct drm_i915_private *dev_priv, u32 addr)
sys/dev/drm/i915/i915_perf.c
3056
bool (*is_valid)(struct drm_i915_private *dev_priv, u32 addr),
sys/dev/drm/i915/i915_perf.c
364
bool oa_periodic;
sys/dev/drm/i915/i915_perf.c
453
static bool oa_buffer_check_unlocked(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/i915_pmu.c
151
static bool grab_forcewake(struct drm_i915_private *i915, bool fw)
sys/dev/drm/i915/i915_pmu.c
170
bool fw = false;
sys/dev/drm/i915/i915_pmu.c
45
static bool is_engine_config(u64 config)
sys/dev/drm/i915/i915_pmu.c
63
static bool is_engine_event(struct perf_event *event)
sys/dev/drm/i915/i915_pmu.c
73
static bool pmu_needs_timer(struct drm_i915_private *i915, bool gpu_active)
sys/dev/drm/i915/i915_pmu.h
87
bool timer_enabled;
sys/dev/drm/i915/i915_reg.h
132
static inline bool i915_mmio_reg_equal(i915_reg_t a, i915_reg_t b)
sys/dev/drm/i915/i915_reg.h
137
static inline bool i915_mmio_reg_valid(i915_reg_t reg)
sys/dev/drm/i915/i915_request.c
1180
static bool busywait_stop(unsigned long timeout, unsigned int cpu)
sys/dev/drm/i915/i915_request.c
1190
static bool __i915_spin_request(const struct i915_request *rq,
sys/dev/drm/i915/i915_request.c
1250
static bool __i915_wait_request_check_and_reset(struct i915_request *request)
sys/dev/drm/i915/i915_request.c
55
static bool i915_fence_signaled(struct dma_fence *fence)
sys/dev/drm/i915/i915_request.c
60
static bool i915_fence_enable_signaling(struct dma_fence *fence)
sys/dev/drm/i915/i915_request.c
66
bool interruptible,
sys/dev/drm/i915/i915_request.c
980
bool write)
sys/dev/drm/i915/i915_request.h
181
bool waitboost;
sys/dev/drm/i915/i915_request.h
198
static inline bool dma_fence_is_i915(const struct dma_fence *fence)
sys/dev/drm/i915/i915_request.h
261
bool write);
sys/dev/drm/i915/i915_request.h
284
static inline bool intel_engine_has_started(struct intel_engine_cs *engine,
sys/dev/drm/i915/i915_request.h
286
static inline bool intel_engine_has_completed(struct intel_engine_cs *engine,
sys/dev/drm/i915/i915_request.h
292
static inline bool i915_seqno_passed(u32 seq1, u32 seq2)
sys/dev/drm/i915/i915_request.h
306
static inline bool i915_request_started(const struct i915_request *rq)
sys/dev/drm/i915/i915_request.h
317
static inline bool
sys/dev/drm/i915/i915_request.h
325
static inline bool i915_request_completed(const struct i915_request *rq)
sys/dev/drm/i915/i915_request.h
336
static inline bool i915_sched_node_signaled(const struct i915_sched_node *node)
sys/dev/drm/i915/i915_request.h
649
static inline bool
sys/dev/drm/i915/i915_selftest.h
101
bool __igt_timeout(unsigned long timeout, const char *fmt, ...);
sys/dev/drm/i915/i915_sw_fence.c
244
static bool __i915_sw_fence_check_if_after(struct i915_sw_fence *fence,
sys/dev/drm/i915/i915_sw_fence.c
281
static bool i915_sw_fence_check_if_after(struct i915_sw_fence *fence,
sys/dev/drm/i915/i915_sw_fence.c
285
bool err;
sys/dev/drm/i915/i915_sw_fence.c
490
bool write,
sys/dev/drm/i915/i915_sw_fence.h
79
bool write,
sys/dev/drm/i915/i915_sw_fence.h
83
static inline bool i915_sw_fence_signaled(const struct i915_sw_fence *fence)
sys/dev/drm/i915/i915_sw_fence.h
88
static inline bool i915_sw_fence_done(const struct i915_sw_fence *fence)
sys/dev/drm/i915/i915_syncmap.c
135
static inline bool seqno_later(u32 a, u32 b)
sys/dev/drm/i915/i915_syncmap.c
154
bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno)
sys/dev/drm/i915/i915_syncmap.h
35
bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno);
sys/dev/drm/i915/i915_sysfs.c
308
bool boost = false;
sys/dev/drm/i915/i915_timeline.h
115
static inline bool __i915_timeline_sync_is_later(struct i915_timeline *tl,
sys/dev/drm/i915/i915_timeline.h
121
static inline bool i915_timeline_sync_is_later(struct i915_timeline *tl,
sys/dev/drm/i915/i915_utils.h
149
static inline const char *yesno(bool v)
sys/dev/drm/i915/i915_utils.h
154
static inline const char *onoff(bool v)
sys/dev/drm/i915/i915_utils.h
159
static inline const char *enableddisabled(bool v)
sys/dev/drm/i915/i915_utils.h
32
bool __i915_warn_cond = (x); \
sys/dev/drm/i915/i915_vgpu.c
84
bool intel_vgpu_has_full_48bit_ppgtt(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/i915_vgpu.h
31
bool intel_vgpu_has_full_48bit_ppgtt(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/i915_vgpu.h
33
static inline bool
sys/dev/drm/i915/i915_vgpu.h
39
static inline bool
sys/dev/drm/i915/i915_vma.c
429
bool i915_vma_misplaced(const struct i915_vma *vma,
sys/dev/drm/i915/i915_vma.c
458
bool mappable, fenceable;
sys/dev/drm/i915/i915_vma.c
481
static bool color_differs(struct drm_mm_node *node, unsigned long color)
sys/dev/drm/i915/i915_vma.c
486
bool i915_gem_valid_gtt_space(struct i915_vma *vma, unsigned long cache_level)
sys/dev/drm/i915/i915_vma.h
144
static inline bool i915_vma_is_active(struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
153
static inline bool i915_vma_is_ggtt(const struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
158
static inline bool i915_vma_has_ggtt_write(const struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
176
static inline bool i915_vma_is_map_and_fenceable(const struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
181
static inline bool i915_vma_is_closed(const struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
186
static inline bool i915_vma_set_userfault(struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
197
static inline bool i915_vma_has_userfault(const struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
275
bool i915_gem_valid_gtt_space(struct i915_vma *vma, unsigned long cache_level);
sys/dev/drm/i915/i915_vma.h
276
bool i915_vma_misplaced(const struct i915_vma *vma,
sys/dev/drm/i915/i915_vma.h
312
static inline bool i915_vma_is_pinned(const struct i915_vma *vma)
sys/dev/drm/i915/i915_vma.h
335
static inline bool i915_vma_is_bound(const struct i915_vma *vma,
sys/dev/drm/i915/intel_acpi.c
126
static bool intel_dsm_detect(void)
sys/dev/drm/i915/intel_audio.c
227
static bool intel_eld_uptodate(struct drm_connector *connector,
sys/dev/drm/i915/intel_audio.c
757
bool enable)
sys/dev/drm/i915/intel_audio.c
884
int pipe, bool *enabled,
sys/dev/drm/i915/intel_bios.c
1303
bool is_dvi, is_hdmi, is_dp, is_edp, is_crt;
sys/dev/drm/i915/intel_bios.c
1649
bool intel_bios_is_valid_vbt(const void *buf, size_t size)
sys/dev/drm/i915/intel_bios.c
1807
bool intel_bios_is_tv_present(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_bios.c
1849
bool intel_bios_is_lvds_present(struct drm_i915_private *dev_priv, u8 *i2c_pin)
sys/dev/drm/i915/intel_bios.c
1898
bool intel_bios_is_port_present(struct drm_i915_private *dev_priv, enum port port)
sys/dev/drm/i915/intel_bios.c
1939
bool intel_bios_is_port_edp(struct drm_i915_private *dev_priv, enum port port)
sys/dev/drm/i915/intel_bios.c
1969
static bool child_dev_is_dp_dual_mode(const struct child_device_config *child,
sys/dev/drm/i915/intel_bios.c
2004
bool intel_bios_is_port_dp_dual_mode(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_bios.c
2027
bool intel_bios_is_dsi_present(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_bios.c
2066
bool
sys/dev/drm/i915/intel_bios.c
2113
bool
sys/dev/drm/i915/intel_bios.c
390
bool alternate)
sys/dev/drm/i915/intel_breadcrumbs.c
270
static bool use_fake_irq(const struct intel_breadcrumbs *b)
sys/dev/drm/i915/intel_breadcrumbs.c
297
static bool __intel_breadcrumbs_enable_irq(struct intel_breadcrumbs *b)
sys/dev/drm/i915/intel_breadcrumbs.c
302
bool enabled;
sys/dev/drm/i915/intel_breadcrumbs.c
391
static bool __intel_engine_add_wait(struct intel_engine_cs *engine,
sys/dev/drm/i915/intel_breadcrumbs.c
396
bool first, armed;
sys/dev/drm/i915/intel_breadcrumbs.c
499
bool intel_engine_add_wait(struct intel_engine_cs *engine,
sys/dev/drm/i915/intel_breadcrumbs.c
503
bool armed;
sys/dev/drm/i915/intel_breadcrumbs.c
515
static inline bool chain_wakeup(struct rb_node *rb, int priority)
sys/dev/drm/i915/intel_breadcrumbs.c
55
bool was_asleep = task_asleep(wait->tsk);
sys/dev/drm/i915/intel_breadcrumbs.c
626
bool do_schedule = true;
sys/dev/drm/i915/intel_breadcrumbs.c
743
bool intel_engine_enable_signaling(struct i915_request *request, bool wakeup)
sys/dev/drm/i915/intel_cdclk.c
2078
bool intel_cdclk_needs_modeset(const struct intel_cdclk_state *a,
sys/dev/drm/i915/intel_cdclk.c
2094
bool intel_cdclk_changed(const struct intel_cdclk_state *a,
sys/dev/drm/i915/intel_cdclk.c
925
bool changed = dev_priv->skl_preferred_vco_freq != vco;
sys/dev/drm/i915/intel_color.c
143
bool limited_color_range = false;
sys/dev/drm/i915/intel_color.c
370
bool reenable_ips = false;
sys/dev/drm/i915/intel_color.c
77
static bool crtc_state_is_legacy_gamma(struct drm_crtc_state *state)
sys/dev/drm/i915/intel_crt.c
347
static bool intel_crt_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_crt.c
360
static bool pch_crt_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_crt.c
375
static bool hsw_crt_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_crt.c
409
static bool intel_ironlake_crt_detect_hotplug(struct drm_connector *connector)
sys/dev/drm/i915/intel_crt.c
415
bool ret;
sys/dev/drm/i915/intel_crt.c
419
bool turn_off_dac = HAS_PCH_SPLIT(dev_priv);
sys/dev/drm/i915/intel_crt.c
456
static bool valleyview_crt_detect_hotplug(struct drm_connector *connector)
sys/dev/drm/i915/intel_crt.c
461
bool reenable_hpd;
sys/dev/drm/i915/intel_crt.c
463
bool ret;
sys/dev/drm/i915/intel_crt.c
510
static bool intel_crt_detect_hotplug(struct drm_connector *connector)
sys/dev/drm/i915/intel_crt.c
515
bool ret = false;
sys/dev/drm/i915/intel_crt.c
52
bool force_hotplug_required;
sys/dev/drm/i915/intel_crt.c
592
static bool intel_crt_detect_ddc(struct drm_connector *connector)
sys/dev/drm/i915/intel_crt.c
598
bool ret = false;
sys/dev/drm/i915/intel_crt.c
606
bool is_digital = edid->input & DRM_EDID_INPUT_DIGITAL;
sys/dev/drm/i915/intel_crt.c
66
bool intel_crt_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_crt.c
680
bool restore_vblank = false;
sys/dev/drm/i915/intel_crt.c
772
bool force)
sys/dev/drm/i915/intel_crt.c
82
static bool intel_crt_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_crt.c
87
bool ret;
sys/dev/drm/i915/intel_ddi.c
1791
bool state)
sys/dev/drm/i915/intel_ddi.c
1913
bool enable)
sys/dev/drm/i915/intel_ddi.c
1941
bool intel_ddi_connector_get_hw_state(struct intel_connector *intel_connector)
sys/dev/drm/i915/intel_ddi.c
1951
bool ret;
sys/dev/drm/i915/intel_ddi.c
2001
bool intel_ddi_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_ddi.c
2009
bool ret;
sys/dev/drm/i915/intel_ddi.c
2892
bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST);
sys/dev/drm/i915/intel_ddi.c
3006
bool wait = false;
sys/dev/drm/i915/intel_ddi.c
3032
bool is_mst = intel_crtc_has_type(old_crtc_state,
sys/dev/drm/i915/intel_ddi.c
3301
bool wait = false;
sys/dev/drm/i915/intel_ddi.c
3340
static bool intel_ddi_is_audio_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_ddi.c
3494
static bool intel_ddi_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_ddi.c
3656
static bool intel_ddi_hotplug(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_ddi.c
3660
bool changed;
sys/dev/drm/i915/intel_ddi.c
3704
static bool intel_ddi_a_force_4_lanes(struct intel_digital_port *dport)
sys/dev/drm/i915/intel_ddi.c
3769
bool init_hdmi, init_dp, init_lspcon = false;
sys/dev/drm/i915/intel_device_info.c
810
bool invalid;
sys/dev/drm/i915/intel_device_info.h
189
bool has_logical_contexts:1;
sys/dev/drm/i915/intel_display.c
10056
static bool i9xx_cursor_size_ok(const struct intel_plane_state *plane_state)
sys/dev/drm/i915/intel_display.c
1008
bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock,
sys/dev/drm/i915/intel_display.c
1018
bool intel_crtc_active(struct intel_crtc *crtc)
sys/dev/drm/i915/intel_display.c
10216
static bool i9xx_cursor_get_hw_state(struct intel_plane *plane,
sys/dev/drm/i915/intel_display.c
10221
bool ret;
sys/dev/drm/i915/intel_display.c
1045
static bool pipe_scanline_is_moving(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_display.c
10554
bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN);
sys/dev/drm/i915/intel_display.c
1064
static void wait_for_pipe_scanline_moving(struct intel_crtc *crtc, bool state)
sys/dev/drm/i915/intel_display.c
10685
static bool intel_wm_need_update(struct drm_plane *plane,
sys/dev/drm/i915/intel_display.c
10709
static bool needs_scaling(const struct intel_plane_state *state)
sys/dev/drm/i915/intel_display.c
10730
bool mode_changed = needs_modeset(crtc_state);
sys/dev/drm/i915/intel_display.c
10731
bool was_crtc_enabled = old_crtc_state->base.active;
sys/dev/drm/i915/intel_display.c
10732
bool is_crtc_enabled = crtc_state->active;
sys/dev/drm/i915/intel_display.c
10733
bool turn_off, turn_on, visible, was_visible;
sys/dev/drm/i915/intel_display.c
10824
static bool encoders_cloneable(const struct intel_encoder *a,
sys/dev/drm/i915/intel_display.c
10832
static bool check_single_encoder_cloning(struct drm_atomic_state *state,
sys/dev/drm/i915/intel_display.c
10864
bool mode_changed = needs_modeset(crtc_state);
sys/dev/drm/i915/intel_display.c
1107
enum i915_pipe pipe, bool state)
sys/dev/drm/i915/intel_display.c
1110
bool cur_state;
sys/dev/drm/i915/intel_display.c
1120
void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state)
sys/dev/drm/i915/intel_display.c
11205
static bool check_digital_port_conflicts(struct drm_atomic_state *state)
sys/dev/drm/i915/intel_display.c
11212
bool ret = true;
sys/dev/drm/i915/intel_display.c
1123
bool cur_state;
sys/dev/drm/i915/intel_display.c
11278
bool force_thru, ips_force_disable;
sys/dev/drm/i915/intel_display.c
11319
bool retry = true;
sys/dev/drm/i915/intel_display.c
1136
enum i915_pipe pipe, bool state)
sys/dev/drm/i915/intel_display.c
1138
bool cur_state;
sys/dev/drm/i915/intel_display.c
11440
static bool intel_fuzzy_clock_check(int clock1, int clock2)
sys/dev/drm/i915/intel_display.c
11458
static bool
sys/dev/drm/i915/intel_display.c
11461
bool exact)
sys/dev/drm/i915/intel_display.c
11489
static bool
sys/dev/drm/i915/intel_display.c
11492
bool adjust)
sys/dev/drm/i915/intel_display.c
11509
pipe_config_err(bool adjust, const char *name, const char *format, ...)
sys/dev/drm/i915/intel_display.c
11528
static bool
sys/dev/drm/i915/intel_display.c
11532
bool adjust)
sys/dev/drm/i915/intel_display.c
11534
bool ret = true;
sys/dev/drm/i915/intel_display.c
11535
bool fixup_inherited = adjust &&
sys/dev/drm/i915/intel_display.c
1158
enum i915_pipe pipe, bool state)
sys/dev/drm/i915/intel_display.c
1161
bool cur_state;
sys/dev/drm/i915/intel_display.c
1190
enum i915_pipe pipe, bool state)
sys/dev/drm/i915/intel_display.c
1193
bool cur_state;
sys/dev/drm/i915/intel_display.c
11987
bool enabled = false, found = false;
sys/dev/drm/i915/intel_display.c
12017
bool active;
sys/dev/drm/i915/intel_display.c
12038
bool active;
sys/dev/drm/i915/intel_display.c
1207
bool locked = true;
sys/dev/drm/i915/intel_display.c
12117
bool active;
sys/dev/drm/i915/intel_display.c
12522
bool any_ms = false;
sys/dev/drm/i915/intel_display.c
1260
enum i915_pipe pipe, bool state)
sys/dev/drm/i915/intel_display.c
12613
bool modeset = needs_modeset(new_crtc_state);
sys/dev/drm/i915/intel_display.c
1262
bool cur_state;
sys/dev/drm/i915/intel_display.c
12659
bool progress;
sys/dev/drm/i915/intel_display.c
12686
bool vbl_wait = false;
sys/dev/drm/i915/intel_display.c
1286
static void assert_plane(struct intel_plane *plane, bool state)
sys/dev/drm/i915/intel_display.c
12873
bool modeset = needs_modeset(new_crtc_state);
sys/dev/drm/i915/intel_display.c
1289
bool cur_state;
sys/dev/drm/i915/intel_display.c
13013
bool nonblock)
sys/dev/drm/i915/intel_display.c
1320
bool enabled;
sys/dev/drm/i915/intel_display.c
1334
bool state;
sys/dev/drm/i915/intel_display.c
13413
bool modeset = needs_modeset(&intel_cstate->base);
sys/dev/drm/i915/intel_display.c
13485
static bool i8xx_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
13508
static bool i965_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
1352
bool state;
sys/dev/drm/i915/intel_display.c
13533
static bool skl_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
13583
static bool intel_cursor_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_display.c
13748
static bool i9xx_plane_has_fbc(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_display.c
13765
static bool skl_plane_has_fbc(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_display.c
13774
bool skl_plane_has_planar(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_display.c
14204
static bool has_edp_a(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_display.c
14218
static bool intel_crt_present(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_display.c
14282
bool dpd_is_edp = false;
sys/dev/drm/i915/intel_display.c
14379
bool has_edp, has_port;
sys/dev/drm/i915/intel_display.c
14424
bool found = false;
sys/dev/drm/i915/intel_display.c
15369
bool bios_lvds_use_ssc = !!(I915_READ(PCH_DREF_CONTROL) &
sys/dev/drm/i915/intel_display.c
15598
static bool intel_crtc_has_encoders(struct intel_crtc *crtc)
sys/dev/drm/i915/intel_display.c
15620
static bool has_pch_trancoder(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_display.c
15690
static bool has_bogus_dpll_config(const struct intel_crtc_state *crtc_state)
sys/dev/drm/i915/intel_display.c
15720
bool has_active_crtc = crtc_state &&
sys/dev/drm/i915/intel_display.c
15811
bool visible;
sys/dev/drm/i915/intel_display.c
162
static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force);
sys/dev/drm/i915/intel_display.c
16234
int intel_modeset_vga_set_state(struct drm_i915_private *dev_priv, bool state)
sys/dev/drm/i915/intel_display.c
16276
bool power_domain_on;
sys/dev/drm/i915/intel_display.c
16292
bool power_domain_on;
sys/dev/drm/i915/intel_display.c
2073
static bool intel_plane_uses_fence(const struct intel_plane_state *plane_state)
sys/dev/drm/i915/intel_display.c
2084
bool uses_fence,
sys/dev/drm/i915/intel_display.c
2481
bool is_ccs_modifier(u64 modifier)
sys/dev/drm/i915/intel_display.c
2673
int skl_format_to_fourcc(int format, bool rgb_order, bool alpha)
sys/dev/drm/i915/intel_display.c
2701
static bool
sys/dev/drm/i915/intel_display.c
2781
bool visible)
sys/dev/drm/i915/intel_display.c
2987
static bool skl_check_main_ccs_coordinates(struct intel_plane_state *plane_state,
sys/dev/drm/i915/intel_display.c
3476
static bool i9xx_plane_get_hw_state(struct intel_plane *plane,
sys/dev/drm/i915/intel_display.c
3482
bool ret;
sys/dev/drm/i915/intel_display.c
3796
static bool gpu_reset_clobbers_display(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_display.c
4463
bool intel_has_pending_fb_unpin(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_display.c
4466
bool cleanup_done;
sys/dev/drm/i915/intel_display.c
4642
static void cpt_set_fdi_bc_bifurcation(struct drm_device *dev, bool enable)
sys/dev/drm/i915/intel_display.c
4878
u16 skl_scaler_calc_phase(int sub, int scale, bool chroma_cosited)
sys/dev/drm/i915/intel_display.c
4904
skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach,
sys/dev/drm/i915/intel_display.c
4907
bool plane_scaler_check,
sys/dev/drm/i915/intel_display.c
5038
bool force_detach = !fb || !plane_state->base.visible;
sys/dev/drm/i915/intel_display.c
509
skl_wa_528(struct drm_i915_private *dev_priv, int pipe, bool enable)
sys/dev/drm/i915/intel_display.c
521
skl_wa_clkgate(struct drm_i915_private *dev_priv, int pipe, bool enable)
sys/dev/drm/i915/intel_display.c
5304
static bool hsw_pre_update_disable_ips(const struct intel_crtc_state *old_crtc_state,
sys/dev/drm/i915/intel_display.c
5316
static bool hsw_post_update_enable_ips(const struct intel_crtc_state *old_crtc_state,
sys/dev/drm/i915/intel_display.c
5336
static bool needs_nv12_wa(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_display.c
535
static bool
sys/dev/drm/i915/intel_display.c
5403
bool modeset = needs_modeset(&pipe_config->base);
sys/dev/drm/i915/intel_display.c
5718
static bool hsw_crtc_supports_ips(struct intel_crtc *crtc)
sys/dev/drm/i915/intel_display.c
5724
enum i915_pipe pipe, bool apply)
sys/dev/drm/i915/intel_display.c
5761
bool psl_clkgate_wa;
sys/dev/drm/i915/intel_display.c
5872
static void ironlake_pfit_disable(struct intel_crtc *crtc, bool force)
sys/dev/drm/i915/intel_display.c
6004
bool intel_port_is_combophy(struct drm_i915_private *dev_priv, enum port port)
sys/dev/drm/i915/intel_display.c
6015
bool intel_port_is_tc(struct drm_i915_private *dev_priv, enum port port)
sys/dev/drm/i915/intel_display.c
610
static bool intel_PLL_is_valid(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_display.c
6489
bool intel_connector_get_hw_state(struct intel_connector *connector)
sys/dev/drm/i915/intel_display.c
6584
bool needs_recompute = false;
sys/dev/drm/i915/intel_display.c
6623
bool hsw_crtc_state_ips_capable(const struct intel_crtc_state *crtc_state)
sys/dev/drm/i915/intel_display.c
6652
static bool hsw_compute_ips_config(struct intel_crtc_state *crtc_state)
sys/dev/drm/i915/intel_display.c
6677
static bool intel_crtc_supports_double_wide(const struct intel_crtc *crtc)
sys/dev/drm/i915/intel_display.c
6819
bool constant_n)
sys/dev/drm/i915/intel_display.c
682
static bool
sys/dev/drm/i915/intel_display.c
6841
bool constant_n)
sys/dev/drm/i915/intel_display.c
6855
static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_display.c
740
static bool
sys/dev/drm/i915/intel_display.c
796
static bool
sys/dev/drm/i915/intel_display.c
7966
static bool i9xx_get_pipe_config(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_display.c
7972
bool ret;
sys/dev/drm/i915/intel_display.c
805
bool found = false;
sys/dev/drm/i915/intel_display.c
8085
bool has_lvds = false;
sys/dev/drm/i915/intel_display.c
8086
bool has_cpu_edp = false;
sys/dev/drm/i915/intel_display.c
8087
bool has_panel = false;
sys/dev/drm/i915/intel_display.c
8088
bool has_ck505 = false;
sys/dev/drm/i915/intel_display.c
8089
bool can_ssc = false;
sys/dev/drm/i915/intel_display.c
8090
bool using_ssc_source = false;
sys/dev/drm/i915/intel_display.c
8350
bool with_spread, bool with_fdi)
sys/dev/drm/i915/intel_display.c
8478
bool has_vga = false;
sys/dev/drm/i915/intel_display.c
849
static bool vlv_PLL_is_optimal(struct drm_device *dev, int target_freq,
sys/dev/drm/i915/intel_display.c
8621
static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor)
sys/dev/drm/i915/intel_display.c
890
static bool
sys/dev/drm/i915/intel_display.c
902
bool found = false;
sys/dev/drm/i915/intel_display.c
9039
static bool ironlake_get_pipe_config(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_display.c
9046
bool ret;
sys/dev/drm/i915/intel_display.c
9202
bool switch_to_fclk, bool allow_power_down)
sys/dev/drm/i915/intel_display.c
950
static bool
sys/dev/drm/i915/intel_display.c
9506
static bool hsw_get_transcoder_state(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_display.c
9558
static bool bxt_get_dsi_transcoder_state(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_display.c
9652
static bool haswell_get_pipe_config(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_display.c
9658
bool active;
sys/dev/drm/i915/intel_display.c
9692
bool clrspace_yuv = tmp & PIPEMISC_OUTPUT_COLORSPACE_YUV;
sys/dev/drm/i915/intel_display.c
9695
bool blend_mode_420 = tmp &
sys/dev/drm/i915/intel_display.c
9789
static bool intel_cursor_size_ok(const struct intel_plane_state *plane_state)
sys/dev/drm/i915/intel_display.c
9882
static bool i845_cursor_size_ok(const struct intel_plane_state *plane_state)
sys/dev/drm/i915/intel_display.c
9986
static bool i845_cursor_get_hw_state(struct intel_plane *plane,
sys/dev/drm/i915/intel_display.c
9991
bool ret;
sys/dev/drm/i915/intel_display.h
408
bool constant_n);
sys/dev/drm/i915/intel_display.h
410
bool is_ccs_modifier(u64 modifier);
sys/dev/drm/i915/intel_display.h
90
static inline bool transcoder_is_dsi(enum transcoder transcoder)
sys/dev/drm/i915/intel_dp.c
104
bool intel_dp_is_edp(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp.c
1086
static bool edp_have_panel_power(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp.c
1099
static bool edp_have_panel_vdd(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp.c
1134
bool done;
sys/dev/drm/i915/intel_dp.c
118
static bool edp_panel_vdd_on(struct intel_dp *intel_dp);
sys/dev/drm/i915/intel_dp.c
119
static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync);
sys/dev/drm/i915/intel_dp.c
1271
bool vdd;
sys/dev/drm/i915/intel_dp.c
1734
bool intel_dp_source_supports_hbr2(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp.c
1741
bool intel_dp_source_supports_hbr3(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp.c
1923
static bool
sys/dev/drm/i915/intel_dp.c
1958
static bool
sys/dev/drm/i915/intel_dp.c
2022
bool
sys/dev/drm/i915/intel_dp.c
2035
bool constant_n = drm_dp_has_quirk(&intel_dp->desc,
sys/dev/drm/i915/intel_dp.c
2124
bool link_mst)
sys/dev/drm/i915/intel_dp.c
2326
static bool edp_panel_vdd_on(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp.c
2332
bool need_to_disable = !intel_dp->want_panel_vdd;
sys/dev/drm/i915/intel_dp.c
2384
bool vdd;
sys/dev/drm/i915/intel_dp.c
2463
static void edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync)
sys/dev/drm/i915/intel_dp.c
2676
bool enable)
sys/dev/drm/i915/intel_dp.c
2679
bool is_enabled;
sys/dev/drm/i915/intel_dp.c
2697
static void assert_dp_port(struct intel_dp *intel_dp, bool state)
sys/dev/drm/i915/intel_dp.c
2701
bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN;
sys/dev/drm/i915/intel_dp.c
2710
static void assert_edp_pll(struct drm_i915_private *dev_priv, bool state)
sys/dev/drm/i915/intel_dp.c
2712
bool cur_state = I915_READ(DP_A) & DP_PLL_ENABLE;
sys/dev/drm/i915/intel_dp.c
2780
static bool downstream_hpd_needs_d0(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp.c
2834
static bool cpt_dp_port_selected(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
2856
bool intel_dp_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
2860
bool ret;
sys/dev/drm/i915/intel_dp.c
2880
static bool intel_dp_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_dp.c
2885
bool ret;
sys/dev/drm/i915/intel_dp.c
3393
bool
sys/dev/drm/i915/intel_dp.c
3556
bool uniq_trans_scale = false;
sys/dev/drm/i915/intel_dp.c
3895
bool
sys/dev/drm/i915/intel_dp.c
3907
static bool
sys/dev/drm/i915/intel_dp.c
3987
static bool
sys/dev/drm/i915/intel_dp.c
4035
static bool
sys/dev/drm/i915/intel_dp.c
4075
static bool
sys/dev/drm/i915/intel_dp.c
4082
static bool
sys/dev/drm/i915/intel_dp.c
4284
bool bret;
sys/dev/drm/i915/intel_dp.c
4290
bool handled;
sys/dev/drm/i915/intel_dp.c
4340
static bool
sys/dev/drm/i915/intel_dp.c
4440
static bool intel_dp_hotplug(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_dp.c
4444
bool changed;
sys/dev/drm/i915/intel_dp.c
4482
static bool
sys/dev/drm/i915/intel_dp.c
4488
bool ret;
sys/dev/drm/i915/intel_dp.c
4603
static bool ibx_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4626
static bool cpt_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4649
static bool spt_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4668
static bool g4x_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4691
static bool gm45_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4714
static bool ilk_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4724
static bool snb_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4734
static bool ivb_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4744
static bool bdw_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4754
static bool bxt_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4777
static bool icl_combo_port_connected(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
4787
bool is_legacy, bool is_typec, bool is_tbt)
sys/dev/drm/i915/intel_dp.c
4838
static bool icl_tc_phy_connect(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
4915
static bool icl_tc_port_connected(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
4920
bool is_legacy, is_typec, is_tbt;
sys/dev/drm/i915/intel_dp.c
4947
static bool icl_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
4978
bool intel_digital_port_connected(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_dp.c
5160
bool force)
sys/dev/drm/i915/intel_dp.c
542
static bool intel_dp_link_params_valid(struct intel_dp *intel_dp, int link_rate,
sys/dev/drm/i915/intel_dp.c
5431
bool *repeater_present)
sys/dev/drm/i915/intel_dp.c
5460
bool *ksv_ready)
sys/dev/drm/i915/intel_dp.c
5518
bool enable)
sys/dev/drm/i915/intel_dp.c
5525
bool intel_dp_hdcp_check_link(struct intel_digital_port *intel_dig_port)
sys/dev/drm/i915/intel_dp.c
5542
bool *hdcp_capable)
sys/dev/drm/i915/intel_dp.c
561
static bool intel_dp_can_link_train_fallback_for_edp(struct intel_dp *intel_dp,
sys/dev/drm/i915/intel_dp.c
5656
intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool long_hpd)
sys/dev/drm/i915/intel_dp.c
5703
bool handled;
sys/dev/drm/i915/intel_dp.c
5725
bool intel_dp_is_port_edp(struct drm_i915_private *dev_priv, enum port port)
sys/dev/drm/i915/intel_dp.c
5934
bool force_disable_vdd)
sys/dev/drm/i915/intel_dp.c
6413
static bool intel_edp_init_connector(struct intel_dp *intel_dp,
sys/dev/drm/i915/intel_dp.c
6421
bool has_dpcd;
sys/dev/drm/i915/intel_dp.c
6559
bool
sys/dev/drm/i915/intel_dp.c
6679
bool intel_dp_init(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
682
bool force_disable_vdd);
sys/dev/drm/i915/intel_dp.c
714
bool pll_enabled, release_cl_override = false;
sys/dev/drm/i915/intel_dp.c
885
typedef bool (*vlv_pipe_check)(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
888
static bool vlv_pipe_has_pp_on(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
894
static bool vlv_pipe_has_vdd_on(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp.c
900
static bool vlv_pipe_any(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dp_aux_backlight.c
109
static bool intel_dp_aux_set_pwm_freq(struct intel_connector *connector)
sys/dev/drm/i915/intel_dp_aux_backlight.c
246
static bool
sys/dev/drm/i915/intel_dp_aux_backlight.c
27
static void set_aux_backlight_enable(struct intel_dp *intel_dp, bool enable)
sys/dev/drm/i915/intel_dp_link_training.c
102
static bool
sys/dev/drm/i915/intel_dp_link_training.c
115
static bool intel_dp_link_max_vswing_reached(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_dp_link_training.c
128
static bool
sys/dev/drm/i915/intel_dp_link_training.c
133
bool max_vswing_reached = false;
sys/dev/drm/i915/intel_dp_link_training.c
243
bool source_tps3, sink_tps3, source_tps4, sink_tps4;
sys/dev/drm/i915/intel_dp_link_training.c
280
static bool
sys/dev/drm/i915/intel_dp_link_training.c
286
bool channel_eq = false;
sys/dev/drm/i915/intel_dp_link_training.c
67
static bool
sys/dev/drm/i915/intel_dp_link_training.c
93
static bool
sys/dev/drm/i915/intel_dp_mst.c
290
static bool intel_dp_mst_enc_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_dp_mst.c
327
intel_dp_mst_detect(struct drm_connector *connector, bool force)
sys/dev/drm/i915/intel_dp_mst.c
33
static bool intel_dp_mst_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_dp_mst.c
429
static bool intel_dp_mst_get_hw_state(struct intel_connector *connector)
sys/dev/drm/i915/intel_dp_mst.c
48
bool constant_n = drm_dp_has_quirk(&intel_dp->desc,
sys/dev/drm/i915/intel_dp_mst.c
572
static bool
sys/dev/drm/i915/intel_dpio_phy.c
124
bool dual_channel;
sys/dev/drm/i915/intel_dpio_phy.c
306
bool bxt_ddi_phy_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpio_phy.c
466
bool was_enabled;
sys/dev/drm/i915/intel_dpio_phy.c
487
static bool __printf(6, 7)
sys/dev/drm/i915/intel_dpio_phy.c
514
bool bxt_ddi_phy_verify_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpio_phy.c
519
bool ok;
sys/dev/drm/i915/intel_dpio_phy.c
639
bool uniq_trans_scale)
sys/dev/drm/i915/intel_dpio_phy.c
736
bool reset)
sys/dev/drm/i915/intel_dpll_mgr.c
1026
static bool skl_ddi_dpll0_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
1033
bool ret;
sys/dev/drm/i915/intel_dpll_mgr.c
113
bool state)
sys/dev/drm/i915/intel_dpll_mgr.c
115
bool cur_state;
sys/dev/drm/i915/intel_dpll_mgr.c
1229
static bool
sys/dev/drm/i915/intel_dpll_mgr.c
1302
static bool skl_ddi_hdmi_pll_dividers(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_dpll_mgr.c
1339
static bool
sys/dev/drm/i915/intel_dpll_mgr.c
1382
bool bret;
sys/dev/drm/i915/intel_dpll_mgr.c
1584
static bool bxt_ddi_pll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
1590
bool ret;
sys/dev/drm/i915/intel_dpll_mgr.c
1665
bool m2_frac_en;
sys/dev/drm/i915/intel_dpll_mgr.c
1682
static bool
sys/dev/drm/i915/intel_dpll_mgr.c
1728
static bool bxt_ddi_set_dpll_hw_state(int clock,
sys/dev/drm/i915/intel_dpll_mgr.c
1794
static bool
sys/dev/drm/i915/intel_dpll_mgr.c
1805
static bool
sys/dev/drm/i915/intel_dpll_mgr.c
2096
static bool cnl_ddi_pll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
2102
bool ret;
sys/dev/drm/i915/intel_dpll_mgr.c
2229
static bool
sys/dev/drm/i915/intel_dpll_mgr.c
2276
static bool cnl_ddi_hdmi_pll_dividers(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_dpll_mgr.c
2306
static bool
sys/dev/drm/i915/intel_dpll_mgr.c
2354
bool bret;
sys/dev/drm/i915/intel_dpll_mgr.c
2472
static bool icl_calc_dp_combo_pll(struct drm_i915_private *dev_priv, int clock,
sys/dev/drm/i915/intel_dpll_mgr.c
2514
static bool icl_calc_tbt_pll(struct drm_i915_private *dev_priv, int clock,
sys/dev/drm/i915/intel_dpll_mgr.c
2522
static bool icl_calc_dpll_state(struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_dpll_mgr.c
2529
bool ret;
sys/dev/drm/i915/intel_dpll_mgr.c
2636
static bool icl_mg_pll_find_divisors(int clock_khz, bool is_dp, bool use_ssc,
sys/dev/drm/i915/intel_dpll_mgr.c
2710
static bool icl_calc_mg_pll_state(struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_dpll_mgr.c
2722
bool use_ssc = false;
sys/dev/drm/i915/intel_dpll_mgr.c
2723
bool is_dp = !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI);
sys/dev/drm/i915/intel_dpll_mgr.c
2884
bool ret;
sys/dev/drm/i915/intel_dpll_mgr.c
2952
static bool icl_pll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
2959
bool ret = false;
sys/dev/drm/i915/intel_dpll_mgr.c
342
static bool ibx_pch_dpll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
374
bool enabled;
sys/dev/drm/i915/intel_dpll_mgr.c
514
static bool hsw_ddi_wrpll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
532
static bool hsw_ddi_spll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
883
static bool hsw_ddi_lcpll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
992
static bool skl_ddi_pll_get_hw_state(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.c
999
bool ret;
sys/dev/drm/i915/intel_dpll_mgr.h
250
bool (*get_hw_state)(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_dpll_mgr.h
306
bool on;
sys/dev/drm/i915/intel_dpll_mgr.h
328
bool state);
sys/dev/drm/i915/intel_drv.h
1005
bool is_desktop : 1;
sys/dev/drm/i915/intel_drv.h
1006
bool is_ddr3 : 1;
sys/dev/drm/i915/intel_drv.h
1032
bool has_hdmi_sink;
sys/dev/drm/i915/intel_drv.h
1033
bool has_audio;
sys/dev/drm/i915/intel_drv.h
1034
bool rgb_quant_range_selectable;
sys/dev/drm/i915/intel_drv.h
1072
bool test_active;
sys/dev/drm/i915/intel_drv.h
1083
bool link_mst;
sys/dev/drm/i915/intel_drv.h
1084
bool link_trained;
sys/dev/drm/i915/intel_drv.h
1085
bool has_audio;
sys/dev/drm/i915/intel_drv.h
1086
bool detect_done;
sys/dev/drm/i915/intel_drv.h
1087
bool reset_link_params;
sys/dev/drm/i915/intel_drv.h
1099
bool use_rate_select;
sys/dev/drm/i915/intel_drv.h
1118
bool want_panel_vdd;
sys/dev/drm/i915/intel_drv.h
1140
bool pps_reset;
sys/dev/drm/i915/intel_drv.h
1143
bool can_mst; /* this port supports mst */
sys/dev/drm/i915/intel_drv.h
1144
bool is_mst;
sys/dev/drm/i915/intel_drv.h
1173
bool active;
sys/dev/drm/i915/intel_drv.h
1183
enum irqreturn (*hpd_pulse)(struct intel_digital_port *, bool);
sys/dev/drm/i915/intel_drv.h
1184
bool release_cl2_override;
sys/dev/drm/i915/intel_drv.h
1194
bool enable,
sys/dev/drm/i915/intel_drv.h
1197
bool (*infoframe_enabled)(struct drm_encoder *encoder,
sys/dev/drm/i915/intel_drv.h
1272
static inline bool intel_encoder_is_dig_port(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_drv.h
1308
static inline bool intel_encoder_is_dp(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_drv.h
1371
bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
1372
enum i915_pipe pipe, bool enable);
sys/dev/drm/i915/intel_drv.h
1373
bool intel_set_pch_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
1375
bool enable);
sys/dev/drm/i915/intel_drv.h
1401
static inline bool intel_irqs_enabled(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_drv.h
1420
bool intel_crt_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
1432
bool intel_ddi_get_hw_state(struct intel_encoder *encoder, enum i915_pipe *pipe);
sys/dev/drm/i915/intel_drv.h
1439
bool intel_ddi_connector_get_hw_state(struct intel_connector *intel_connector);
sys/dev/drm/i915/intel_drv.h
1444
bool state);
sys/dev/drm/i915/intel_drv.h
1453
bool enable);
sys/dev/drm/i915/intel_drv.h
1491
bool intel_cdclk_needs_modeset(const struct intel_cdclk_state *a,
sys/dev/drm/i915/intel_drv.h
1493
bool intel_cdclk_changed(const struct intel_cdclk_state *a,
sys/dev/drm/i915/intel_drv.h
1521
bool intel_has_pending_fb_unpin(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/intel_drv.h
1530
bool intel_connector_get_hw_state(struct intel_connector *connector);
sys/dev/drm/i915/intel_drv.h
1535
bool intel_port_is_combophy(struct drm_i915_private *dev_priv, enum port port);
sys/dev/drm/i915/intel_drv.h
1536
bool intel_port_is_tc(struct drm_i915_private *dev_priv, enum port port);
sys/dev/drm/i915/intel_drv.h
1545
static inline bool
sys/dev/drm/i915/intel_drv.h
1551
static inline bool
sys/dev/drm/i915/intel_drv.h
1589
bool uses_fence,
sys/dev/drm/i915/intel_drv.h
1624
enum i915_pipe pipe, bool state);
sys/dev/drm/i915/intel_drv.h
1627
void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state);
sys/dev/drm/i915/intel_drv.h
1631
enum i915_pipe pipe, bool state);
sys/dev/drm/i915/intel_drv.h
1634
void assert_pipe(struct drm_i915_private *dev_priv, enum i915_pipe pipe, bool state);
sys/dev/drm/i915/intel_drv.h
1650
bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock,
sys/dev/drm/i915/intel_drv.h
1654
bool intel_crtc_active(struct intel_crtc *crtc);
sys/dev/drm/i915/intel_drv.h
1655
bool hsw_crtc_state_ips_capable(const struct intel_crtc_state *crtc_state);
sys/dev/drm/i915/intel_drv.h
1664
u16 skl_scaler_calc_phase(int sub, int scale, bool chroma_center);
sys/dev/drm/i915/intel_drv.h
1683
int skl_format_to_fourcc(int format, bool rgb_order, bool alpha);
sys/dev/drm/i915/intel_drv.h
1696
bool intel_dp_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
1699
bool intel_dp_init(struct drm_i915_private *dev_priv, i915_reg_t output_reg,
sys/dev/drm/i915/intel_drv.h
1701
bool intel_dp_init_connector(struct intel_digital_port *intel_dig_port,
sys/dev/drm/i915/intel_drv.h
1705
bool link_mst);
sys/dev/drm/i915/intel_drv.h
1716
bool intel_dp_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_drv.h
1719
bool intel_dp_is_edp(struct intel_dp *intel_dp);
sys/dev/drm/i915/intel_drv.h
1720
bool intel_dp_is_port_edp(struct drm_i915_private *dev_priv, enum port port);
sys/dev/drm/i915/intel_drv.h
1722
bool long_hpd);
sys/dev/drm/i915/intel_drv.h
1762
bool intel_dp_source_supports_hbr2(struct intel_dp *intel_dp);
sys/dev/drm/i915/intel_drv.h
1763
bool intel_dp_source_supports_hbr3(struct intel_dp *intel_dp);
sys/dev/drm/i915/intel_drv.h
1764
bool
sys/dev/drm/i915/intel_drv.h
1772
bool intel_dp_read_dpcd(struct intel_dp *intel_dp);
sys/dev/drm/i915/intel_drv.h
1775
bool intel_digital_port_connected(struct intel_encoder *encoder);
sys/dev/drm/i915/intel_drv.h
1793
bool intel_encoder_hotplug(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_drv.h
1802
extern void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous);
sys/dev/drm/i915/intel_drv.h
1823
static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous)
sys/dev/drm/i915/intel_drv.h
1839
bool intel_fbc_is_active(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/intel_drv.h
1866
bool intel_hdmi_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_drv.h
1869
bool intel_hdmi_handle_sink_scrambling(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_drv.h
1871
bool high_tmds_clock_ratio,
sys/dev/drm/i915/intel_drv.h
1872
bool scrambling);
sys/dev/drm/i915/intel_drv.h
1873
void intel_dp_dual_mode_set_tmds_output(struct intel_hdmi *hdmi, bool enable);
sys/dev/drm/i915/intel_drv.h
1878
bool intel_lvds_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
1882
bool intel_is_dual_link_lvds(struct drm_device *dev);
sys/dev/drm/i915/intel_drv.h
1953
bool is_hdcp_supported(struct drm_i915_private *dev_priv, enum port port);
sys/dev/drm/i915/intel_drv.h
1983
void intel_power_domains_init_hw(struct drm_i915_private *dev_priv, bool resume);
sys/dev/drm/i915/intel_drv.h
1997
void bxt_display_core_init(struct drm_i915_private *dev_priv, bool resume);
sys/dev/drm/i915/intel_drv.h
2004
bool intel_display_power_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
2006
bool __intel_display_power_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
2010
bool intel_display_power_get_if_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
2074
bool intel_runtime_pm_get_if_in_use(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/intel_drv.h
2079
bool override, unsigned int mask);
sys/dev/drm/i915/intel_drv.h
2080
bool chv_phy_powergate_ch(struct drm_i915_private *dev_priv, enum dpio_phy phy,
sys/dev/drm/i915/intel_drv.h
2081
enum dpio_channel ch, bool override);
sys/dev/drm/i915/intel_drv.h
2114
bool intel_can_enable_sagv(struct drm_atomic_state *state);
sys/dev/drm/i915/intel_drv.h
2117
bool skl_wm_level_equals(const struct skl_wm_level *l1,
sys/dev/drm/i915/intel_drv.h
2119
bool skl_ddb_allocation_overlaps(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
2123
bool ilk_disable_lp_wm(struct drm_device *dev);
sys/dev/drm/i915/intel_drv.h
2130
bool intel_sdvo_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
2132
bool intel_sdvo_init(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
2149
bool skl_plane_get_hw_state(struct intel_plane *plane, enum i915_pipe *pipe);
sys/dev/drm/i915/intel_drv.h
2150
bool skl_plane_has_ccs(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
2152
bool skl_plane_has_planar(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_drv.h
216
bool hpd_suspended : 1;
sys/dev/drm/i915/intel_drv.h
220
bool hpd_waiting : 1;
sys/dev/drm/i915/intel_drv.h
2220
bool lspcon_init(struct intel_digital_port *intel_dig_port);
sys/dev/drm/i915/intel_drv.h
232
bool (*hotplug)(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_drv.h
237
bool (*compute_config)(struct intel_encoder *,
sys/dev/drm/i915/intel_drv.h
261
bool (*get_hw_state)(struct intel_encoder *, enum i915_pipe *pipe);
sys/dev/drm/i915/intel_drv.h
291
bool present;
sys/dev/drm/i915/intel_drv.h
295
bool enabled;
sys/dev/drm/i915/intel_drv.h
296
bool combination_mode; /* gen 2/4 only */
sys/dev/drm/i915/intel_drv.h
297
bool active_low_pwm;
sys/dev/drm/i915/intel_drv.h
298
bool alternate_pwm_increment; /* lpt+ */
sys/dev/drm/i915/intel_drv.h
301
bool util_pin_active_low; /* bxt+ */
sys/dev/drm/i915/intel_drv.h
316
void (*power)(struct intel_connector *, bool enable);
sys/dev/drm/i915/intel_drv.h
367
bool *repeater_present);
sys/dev/drm/i915/intel_drv.h
374
bool *ksv_ready);
sys/dev/drm/i915/intel_drv.h
386
bool enable);
sys/dev/drm/i915/intel_drv.h
389
bool (*check_link)(struct intel_digital_port *intel_dig_port);
sys/dev/drm/i915/intel_drv.h
393
bool *hdcp_capable);
sys/dev/drm/i915/intel_drv.h
408
bool (*get_hw_state)(struct intel_connector *);
sys/dev/drm/i915/intel_drv.h
474
bool dpll_set, modeset;
sys/dev/drm/i915/intel_drv.h
498
bool skip_intermediate_wm;
sys/dev/drm/i915/intel_drv.h
500
bool rps_interactive;
sys/dev/drm/i915/intel_drv.h
60
const bool expired__ = ktime_after(ktime_get_raw(), end__); \
sys/dev/drm/i915/intel_drv.h
621
bool fbc_wm_enabled;
sys/dev/drm/i915/intel_drv.h
622
bool pipe_enabled;
sys/dev/drm/i915/intel_drv.h
623
bool sprites_enabled;
sys/dev/drm/i915/intel_drv.h
624
bool sprites_scaled;
sys/dev/drm/i915/intel_drv.h
631
bool is_planar;
sys/dev/drm/i915/intel_drv.h
650
bool cxsr;
sys/dev/drm/i915/intel_drv.h
668
bool cxsr;
sys/dev/drm/i915/intel_drv.h
669
bool hpll_en;
sys/dev/drm/i915/intel_drv.h
670
bool fbc_en;
sys/dev/drm/i915/intel_drv.h
725
bool need_postvbl_update;
sys/dev/drm/i915/intel_drv.h
743
bool update_pipe; /* can a fast modeset be performed? */
sys/dev/drm/i915/intel_drv.h
744
bool disable_cxsr;
sys/dev/drm/i915/intel_drv.h
745
bool update_wm_pre, update_wm_post; /* watermarks are updated */
sys/dev/drm/i915/intel_drv.h
746
bool fb_changed; /* fb on any of the planes is changed */
sys/dev/drm/i915/intel_drv.h
747
bool fifo_changed; /* FIFO split is changed */
sys/dev/drm/i915/intel_drv.h
762
bool has_pch_encoder;
sys/dev/drm/i915/intel_drv.h
765
bool has_infoframe;
sys/dev/drm/i915/intel_drv.h
776
bool limited_color_range;
sys/dev/drm/i915/intel_drv.h
784
bool has_hdmi_sink;
sys/dev/drm/i915/intel_drv.h
788
bool has_audio;
sys/dev/drm/i915/intel_drv.h
794
bool dither;
sys/dev/drm/i915/intel_drv.h
802
bool dither_force_disable;
sys/dev/drm/i915/intel_drv.h
805
bool clock_set;
sys/dev/drm/i915/intel_drv.h
809
bool sdvo_tv_clock;
sys/dev/drm/i915/intel_drv.h
816
bool bw_constrained;
sys/dev/drm/i915/intel_drv.h
838
bool has_drrs;
sys/dev/drm/i915/intel_drv.h
840
bool has_psr;
sys/dev/drm/i915/intel_drv.h
841
bool has_psr2;
sys/dev/drm/i915/intel_drv.h
875
bool enabled;
sys/dev/drm/i915/intel_drv.h
876
bool force_thru;
sys/dev/drm/i915/intel_drv.h
883
bool ips_enabled;
sys/dev/drm/i915/intel_drv.h
884
bool ips_force_disable;
sys/dev/drm/i915/intel_drv.h
886
bool enable_fbc;
sys/dev/drm/i915/intel_drv.h
888
bool double_wide;
sys/dev/drm/i915/intel_drv.h
898
bool disable_lp_wm;
sys/dev/drm/i915/intel_drv.h
910
bool hdmi_scrambling;
sys/dev/drm/i915/intel_drv.h
913
bool hdmi_high_tmds_clock_ratio;
sys/dev/drm/i915/intel_drv.h
916
bool ycbcr420;
sys/dev/drm/i915/intel_drv.h
927
bool active;
sys/dev/drm/i915/intel_drv.h
938
bool cpu_fifo_underrun_disabled;
sys/dev/drm/i915/intel_drv.h
939
bool pch_fifo_underrun_disabled;
sys/dev/drm/i915/intel_drv.h
969
bool has_fbc;
sys/dev/drm/i915/intel_drv.h
970
bool has_ccs;
sys/dev/drm/i915/intel_drv.h
991
bool (*get_hw_state)(struct intel_plane *plane, enum i915_pipe *pipe);
sys/dev/drm/i915/intel_dsi.h
146
bool bxt_dsi_pll_is_enabled(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/intel_dsi.h
157
bool intel_dsi_vbt_init(struct intel_dsi *intel_dsi, u16 panel_id);
sys/dev/drm/i915/intel_dsi.h
53
bool hs;
sys/dev/drm/i915/intel_dsi_vbt.c
205
u8 gpio_source, u8 gpio_index, bool value)
sys/dev/drm/i915/intel_dsi_vbt.c
250
u8 gpio_source, u8 gpio_index, bool value)
sys/dev/drm/i915/intel_dsi_vbt.c
301
u8 gpio_source, u8 gpio_index, bool value)
sys/dev/drm/i915/intel_dsi_vbt.c
330
bool value;
sys/dev/drm/i915/intel_dsi_vbt.c
502
bool intel_dsi_vbt_init(struct intel_dsi *intel_dsi, u16 panel_id)
sys/dev/drm/i915/intel_dsi_vbt.c
70
bool init;
sys/dev/drm/i915/intel_dvo.c
109
bool panel_wants_dither;
sys/dev/drm/i915/intel_dvo.c
122
static bool intel_dvo_connector_get_hw_state(struct intel_connector *connector)
sys/dev/drm/i915/intel_dvo.c
137
static bool intel_dvo_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_dvo.c
238
static bool intel_dvo_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_dvo.c
299
intel_dvo_detect(struct drm_connector *connector, bool force)
sys/dev/drm/i915/intel_dvo.c
439
bool dvoinit;
sys/dev/drm/i915/intel_engine_cs.c
1151
bool intel_engine_can_store_dword(struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_engine_cs.c
1215
char *linebuf, size_t linebuflen, bool ascii __unused)
sys/dev/drm/i915/intel_engine_cs.c
1255
bool skip = false;
sys/dev/drm/i915/intel_engine_cs.c
895
static bool ring_is_idle(struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_engine_cs.c
898
bool idle = true;
sys/dev/drm/i915/intel_engine_cs.c
925
bool intel_engine_is_idle(struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_engine_cs.c
971
bool intel_engines_are_idle(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_engine_cs.c
999
bool intel_engine_has_kernel_context(const struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_fbc.c
1017
bool crtc_chosen = false;
sys/dev/drm/i915/intel_fbc.c
1280
static bool need_fbc_vtd_wa(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
160
static bool i8xx_fbc_is_active(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
199
static bool g4x_fbc_is_active(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
273
static bool ilk_fbc_is_active(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
348
static bool intel_fbc_hw_is_active(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
397
bool intel_fbc_is_active(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
415
static bool multiple_pipes_ok(struct intel_crtc *crtc,
sys/dev/drm/i915/intel_fbc.c
44
static inline bool fbc_supported(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
49
static inline bool no_fbc_on_multiple_pipes(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbc.c
577
static bool stride_is_valid(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_fbc.c
600
static bool pixel_format_is_valid(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_fbc.c
627
static bool intel_fbc_hw_tracking_covers_screen(struct intel_crtc *crtc)
sys/dev/drm/i915/intel_fbc.c
693
static bool intel_fbc_can_activate(struct intel_crtc *crtc)
sys/dev/drm/i915/intel_fbc.c
792
static bool intel_fbc_can_enable(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_fbdev.c
191
bool prealloc = false;
sys/dev/drm/i915/intel_fbdev.c
355
static bool intel_fb_initial_config(struct drm_fb_helper *fb_helper,
sys/dev/drm/i915/intel_fbdev.c
359
bool *enabled, int width, int height)
sys/dev/drm/i915/intel_fbdev.c
365
bool *save_enabled;
sys/dev/drm/i915/intel_fbdev.c
366
bool fallback = true, ret = true;
sys/dev/drm/i915/intel_fbdev.c
371
save_enabled = kcalloc(count, sizeof(bool), GFP_KERNEL);
sys/dev/drm/i915/intel_fbdev.c
568
static bool intel_fbdev_init_bios(struct drm_device *dev,
sys/dev/drm/i915/intel_fbdev.c
788
bool send_hpd = false;
sys/dev/drm/i915/intel_fbdev.c
803
void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous)
sys/dev/drm/i915/intel_fbdev.c
861
bool send_hpd;
sys/dev/drm/i915/intel_fifo_underrun.c
108
bool enable, bool old)
sys/dev/drm/i915/intel_fifo_underrun.c
127
enum i915_pipe pipe, bool enable)
sys/dev/drm/i915/intel_fifo_underrun.c
159
bool enable, bool old)
sys/dev/drm/i915/intel_fifo_underrun.c
181
enum i915_pipe pipe, bool enable)
sys/dev/drm/i915/intel_fifo_underrun.c
193
bool enable)
sys/dev/drm/i915/intel_fifo_underrun.c
226
bool enable, bool old)
sys/dev/drm/i915/intel_fifo_underrun.c
249
static bool __intel_set_cpu_fifo_underrun_reporting(struct drm_device *dev,
sys/dev/drm/i915/intel_fifo_underrun.c
250
enum i915_pipe pipe, bool enable)
sys/dev/drm/i915/intel_fifo_underrun.c
254
bool old;
sys/dev/drm/i915/intel_fifo_underrun.c
289
bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_fifo_underrun.c
290
enum i915_pipe pipe, bool enable)
sys/dev/drm/i915/intel_fifo_underrun.c
293
bool ret;
sys/dev/drm/i915/intel_fifo_underrun.c
317
bool intel_set_pch_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_fifo_underrun.c
319
bool enable)
sys/dev/drm/i915/intel_fifo_underrun.c
324
bool old;
sys/dev/drm/i915/intel_fifo_underrun.c
51
static bool ivb_can_enable_err_int(struct drm_device *dev)
sys/dev/drm/i915/intel_fifo_underrun.c
69
static bool cpt_can_enable_serr_int(struct drm_device *dev)
sys/dev/drm/i915/intel_frontbuffer.h
55
static inline bool intel_fb_obj_invalidate(struct drm_i915_gem_object *obj,
sys/dev/drm/i915/intel_guc.h
57
bool interrupts_enabled;
sys/dev/drm/i915/intel_guc_ct.c
143
static bool ctch_is_open(struct intel_guc_ct_channel *ctch)
sys/dev/drm/i915/intel_guc_ct.c
321
bool want_response)
sys/dev/drm/i915/intel_guc_ct.c
574
static inline bool ct_header_is_response(u32 header)
sys/dev/drm/i915/intel_guc_ct.c
659
bool found = false;
sys/dev/drm/i915/intel_guc_ct.c
732
static bool ct_process_incoming_requests(struct intel_guc_ct *ct)
sys/dev/drm/i915/intel_guc_ct.c
738
bool done;
sys/dev/drm/i915/intel_guc_ct.c
765
bool done;
sys/dev/drm/i915/intel_guc_fw.c
199
static inline bool guc_ready(struct intel_guc *guc, u32 *status)
sys/dev/drm/i915/intel_guc_log.c
192
static bool guc_check_log_buf_overflow(struct intel_guc_log *log,
sys/dev/drm/i915/intel_guc_log.c
197
bool overflow = false;
sys/dev/drm/i915/intel_guc_log.c
238
bool new_overflow;
sys/dev/drm/i915/intel_guc_log.c
546
bool intel_guc_log_relay_enabled(const struct intel_guc_log *log)
sys/dev/drm/i915/intel_guc_log.c
61
static int guc_action_control_log(struct intel_guc *guc, bool enable,
sys/dev/drm/i915/intel_guc_log.c
62
bool default_logging, u32 verbosity)
sys/dev/drm/i915/intel_guc_log.h
90
bool intel_guc_log_relay_enabled(const struct intel_guc_log *log);
sys/dev/drm/i915/intel_guc_submission.c
1054
static inline bool ctx_save_restore_disabled(struct intel_context *ce)
sys/dev/drm/i915/intel_guc_submission.c
127
static bool has_doorbell(struct intel_guc_client *client)
sys/dev/drm/i915/intel_guc_submission.c
713
static bool __guc_dequeue(struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_guc_submission.c
720
bool submit = false;
sys/dev/drm/i915/intel_guc_submission.c
795
bool submit;
sys/dev/drm/i915/intel_guc_submission.c
878
static bool doorbell_ok(struct intel_guc *guc, u16 db_id)
sys/dev/drm/i915/intel_guc_submission.c
882
bool valid;
sys/dev/drm/i915/intel_guc_submission.c
89
static inline bool is_high_priority(struct intel_guc_client *client)
sys/dev/drm/i915/intel_guc_submission.c
898
static bool guc_verify_doorbells(struct intel_guc *guc)
sys/dev/drm/i915/intel_guc_submission.h
77
I915_SELFTEST_DECLARE(bool use_nop_wqi);
sys/dev/drm/i915/intel_gvt.c
42
static bool is_supported_device(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_hangcheck.c
165
static bool instdone_unchanged(u32 current_instdone, u32 *old_instdone)
sys/dev/drm/i915/intel_hangcheck.c
168
bool unchanged;
sys/dev/drm/i915/intel_hangcheck.c
176
static bool subunits_stuck(struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_hangcheck.c
181
bool stuck;
sys/dev/drm/i915/intel_hangcheck.c
27
static bool
sys/dev/drm/i915/intel_hdcp.c
171
bool intel_hdcp_is_ksv_valid(u8 *ksv)
sys/dev/drm/i915/intel_hdcp.c
23
bool ksv_ready;
sys/dev/drm/i915/intel_hdcp.c
40
static bool hdcp_key_loadable(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_hdcp.c
45
bool enabled = false;
sys/dev/drm/i915/intel_hdcp.c
485
bool repeater_present, hdcp_capable;
sys/dev/drm/i915/intel_hdcp.c
730
bool is_hdcp_supported(struct drm_i915_private *dev_priv, enum port port)
sys/dev/drm/i915/intel_hdmi.c
1005
bool *repeater_present)
sys/dev/drm/i915/intel_hdmi.c
1033
bool *ksv_ready)
sys/dev/drm/i915/intel_hdmi.c
1079
bool enable)
sys/dev/drm/i915/intel_hdmi.c
1096
bool intel_hdmi_hdcp_check_link(struct intel_digital_port *intel_dig_port)
sys/dev/drm/i915/intel_hdmi.c
1175
static bool intel_hdmi_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
1180
bool ret;
sys/dev/drm/i915/intel_hdmi.c
1497
bool respect_downstream_limits,
sys/dev/drm/i915/intel_hdmi.c
1498
bool force_dvi)
sys/dev/drm/i915/intel_hdmi.c
1523
int clock, bool respect_downstream_limits,
sys/dev/drm/i915/intel_hdmi.c
1524
bool force_dvi)
sys/dev/drm/i915/intel_hdmi.c
1554
bool force_dvi =
sys/dev/drm/i915/intel_hdmi.c
1592
static bool hdmi_deep_color_possible(const struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_hdmi.c
1654
static bool
sys/dev/drm/i915/intel_hdmi.c
1686
bool intel_hdmi_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
1701
bool force_dvi = intel_conn_state->force_audio == HDMI_AUDIO_OFF_DVI;
sys/dev/drm/i915/intel_hdmi.c
1823
intel_hdmi_dp_dual_mode_detect(struct drm_connector *connector, bool has_edid)
sys/dev/drm/i915/intel_hdmi.c
1869
static bool
sys/dev/drm/i915/intel_hdmi.c
1875
bool connected = false;
sys/dev/drm/i915/intel_hdmi.c
189
static bool g4x_infoframe_enabled(struct drm_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
1914
intel_hdmi_detect(struct drm_connector *connector, bool force)
sys/dev/drm/i915/intel_hdmi.c
2143
bool intel_hdmi_handle_sink_scrambling(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
2145
bool high_tmds_clock_ratio,
sys/dev/drm/i915/intel_hdmi.c
2146
bool scrambling)
sys/dev/drm/i915/intel_hdmi.c
246
static bool ibx_infoframe_enabled(struct drm_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
309
static bool cpt_infoframe_enabled(struct drm_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
364
static bool vlv_infoframe_enabled(struct drm_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
418
static bool hsw_infoframe_enabled(struct drm_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
477
bool is_hdmi2_sink = connector->display_info.hdmi.scdc.supported;
sys/dev/drm/i915/intel_hdmi.c
543
bool enable,
sys/dev/drm/i915/intel_hdmi.c
604
static bool hdmi_sink_is_deep_color(const struct drm_connector_state *conn_state)
sys/dev/drm/i915/intel_hdmi.c
627
static bool gcp_default_phase_possible(int pipe_bpp,
sys/dev/drm/i915/intel_hdmi.c
660
static bool intel_hdmi_set_gcp_infoframe(struct drm_encoder *encoder,
sys/dev/drm/i915/intel_hdmi.c
693
bool enable,
sys/dev/drm/i915/intel_hdmi.c
746
bool enable,
sys/dev/drm/i915/intel_hdmi.c
789
bool enable,
sys/dev/drm/i915/intel_hdmi.c
842
bool enable,
sys/dev/drm/i915/intel_hdmi.c
874
void intel_dp_dual_mode_set_tmds_output(struct intel_hdmi *hdmi, bool enable)
sys/dev/drm/i915/intel_hotplug.c
135
static bool intel_hpd_irq_storm_detect(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_hotplug.c
141
bool storm = false;
sys/dev/drm/i915/intel_hotplug.c
169
bool hpd_disabled = false;
sys/dev/drm/i915/intel_hotplug.c
251
bool intel_encoder_hotplug(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_hotplug.c
275
static bool intel_encoder_has_hpd_pulse(struct intel_encoder *encoder)
sys/dev/drm/i915/intel_hotplug.c
299
bool long_hpd, short_hpd;
sys/dev/drm/i915/intel_hotplug.c
340
bool changed = false;
sys/dev/drm/i915/intel_hotplug.c
398
bool storm_detected = false;
sys/dev/drm/i915/intel_hotplug.c
399
bool queue_dig = false, queue_hp = false;
sys/dev/drm/i915/intel_hotplug.c
416
bool has_hpd_pulse = intel_encoder_has_hpd_pulse(encoder);
sys/dev/drm/i915/intel_hotplug.c
418
bool long_hpd;
sys/dev/drm/i915/intel_hotplug.c
444
bool long_hpd;
sys/dev/drm/i915/intel_hotplug.c
548
bool enabled;
sys/dev/drm/i915/intel_hotplug.c
642
bool intel_hpd_disable(struct drm_i915_private *dev_priv, enum hpd_pin pin)
sys/dev/drm/i915/intel_hotplug.c
644
bool ret = false;
sys/dev/drm/i915/intel_i2c.c
106
bool intel_gmbus_is_valid_pin(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_i2c.c
145
bool enable)
sys/dev/drm/i915/intel_i2c.c
159
bool enable)
sys/dev/drm/i915/intel_i2c.c
172
bool enable)
sys/dev/drm/i915/intel_i2c.c
375
bool burst_read = len > gmbus_max_xfer_size(dev_priv);
sys/dev/drm/i915/intel_i2c.c
376
bool extra_byte_added = false;
sys/dev/drm/i915/intel_i2c.c
525
static bool
sys/dev/drm/i915/intel_i2c.c
907
void intel_gmbus_force_bit(struct i2c_adapter *adapter, bool force_bit)
sys/dev/drm/i915/intel_lpe_audio.c
176
static bool lpe_audio_detect(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_lpe_audio.c
327
const void *eld, int ls_clock, bool dp_output)
sys/dev/drm/i915/intel_lrc.c
1798
static bool unexpected_starting_state(struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_lrc.c
1801
bool unexpected = false;
sys/dev/drm/i915/intel_lrc.c
185
static inline bool need_preempt(const struct intel_engine_cs *engine,
sys/dev/drm/i915/intel_lrc.c
2164
bool vf_flush_wa = false, dc_flush_wa = false;
sys/dev/drm/i915/intel_lrc.c
2418
static bool csb_force_mmio(struct drm_i915_private *i915)
sys/dev/drm/i915/intel_lrc.c
2526
bool subslice_pg = INTEL_INFO(dev_priv)->sseu.has_subslice_pg;
sys/dev/drm/i915/intel_lrc.c
2664
bool rcs = engine->class == RENDER_CLASS;
sys/dev/drm/i915/intel_lrc.c
268
bool first = true;
sys/dev/drm/i915/intel_lrc.c
528
static bool ctx_single_port_submission(const struct intel_context *ce)
sys/dev/drm/i915/intel_lrc.c
534
static bool can_merge_ctx(const struct intel_context *prev,
sys/dev/drm/i915/intel_lrc.c
605
bool submit = false;
sys/dev/drm/i915/intel_lrc.c
911
static inline bool
sys/dev/drm/i915/intel_lspcon.c
117
static bool lspcon_wake_native_aux_ch(struct intel_lspcon *lspcon)
sys/dev/drm/i915/intel_lspcon.c
133
static bool lspcon_probe(struct intel_lspcon *lspcon)
sys/dev/drm/i915/intel_lspcon.c
213
bool lspcon_init(struct intel_digital_port *intel_dig_port)
sys/dev/drm/i915/intel_lvds.c
103
static bool intel_lvds_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_lvds.c
108
bool ret;
sys/dev/drm/i915/intel_lvds.c
392
static bool intel_lvds_compute_config(struct intel_encoder *intel_encoder,
sys/dev/drm/i915/intel_lvds.c
455
intel_lvds_detect(struct drm_connector *connector, bool force)
sys/dev/drm/i915/intel_lvds.c
61
bool powerdown_on_reset;
sys/dev/drm/i915/intel_lvds.c
67
bool is_dual_link;
sys/dev/drm/i915/intel_lvds.c
788
bool intel_is_dual_link_lvds(struct drm_device *dev)
sys/dev/drm/i915/intel_lvds.c
795
static bool compute_is_dual_link_lvds(struct intel_lvds_encoder *lvds_encoder)
sys/dev/drm/i915/intel_lvds.c
830
static bool intel_lvds_supported(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_lvds.c
87
bool intel_lvds_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_mocs.c
176
static bool get_mocs_settings(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_mocs.c
179
bool result = false;
sys/dev/drm/i915/intel_opregion.c
362
bool enable)
sys/dev/drm/i915/intel_opregion.c
852
bool requested_callbacks = false;
sys/dev/drm/i915/intel_opregion.h
64
bool enable);
sys/dev/drm/i915/intel_opregion.h
89
intel_opregion_notify_encoder(struct intel_encoder *intel_encoder, bool enable)
sys/dev/drm/i915/intel_overlay.c
1183
static bool check_gamma_bounds(u32 gamma1, u32 gamma2)
sys/dev/drm/i915/intel_overlay.c
1198
static bool check_gamma5_errata(u32 gamma5)
sys/dev/drm/i915/intel_overlay.c
1305
static int get_registers(struct intel_overlay *overlay, bool use_phys)
sys/dev/drm/i915/intel_overlay.c
176
bool active;
sys/dev/drm/i915/intel_overlay.c
177
bool pfit_active;
sys/dev/drm/i915/intel_overlay.c
192
bool enable)
sys/dev/drm/i915/intel_overlay.c
302
bool load_polyphase_filter)
sys/dev/drm/i915/intel_overlay.c
604
static bool update_scaling_factors(struct intel_overlay *overlay,
sys/dev/drm/i915/intel_overlay.c
612
bool scale_changed = false;
sys/dev/drm/i915/intel_overlay.c
754
bool scale_changed = false;
sys/dev/drm/i915/intel_panel.c
1193
bool enable = bd->props.power == FB_BLANK_UNBLANK &&
sys/dev/drm/i915/intel_panel.c
1497
bool alt;
sys/dev/drm/i915/intel_pm.c
1154
static bool g4x_raw_plane_wm_set(struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1158
bool dirty = false;
sys/dev/drm/i915/intel_pm.c
1170
static bool g4x_raw_fbc_wm_set(struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1174
bool dirty = false;
sys/dev/drm/i915/intel_pm.c
1193
static bool g4x_raw_plane_wm_compute(struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1199
bool dirty = false;
sys/dev/drm/i915/intel_pm.c
1264
static bool g4x_raw_plane_wm_is_valid(const struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1272
static bool g4x_raw_crtc_wm_is_valid(const struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1637
static bool vlv_need_sprite0_fifo_workaround(unsigned int active_planes)
sys/dev/drm/i915/intel_pm.c
1754
static bool vlv_raw_plane_wm_set(struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1759
bool dirty = false;
sys/dev/drm/i915/intel_pm.c
1771
static bool vlv_raw_plane_wm_compute(struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1778
bool dirty = false;
sys/dev/drm/i915/intel_pm.c
1811
static bool vlv_raw_plane_wm_is_valid(const struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
1822
static bool vlv_raw_crtc_wm_is_valid(const struct intel_crtc_state *crtc_state, int level)
sys/dev/drm/i915/intel_pm.c
1841
bool needs_modeset = drm_atomic_crtc_needs_modeset(&crtc_state->base);
sys/dev/drm/i915/intel_pm.c
2194
bool cxsr_enabled;
sys/dev/drm/i915/intel_pm.c
2489
bool is_lp)
sys/dev/drm/i915/intel_pm.c
2593
int level, bool is_sprite)
sys/dev/drm/i915/intel_pm.c
2631
bool is_sprite)
sys/dev/drm/i915/intel_pm.c
2703
static bool ilk_validate_wm_level(int level,
sys/dev/drm/i915/intel_pm.c
2707
bool ret;
sys/dev/drm/i915/intel_pm.c
284
static const struct cxsr_latency *intel_get_cxsr_latency(bool is_desktop,
sys/dev/drm/i915/intel_pm.c
285
bool is_ddr3,
sys/dev/drm/i915/intel_pm.c
2982
static bool ilk_increase_wm_latency(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_pm.c
2999
bool changed;
sys/dev/drm/i915/intel_pm.c
3074
static bool ilk_validate_pipe_wm(struct drm_device *dev,
sys/dev/drm/i915/intel_pm.c
308
static void chv_set_memory_dvfs(struct drm_i915_private *dev_priv, bool enable)
sys/dev/drm/i915/intel_pm.c
330
static void chv_set_memory_pm5(struct drm_i915_private *dev_priv, bool enable)
sys/dev/drm/i915/intel_pm.c
349
static bool _intel_set_memory_cxsr(struct drm_i915_private *dev_priv, bool enable)
sys/dev/drm/i915/intel_pm.c
3501
static bool _ilk_disable_lp_wm(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_pm.c
3505
bool changed = false;
sys/dev/drm/i915/intel_pm.c
351
bool was_enabled;
sys/dev/drm/i915/intel_pm.c
3610
bool ilk_disable_lp_wm(struct drm_device *dev)
sys/dev/drm/i915/intel_pm.c
3638
static bool skl_needs_memory_bw_wa(struct intel_atomic_state *state)
sys/dev/drm/i915/intel_pm.c
3648
static bool
sys/dev/drm/i915/intel_pm.c
3748
bool intel_can_enable_sagv(struct drm_atomic_state *state)
sys/dev/drm/i915/intel_pm.c
438
bool intel_set_memory_cxsr(struct drm_i915_private *dev_priv, bool enable)
sys/dev/drm/i915/intel_pm.c
440
bool ret;
sys/dev/drm/i915/intel_pm.c
4569
bool apply_memory_bw_wa = skl_needs_memory_bw_wa(state);
sys/dev/drm/i915/intel_pm.c
4681
bool apply_memory_bw_wa = skl_needs_memory_bw_wa(state);
sys/dev/drm/i915/intel_pm.c
5095
bool skl_wm_level_equals(const struct skl_wm_level *l1,
sys/dev/drm/i915/intel_pm.c
5109
static inline bool skl_ddb_entries_overlap(const struct skl_ddb_entry *a,
sys/dev/drm/i915/intel_pm.c
5115
bool skl_ddb_allocation_overlaps(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_pm.c
5135
bool *changed /* out */)
sys/dev/drm/i915/intel_pm.c
5260
skl_ddb_add_affected_pipes(struct drm_atomic_state *state, bool *changed)
sys/dev/drm/i915/intel_pm.c
5357
bool changed = false;
sys/dev/drm/i915/intel_pm.c
6194
bool ironlake_set_drps(struct drm_i915_private *dev_priv, u8 val)
sys/dev/drm/i915/intel_pm.c
6457
void intel_rps_mark_interactive(struct drm_i915_private *i915, bool interactive)
sys/dev/drm/i915/intel_pm.c
6648
bool boost;
sys/dev/drm/i915/intel_pm.c
6746
static bool bxt_check_bios_rc6_setup(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_pm.c
6748
bool enable_rc6 = true;
sys/dev/drm/i915/intel_pm.c
6806
static bool sanitize_rc6(struct drm_i915_private *i915)
sys/dev/drm/i915/intel_pm.c
787
static bool is_disabling(int old, int new, int threshold)
sys/dev/drm/i915/intel_pm.c
792
static bool is_enabling(int old, int new, int threshold)
sys/dev/drm/i915/intel_pm.c
802
static bool intel_wm_plane_visible(const struct intel_crtc_state *crtc_state,
sys/dev/drm/i915/intel_pm.c
8024
bool i915_gpu_raise(void)
sys/dev/drm/i915/intel_pm.c
8027
bool ret = true;
sys/dev/drm/i915/intel_pm.c
8052
bool i915_gpu_lower(void)
sys/dev/drm/i915/intel_pm.c
8055
bool ret = true;
sys/dev/drm/i915/intel_pm.c
8079
bool i915_gpu_busy(void)
sys/dev/drm/i915/intel_pm.c
8081
bool ret = false;
sys/dev/drm/i915/intel_pm.c
8098
bool i915_gpu_turbo_disable(void)
sys/dev/drm/i915/intel_pm.c
8101
bool ret = true;
sys/dev/drm/i915/intel_pm.c
8881
bool can_use_gtt_cache = !HAS_PAGE_SIZES(dev_priv,
sys/dev/drm/i915/intel_pm.c
9581
static bool skl_pcode_try_request(struct drm_i915_private *dev_priv, u32 mbox,
sys/dev/drm/i915/intel_psr.c
109
static void psr_event_print(u32 val, bool psr2_enabled)
sys/dev/drm/i915/intel_psr.c
176
bool psr2_enabled = dev_priv->psr.psr2_enabled;
sys/dev/drm/i915/intel_psr.c
185
static bool intel_dp_get_colorimetry_status(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_psr.c
195
static bool intel_dp_get_alpm_status(struct intel_dp *intel_dp)
sys/dev/drm/i915/intel_psr.c
243
bool y_req = intel_dp->psr_dpcd[1] &
sys/dev/drm/i915/intel_psr.c
245
bool alpm = intel_dp_get_alpm_status(intel_dp);
sys/dev/drm/i915/intel_psr.c
445
static bool intel_psr2_config_valid(struct intel_dp *intel_dp,
sys/dev/drm/i915/intel_psr.c
59
static bool psr_global_enabled(u32 debug)
sys/dev/drm/i915/intel_psr.c
71
static bool intel_psr2_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_psr.c
785
static bool __psr_wait_for_idle_locked(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_psr.c
813
static bool switching_psr(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_psr.c
841
bool enable;
sys/dev/drm/i915/intel_ringbuffer.c
1567
bool force_restore = false;
sys/dev/drm/i915/intel_ringbuffer.c
465
static bool stop_ring(struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_ringbuffer.h
1006
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
1012
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
1019
static inline bool intel_wait_complete(const struct intel_wait *wait)
sys/dev/drm/i915/intel_ringbuffer.h
1024
bool intel_engine_add_wait(struct intel_engine_cs *engine,
sys/dev/drm/i915/intel_ringbuffer.h
1028
bool intel_engine_enable_signaling(struct i915_request *request, bool wakeup);
sys/dev/drm/i915/intel_ringbuffer.h
1031
static inline bool intel_engine_has_waiter(const struct intel_engine_cs *engine)
sys/dev/drm/i915/intel_ringbuffer.h
1100
bool intel_engine_is_idle(struct intel_engine_cs *engine);
sys/dev/drm/i915/intel_ringbuffer.h
1101
bool intel_engines_are_idle(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/intel_ringbuffer.h
1103
bool intel_engine_has_kernel_context(const struct intel_engine_cs *engine);
sys/dev/drm/i915/intel_ringbuffer.h
1112
bool intel_engine_can_store_dword(struct intel_engine_cs *engine);
sys/dev/drm/i915/intel_ringbuffer.h
1184
static inline bool inject_preempt_hang(struct intel_engine_execlists *execlists)
sys/dev/drm/i915/intel_ringbuffer.h
1195
static inline bool inject_preempt_hang(struct intel_engine_execlists *execlists)
sys/dev/drm/i915/intel_ringbuffer.h
127
bool stalled:1;
sys/dev/drm/i915/intel_ringbuffer.h
128
bool wedged:1;
sys/dev/drm/i915/intel_ringbuffer.h
200
bool inject_hang;
sys/dev/drm/i915/intel_ringbuffer.h
223
bool no_priolist;
sys/dev/drm/i915/intel_ringbuffer.h
407
bool irq_armed : 1;
sys/dev/drm/i915/intel_ringbuffer.h
408
I915_SELFTEST_DECLARE(bool mock : 1);
sys/dev/drm/i915/intel_ringbuffer.h
650
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
656
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
662
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
668
static inline bool __execlists_need_preempt(int prio, int last)
sys/dev/drm/i915/intel_ringbuffer.h
680
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
700
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
835
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
930
static inline bool intel_engine_signaled(struct intel_engine_cs *engine,
sys/dev/drm/i915/intel_ringbuffer.h
936
static inline bool intel_engine_has_completed(struct intel_engine_cs *engine,
sys/dev/drm/i915/intel_ringbuffer.h
943
static inline bool intel_engine_has_started(struct intel_engine_cs *engine,
sys/dev/drm/i915/intel_ringbuffer.h
987
static inline bool intel_wait_has_seqno(const struct intel_wait *wait)
sys/dev/drm/i915/intel_ringbuffer.h
992
static inline bool
sys/dev/drm/i915/intel_ringbuffer.h
999
static inline bool
sys/dev/drm/i915/intel_runtime_pm.c
1309
enum dpio_channel ch, bool override, unsigned int mask)
sys/dev/drm/i915/intel_runtime_pm.c
1370
bool chv_phy_powergate_ch(struct drm_i915_private *dev_priv, enum dpio_phy phy,
sys/dev/drm/i915/intel_runtime_pm.c
1371
enum dpio_channel ch, bool override)
sys/dev/drm/i915/intel_runtime_pm.c
1374
bool was_override;
sys/dev/drm/i915/intel_runtime_pm.c
1402
bool override, unsigned int mask)
sys/dev/drm/i915/intel_runtime_pm.c
1431
static bool chv_pipe_power_well_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
1435
bool enabled;
sys/dev/drm/i915/intel_runtime_pm.c
1462
bool enable)
sys/dev/drm/i915/intel_runtime_pm.c
1561
bool intel_display_power_get_if_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
1565
bool is_enabled;
sys/dev/drm/i915/intel_runtime_pm.c
200
bool __intel_display_power_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
204
bool is_enabled;
sys/dev/drm/i915/intel_runtime_pm.c
2281
bool intel_display_power_well_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
2285
bool ret;
sys/dev/drm/i915/intel_runtime_pm.c
241
bool intel_display_power_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
245
bool ret;
sys/dev/drm/i915/intel_runtime_pm.c
263
u8 irq_pipe_mask, bool has_vga)
sys/dev/drm/i915/intel_runtime_pm.c
3139
bool intel_dbuf_slice_set(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
3140
i915_reg_t reg, bool enable)
sys/dev/drm/i915/intel_runtime_pm.c
3180
bool ret;
sys/dev/drm/i915/intel_runtime_pm.c
3242
bool resume)
sys/dev/drm/i915/intel_runtime_pm.c
330
bool disabled;
sys/dev/drm/i915/intel_runtime_pm.c
3304
bool resume)
sys/dev/drm/i915/intel_runtime_pm.c
3432
static void cnl_display_core_init(struct drm_i915_private *dev_priv, bool resume)
sys/dev/drm/i915/intel_runtime_pm.c
3516
bool resume)
sys/dev/drm/i915/intel_runtime_pm.c
367
bool wait_fuses = power_well->desc->hsw.has_fuses;
sys/dev/drm/i915/intel_runtime_pm.c
3738
void intel_power_domains_init_hw(struct drm_i915_private *dev_priv, bool resume)
sys/dev/drm/i915/intel_runtime_pm.c
3944
bool dump_domain_info;
sys/dev/drm/i915/intel_runtime_pm.c
3952
bool enabled;
sys/dev/drm/i915/intel_runtime_pm.c
3984
static bool dumped;
sys/dev/drm/i915/intel_runtime_pm.c
4039
bool intel_runtime_pm_get_if_in_use(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_runtime_pm.c
464
static bool hsw_power_well_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
52
bool intel_display_power_well_is_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
674
bool pg2_enabled = intel_display_power_well_is_enabled(dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
754
static bool bxt_dpio_cmn_power_well_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
781
static bool gen9_dc_off_power_well_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
835
static bool i9xx_always_on_power_well_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
857
static bool i830_pipes_power_well_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
874
struct i915_power_well *power_well, bool enable)
sys/dev/drm/i915/intel_runtime_pm.c
921
static bool vlv_power_well_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_runtime_pm.c
925
bool enabled = false;
sys/dev/drm/i915/intel_sdvo.c
1018
static bool intel_sdvo_set_tv_format(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
1034
static bool
sys/dev/drm/i915/intel_sdvo.c
104
bool has_hdmi_monitor;
sys/dev/drm/i915/intel_sdvo.c
105
bool has_hdmi_audio;
sys/dev/drm/i915/intel_sdvo.c
1055
static bool
sys/dev/drm/i915/intel_sdvo.c
106
bool rgb_quant_range_selectable;
sys/dev/drm/i915/intel_sdvo.c
1112
static bool intel_sdvo_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_sdvo.c
1392
static bool intel_sdvo_connector_get_hw_state(struct intel_connector *connector)
sys/dev/drm/i915/intel_sdvo.c
1404
bool intel_sdvo_port_enabled(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_sdvo.c
1422
static bool intel_sdvo_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_sdvo.c
1428
bool ret;
sys/dev/drm/i915/intel_sdvo.c
1448
bool ret;
sys/dev/drm/i915/intel_sdvo.c
1596
bool input1, input2;
sys/dev/drm/i915/intel_sdvo.c
1598
bool success;
sys/dev/drm/i915/intel_sdvo.c
160
bool is_hdmi;
sys/dev/drm/i915/intel_sdvo.c
1657
static bool intel_sdvo_get_capabilities(struct intel_sdvo *intel_sdvo, struct intel_sdvo_caps *caps)
sys/dev/drm/i915/intel_sdvo.c
1724
static bool intel_sdvo_hotplug(struct intel_encoder *encoder,
sys/dev/drm/i915/intel_sdvo.c
1732
static bool
sys/dev/drm/i915/intel_sdvo.c
1815
static bool
sys/dev/drm/i915/intel_sdvo.c
1819
bool monitor_is_digital = !!(edid->input & DRM_EDID_INPUT_DIGITAL);
sys/dev/drm/i915/intel_sdvo.c
1820
bool connector_is_digital = !!IS_DIGITAL(sdvo);
sys/dev/drm/i915/intel_sdvo.c
1828
intel_sdvo_detect(struct drm_connector *connector, bool force)
sys/dev/drm/i915/intel_sdvo.c
193
static bool
sys/dev/drm/i915/intel_sdvo.c
195
static bool
sys/dev/drm/i915/intel_sdvo.c
199
static bool
sys/dev/drm/i915/intel_sdvo.c
2385
static bool
sys/dev/drm/i915/intel_sdvo.c
248
static bool intel_sdvo_read_byte(struct intel_sdvo *intel_sdvo, u8 addr, u8 *ch)
sys/dev/drm/i915/intel_sdvo.c
2493
static bool
sys/dev/drm/i915/intel_sdvo.c
2552
static bool
sys/dev/drm/i915/intel_sdvo.c
2592
static bool
sys/dev/drm/i915/intel_sdvo.c
2628
static bool
sys/dev/drm/i915/intel_sdvo.c
2684
static bool
sys/dev/drm/i915/intel_sdvo.c
2755
static bool intel_sdvo_tv_create_property(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
2818
static bool
sys/dev/drm/i915/intel_sdvo.c
2932
static bool
sys/dev/drm/i915/intel_sdvo.c
2948
static bool intel_sdvo_create_enhance_property(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
3024
static bool
sys/dev/drm/i915/intel_sdvo.c
3052
bool intel_sdvo_init(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_sdvo.c
437
static bool __intel_sdvo_write_cmd(struct intel_sdvo *intel_sdvo, u8 cmd,
sys/dev/drm/i915/intel_sdvo.c
439
bool unlocked)
sys/dev/drm/i915/intel_sdvo.c
506
static bool intel_sdvo_write_cmd(struct intel_sdvo *intel_sdvo, u8 cmd,
sys/dev/drm/i915/intel_sdvo.c
512
static bool intel_sdvo_read_response(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
598
static bool __intel_sdvo_set_control_bus_switch(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
607
static bool intel_sdvo_set_value(struct intel_sdvo *intel_sdvo, u8 cmd, const void *data, int len)
sys/dev/drm/i915/intel_sdvo.c
615
static bool
sys/dev/drm/i915/intel_sdvo.c
624
static bool intel_sdvo_set_target_input(struct intel_sdvo *intel_sdvo)
sys/dev/drm/i915/intel_sdvo.c
638
static bool intel_sdvo_get_trained_inputs(struct intel_sdvo *intel_sdvo, bool *input_1, bool *input_2)
sys/dev/drm/i915/intel_sdvo.c
652
static bool intel_sdvo_set_active_outputs(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
660
static bool intel_sdvo_get_active_outputs(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
668
static bool intel_sdvo_set_encoder_power_state(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
692
static bool intel_sdvo_get_input_pixel_clock_range(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
710
static bool intel_sdvo_set_target_output(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
718
static bool intel_sdvo_set_timing(struct intel_sdvo *intel_sdvo, u8 cmd,
sys/dev/drm/i915/intel_sdvo.c
725
static bool intel_sdvo_get_timing(struct intel_sdvo *intel_sdvo, u8 cmd,
sys/dev/drm/i915/intel_sdvo.c
732
static bool intel_sdvo_set_input_timing(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
739
static bool intel_sdvo_set_output_timing(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
746
static bool intel_sdvo_get_input_timing(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
753
static bool
sys/dev/drm/i915/intel_sdvo.c
778
static bool intel_sdvo_get_preferred_input_timing(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
789
static bool intel_sdvo_set_clock_rate_mult(struct intel_sdvo *intel_sdvo, u8 val)
sys/dev/drm/i915/intel_sdvo.c
893
static bool intel_sdvo_check_supp_encode(struct intel_sdvo *intel_sdvo)
sys/dev/drm/i915/intel_sdvo.c
903
static bool intel_sdvo_set_encode(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
909
static bool intel_sdvo_set_colorimetry(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
945
static bool intel_sdvo_write_infoframe(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sdvo.c
984
static bool intel_sdvo_set_avi_infoframe(struct intel_sdvo *intel_sdvo,
sys/dev/drm/i915/intel_sideband.c
46
bool is_read = (opcode == SB_MRD_NP || opcode == SB_CRRDDA_NP);
sys/dev/drm/i915/intel_sprite.c
1036
static bool
sys/dev/drm/i915/intel_sprite.c
1042
bool ret;
sys/dev/drm/i915/intel_sprite.c
1365
static bool has_dst_key_in_primary_plane(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_sprite.c
1563
static bool g4x_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_sprite.c
1589
static bool snb_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_sprite.c
1616
static bool vlv_sprite_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_sprite.c
1648
static bool skl_plane_format_mod_supported(struct drm_plane *_plane,
sys/dev/drm/i915/intel_sprite.c
1742
bool skl_plane_has_ccs(struct drm_i915_private *dev_priv,
sys/dev/drm/i915/intel_sprite.c
438
bool
sys/dev/drm/i915/intel_sprite.c
445
bool ret;
sys/dev/drm/i915/intel_sprite.c
702
static bool
sys/dev/drm/i915/intel_sprite.c
709
bool ret;
sys/dev/drm/i915/intel_sprite.c
83
bool need_vlv_dsi_wa = (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) &&
sys/dev/drm/i915/intel_sprite.c
870
static bool
sys/dev/drm/i915/intel_sprite.c
876
bool ret;
sys/dev/drm/i915/intel_tv.c
1255
bool force)
sys/dev/drm/i915/intel_tv.c
313
bool progressive : 1, trilevel_sync : 1, component_only : 1;
sys/dev/drm/i915/intel_tv.c
315
bool veq_ena : 1;
sys/dev/drm/i915/intel_tv.c
319
bool burst_ena : 1;
sys/dev/drm/i915/intel_tv.c
336
bool pal_burst : 1;
sys/dev/drm/i915/intel_tv.c
798
static bool
sys/dev/drm/i915/intel_tv.c
873
static bool
sys/dev/drm/i915/intel_tv.c
906
bool burst_ena)
sys/dev/drm/i915/intel_tv.c
995
bool burst_ena;
sys/dev/drm/i915/intel_uc.h
44
static inline bool intel_uc_is_using_guc(void)
sys/dev/drm/i915/intel_uc.h
50
static inline bool intel_uc_is_using_guc_submission(void)
sys/dev/drm/i915/intel_uc.h
56
static inline bool intel_uc_is_using_huc(void)
sys/dev/drm/i915/intel_uc_fw.h
113
static inline bool intel_uc_fw_is_selected(struct intel_uc_fw *uc_fw)
sys/dev/drm/i915/intel_uncore.c
1087
const bool read,
sys/dev/drm/i915/intel_uncore.c
1088
const bool before)
sys/dev/drm/i915/intel_uncore.c
1101
const bool read,
sys/dev/drm/i915/intel_uncore.c
1102
const bool before)
sys/dev/drm/i915/intel_uncore.c
1120
gen2_read##x(struct drm_i915_private *dev_priv, i915_reg_t reg, bool trace) { \
sys/dev/drm/i915/intel_uncore.c
1128
gen5_read##x(struct drm_i915_private *dev_priv, i915_reg_t reg, bool trace) { \
sys/dev/drm/i915/intel_uncore.c
1194
func##_read##x(struct drm_i915_private *dev_priv, i915_reg_t reg, bool trace) { \
sys/dev/drm/i915/intel_uncore.c
1234
gen2_write##x(struct drm_i915_private *dev_priv, i915_reg_t reg, u##x val, bool trace) { \
sys/dev/drm/i915/intel_uncore.c
1242
gen5_write##x(struct drm_i915_private *dev_priv, i915_reg_t reg, u##x val, bool trace) { \
sys/dev/drm/i915/intel_uncore.c
1276
gen6_write##x(struct drm_i915_private *dev_priv, i915_reg_t reg, u##x val, bool trace) { \
sys/dev/drm/i915/intel_uncore.c
1286
func##_write##x(struct drm_i915_private *dev_priv, i915_reg_t reg, u##x val, bool trace) { \
sys/dev/drm/i915/intel_uncore.c
131
bool ack_detected;
sys/dev/drm/i915/intel_uncore.c
1754
static bool i915_in_reset(struct pci_dev *pdev)
sys/dev/drm/i915/intel_uncore.c
1783
static bool g4x_reset_complete(struct pci_dev *pdev)
sys/dev/drm/i915/intel_uncore.c
2131
const bool reset_non_ready = retry >= 1;
sys/dev/drm/i915/intel_uncore.c
2252
bool intel_has_gpu_reset(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_uncore.c
2257
bool intel_has_reset_engine(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_uncore.c
2278
bool intel_uncore_unclaimed_mmio(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/intel_uncore.c
2283
bool
sys/dev/drm/i915/intel_uncore.c
2286
bool ret = false;
sys/dev/drm/i915/intel_uncore.c
477
static bool
sys/dev/drm/i915/intel_uncore.c
491
static bool
sys/dev/drm/i915/intel_uncore.c
505
static bool
sys/dev/drm/i915/intel_uncore.c
520
static bool
sys/dev/drm/i915/intel_uncore.c
523
bool ret = false;
sys/dev/drm/i915/intel_uncore.c
949
static bool is_gen##x##_shadowed(u32 offset) \
sys/dev/drm/i915/intel_uncore.h
117
bool active;
sys/dev/drm/i915/intel_uncore.h
145
bool intel_uncore_unclaimed_mmio(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/intel_uncore.h
146
bool intel_uncore_arm_unclaimed_mmio_detection(struct drm_i915_private *dev_priv);
sys/dev/drm/i915/intel_uncore.h
71
i915_reg_t r, bool trace);
sys/dev/drm/i915/intel_uncore.h
73
i915_reg_t r, bool trace);
sys/dev/drm/i915/intel_uncore.h
75
i915_reg_t r, bool trace);
sys/dev/drm/i915/intel_uncore.h
77
i915_reg_t r, bool trace);
sys/dev/drm/i915/intel_uncore.h
80
i915_reg_t r, u8 val, bool trace);
sys/dev/drm/i915/intel_uncore.h
82
i915_reg_t r, u16 val, bool trace);
sys/dev/drm/i915/intel_uncore.h
84
i915_reg_t r, u32 val, bool trace);
sys/dev/drm/i915/vlv_dsi.c
1018
static bool intel_dsi_get_hw_state(struct intel_encoder *encoder,
sys/dev/drm/i915/vlv_dsi.c
1024
bool active = false;
sys/dev/drm/i915/vlv_dsi.c
1044
bool enabled = I915_READ(ctrl_reg) & DPI_ENABLE;
sys/dev/drm/i915/vlv_dsi.c
247
static int dpi_send_cmd(struct intel_dsi *intel_dsi, u32 cmd, bool hs,
sys/dev/drm/i915/vlv_dsi.c
293
static inline bool is_vid_mode(struct intel_dsi *intel_dsi)
sys/dev/drm/i915/vlv_dsi.c
298
static inline bool is_cmd_mode(struct intel_dsi *intel_dsi)
sys/dev/drm/i915/vlv_dsi.c
303
static bool intel_dsi_compute_config(struct intel_encoder *encoder,
sys/dev/drm/i915/vlv_dsi.c
360
static bool glk_dsi_enable_io(struct intel_encoder *encoder)
sys/dev/drm/i915/vlv_dsi.c
366
bool cold_boot = false;
sys/dev/drm/i915/vlv_dsi.c
807
bool glk_cold_boot = false;
sys/dev/drm/i915/vlv_dsi_pll.c
195
bool bxt_dsi_pll_is_enabled(struct drm_i915_private *dev_priv)
sys/dev/drm/i915/vlv_dsi_pll.c
197
bool enabled;
sys/dev/drm/include/asm/bitops.h
34
static inline bool
sys/dev/drm/include/asm/bitops.h
37
bool previous_bit;
sys/dev/drm/include/asm/bug.h
72
static bool __warned_once; \
sys/dev/drm/include/asm/cpufeature.h
36
static inline bool
sys/dev/drm/include/asm/hypervisor.h
10
static inline bool
sys/dev/drm/include/drm/drmP.h
174
static inline bool drm_can_sleep(void)
sys/dev/drm/include/drm/drm_atomic.h
146
bool abort_completion;
sys/dev/drm/include/drm/drm_atomic.h
287
bool allow_modeset : 1;
sys/dev/drm/include/drm/drm_atomic.h
288
bool legacy_cursor_update : 1;
sys/dev/drm/include/drm/drm_atomic.h
289
bool async_update : 1;
sys/dev/drm/include/drm/drm_atomic.h
888
static inline bool
sys/dev/drm/include/drm/drm_atomic_helper.h
102
bool nonblock);
sys/dev/drm/include/drm/drm_atomic_helper.h
253
static inline bool
sys/dev/drm/include/drm/drm_atomic_helper.h
46
bool can_position,
sys/dev/drm/include/drm/drm_atomic_helper.h
47
bool can_update_disabled);
sys/dev/drm/include/drm/drm_atomic_helper.h
56
bool nonblock);
sys/dev/drm/include/drm/drm_atomic_helper.h
64
bool pre_swap);
sys/dev/drm/include/drm/drm_atomic_helper.h
95
bool atomic);
sys/dev/drm/include/drm/drm_atomic_helper.h
98
bool stall);
sys/dev/drm/include/drm/drm_audio_component.h
32
void (*codec_wake_override)(struct device *, bool enable);
sys/dev/drm/include/drm/drm_audio_component.h
56
int (*get_eld)(struct device *, int port, int pipe, bool *enabled,
sys/dev/drm/include/drm/drm_auth.h
102
bool drm_is_current_master(struct drm_file *fpriv);
sys/dev/drm/include/drm/drm_blend.h
38
static inline bool drm_rotation_90_or_270(unsigned int rotation)
sys/dev/drm/include/drm/drm_bridge.h
132
bool (*mode_fixup)(struct drm_bridge *bridge,
sys/dev/drm/include/drm/drm_bridge.h
305
bool drm_bridge_mode_fixup(struct drm_bridge *bridge,
sys/dev/drm/include/drm/drm_cache.h
46
static inline bool drm_arch_can_wc_memory(void)
sys/dev/drm/include/drm/drm_color_mgmt.h
36
bool has_ctm,
sys/dev/drm/include/drm/drm_connector.h
1019
bool override_edid;
sys/dev/drm/include/drm/drm_connector.h
1040
bool latency_present[2];
sys/dev/drm/include/drm/drm_connector.h
1065
bool edid_corrupt;
sys/dev/drm/include/drm/drm_connector.h
1104
bool has_tile;
sys/dev/drm/include/drm/drm_connector.h
1108
bool tile_is_single_monitor;
sys/dev/drm/include/drm/drm_connector.h
1229
static inline bool
sys/dev/drm/include/drm/drm_connector.h
1317
bool drm_connector_has_possible_encoder(struct drm_connector *connector,
sys/dev/drm/include/drm/drm_connector.h
149
bool supported;
sys/dev/drm/include/drm/drm_connector.h
153
bool low_rates;
sys/dev/drm/include/drm/drm_connector.h
166
bool supported;
sys/dev/drm/include/drm/drm_connector.h
170
bool read_request;
sys/dev/drm/include/drm/drm_connector.h
361
bool dvi_dual;
sys/dev/drm/include/drm/drm_connector.h
366
bool has_hdmi_infoframe;
sys/dev/drm/include/drm/drm_connector.h
387
bool non_desktop;
sys/dev/drm/include/drm/drm_connector.h
578
bool force);
sys/dev/drm/include/drm/drm_connector.h
808
bool specified;
sys/dev/drm/include/drm/drm_connector.h
809
bool refresh_specified;
sys/dev/drm/include/drm/drm_connector.h
810
bool bpp_specified;
sys/dev/drm/include/drm/drm_connector.h
814
bool rb;
sys/dev/drm/include/drm/drm_connector.h
815
bool interlace;
sys/dev/drm/include/drm/drm_connector.h
816
bool cvt;
sys/dev/drm/include/drm/drm_connector.h
817
bool margins;
sys/dev/drm/include/drm/drm_connector.h
880
bool interlace_allowed;
sys/dev/drm/include/drm/drm_connector.h
886
bool doublescan_allowed;
sys/dev/drm/include/drm/drm_connector.h
892
bool stereo_allowed;
sys/dev/drm/include/drm/drm_connector.h
900
bool ycbcr_420_allowed;
sys/dev/drm/include/drm/drm_crtc.h
107
bool enable;
sys/dev/drm/include/drm/drm_crtc.h
122
bool active;
sys/dev/drm/include/drm/drm_crtc.h
128
bool planes_changed : 1;
sys/dev/drm/include/drm/drm_crtc.h
140
bool mode_changed : 1;
sys/dev/drm/include/drm/drm_crtc.h
147
bool active_changed : 1;
sys/dev/drm/include/drm/drm_crtc.h
158
bool connectors_changed : 1;
sys/dev/drm/include/drm/drm_crtc.h
164
bool zpos_changed : 1;
sys/dev/drm/include/drm/drm_crtc.h
170
bool color_mgmt_changed : 1;
sys/dev/drm/include/drm/drm_crtc.h
193
bool no_vblank : 1;
sys/dev/drm/include/drm/drm_crtc.h
934
bool enabled;
sys/dev/drm/include/drm/drm_crtc_helper.h
49
bool drm_crtc_helper_set_mode(struct drm_crtc *crtc,
sys/dev/drm/include/drm/drm_crtc_helper.h
53
bool drm_helper_crtc_in_use(struct drm_crtc *crtc);
sys/dev/drm/include/drm/drm_crtc_helper.h
54
bool drm_helper_encoder_in_use(struct drm_encoder *encoder);
sys/dev/drm/include/drm/drm_crtc_helper.h
72
bool force);
sys/dev/drm/include/drm/drm_crtc_helper.h
75
bool drm_helper_hpd_irq_event(struct drm_device *dev);
sys/dev/drm/include/drm/drm_crtc_helper.h
80
bool drm_kms_helper_is_poll_worker(void);
sys/dev/drm/include/drm/drm_debugfs_crc.h
34
bool has_frame_counter;
sys/dev/drm/include/drm/drm_debugfs_crc.h
56
bool opened, overflow;
sys/dev/drm/include/drm/drm_debugfs_crc.h
64
int drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame,
sys/dev/drm/include/drm/drm_debugfs_crc.h
67
static inline int drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame,
sys/dev/drm/include/drm/drm_device.h
147
bool irq_enabled;
sys/dev/drm/include/drm/drm_device.h
163
bool vblank_disable_immediate;
sys/dev/drm/include/drm/drm_device.h
47
bool registered;
sys/dev/drm/include/drm/drm_device.h
68
bool unplugged;
sys/dev/drm/include/drm/drm_dp_dual_mode_helper.h
110
struct i2c_adapter *adapter, bool *enabled);
sys/dev/drm/include/drm/drm_dp_dual_mode_helper.h
112
struct i2c_adapter *adapter, bool enable);
sys/dev/drm/include/drm/drm_dp_helper.h
1028
static inline bool
sys/dev/drm/include/drm/drm_dp_helper.h
1035
static inline bool
sys/dev/drm/include/drm/drm_dp_helper.h
1042
static inline bool
sys/dev/drm/include/drm/drm_dp_helper.h
1056
static inline bool
sys/dev/drm/include/drm/drm_dp_helper.h
1253
bool is_branch);
sys/dev/drm/include/drm/drm_dp_helper.h
1279
static inline bool
sys/dev/drm/include/drm/drm_dp_helper.h
955
bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm/include/drm/drm_dp_helper.h
957
bool drm_dp_clock_recovery_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
sys/dev/drm/include/drm/drm_dp_mst_helper.h
100
bool has_audio;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
139
bool link_address_sent;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
151
bool broadcast;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
152
bool path_msg;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
154
bool somt;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
155
bool eomt;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
156
bool seqno;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
169
bool input_port;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
172
bool mcs;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
173
bool ddps;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
174
bool legacy_device_plug_status;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
222
bool have_somt;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
223
bool have_eomt;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
245
bool legacy_device_plug_status;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
246
bool displayport_device_plug_status;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
247
bool message_capability_status;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
248
bool input_port;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
378
bool path_msg;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
481
bool mst_state;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
581
int drm_dp_mst_topology_mgr_set_mst(struct drm_dp_mst_topology_mgr *mgr, bool mst_state);
sys/dev/drm/include/drm/drm_dp_mst_helper.h
584
int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled);
sys/dev/drm/include/drm/drm_dp_mst_helper.h
589
bool drm_dp_mst_port_has_audio(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/include/drm/drm_dp_mst_helper.h
597
bool drm_dp_mst_allocate_vcpi(struct drm_dp_mst_topology_mgr *mgr,
sys/dev/drm/include/drm/drm_dp_mst_helper.h
635
struct drm_dp_mst_port *port, bool power_up);
sys/dev/drm/include/drm/drm_dp_mst_helper.h
73
bool input;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
74
bool mcs;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
75
bool ddps;
sys/dev/drm/include/drm/drm_dp_mst_helper.h
77
bool ldps;
sys/dev/drm/include/drm/drm_drv.h
287
bool (*get_scanout_position) (struct drm_device *dev, unsigned int pipe,
sys/dev/drm/include/drm/drm_drv.h
288
bool in_vblank_irq, int *vpos, int *hpos,
sys/dev/drm/include/drm/drm_drv.h
335
bool (*get_vblank_timestamp) (struct drm_device *dev, unsigned int pipe,
sys/dev/drm/include/drm/drm_drv.h
338
bool in_vblank_irq);
sys/dev/drm/include/drm/drm_drv.h
396
bool from_open);
sys/dev/drm/include/drm/drm_drv.h
640
bool drm_dev_enter(struct drm_device *dev, int *idx);
sys/dev/drm/include/drm/drm_drv.h
653
static inline bool drm_dev_is_unplugged(struct drm_device *dev)
sys/dev/drm/include/drm/drm_drv.h
675
static inline bool drm_core_check_feature(struct drm_device *dev, u32 feature)
sys/dev/drm/include/drm/drm_drv.h
688
static inline bool drm_drv_uses_atomic_modeset(struct drm_device *dev)
sys/dev/drm/include/drm/drm_edid.h
356
bool is_hdmi2_sink);
sys/dev/drm/include/drm/drm_edid.h
365
bool rgb_quant_range_selectable,
sys/dev/drm/include/drm/drm_edid.h
366
bool is_hdmi2_sink);
sys/dev/drm/include/drm/drm_edid.h
458
bool drm_probe_ddc(struct i2c_adapter *adapter);
sys/dev/drm/include/drm/drm_edid.h
472
bool drm_detect_hdmi_monitor(struct edid *edid);
sys/dev/drm/include/drm/drm_edid.h
473
bool drm_detect_monitor_audio(struct edid *edid);
sys/dev/drm/include/drm/drm_edid.h
474
bool drm_rgb_quant_range_selectable(struct edid *edid);
sys/dev/drm/include/drm/drm_edid.h
483
bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid,
sys/dev/drm/include/drm/drm_edid.h
484
bool *edid_corrupt);
sys/dev/drm/include/drm/drm_edid.h
485
bool drm_edid_is_valid(struct edid *edid);
sys/dev/drm/include/drm/drm_edid.h
490
bool rb);
sys/dev/drm/include/drm/drm_encoder.h
219
static inline bool drm_encoder_crtc_ok(struct drm_encoder *encoder,
sys/dev/drm/include/drm/drm_encoder_slave.h
171
bool drm_i2c_encoder_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/include/drm/drm_encoder_slave.h
57
bool (*mode_fixup)(struct drm_encoder *encoder,
sys/dev/drm/include/drm/drm_fb_cma_helper.h
29
bool state);
sys/dev/drm/include/drm/drm_fb_helper.h
124
bool (*initial_config)(struct drm_fb_helper *fb_helper,
sys/dev/drm/include/drm/drm_fb_helper.h
128
bool *enabled, int width, int height);
sys/dev/drm/include/drm/drm_fb_helper.h
226
bool delayed_hotplug;
sys/dev/drm/include/drm/drm_fb_helper.h
238
bool deferred_setup;
sys/dev/drm/include/drm/drm_fb_helper.h
321
void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, bool suspend);
sys/dev/drm/include/drm/drm_fb_helper.h
323
bool suspend);
sys/dev/drm/include/drm/drm_fb_helper.h
502
bool suspend)
sys/dev/drm/include/drm/drm_fb_helper.h
507
drm_fb_helper_set_suspend_unlocked(struct drm_fb_helper *fb_helper, bool suspend)
sys/dev/drm/include/drm/drm_fb_helper.h
619
const char *name, bool primary)
sys/dev/drm/include/drm/drm_file.h
363
static inline bool drm_is_primary_client(const struct drm_file *file_priv)
sys/dev/drm/include/drm/drm_file.h
377
static inline bool drm_is_render_client(const struct drm_file *file_priv)
sys/dev/drm/include/drm/drm_fixed.h
152
bool a_neg = a < 0;
sys/dev/drm/include/drm/drm_fixed.h
153
bool b_neg = b < 0;
sys/dev/drm/include/drm/drm_fourcc.h
73
bool has_alpha;
sys/dev/drm/include/drm/drm_fourcc.h
74
bool is_yuv;
sys/dev/drm/include/drm/drm_gem.h
116
bool on_map;
sys/dev/drm/include/drm/drm_gem.h
310
bool dirty, bool accessed);
sys/dev/drm/include/drm/drm_ioctl.h
176
bool drm_ioctl_flags(unsigned int nr, unsigned int *flags);
sys/dev/drm/include/drm/drm_lease.h
32
static inline bool
sys/dev/drm/include/drm/drm_mipi_dsi.h
47
bool mipi_dsi_packet_format_is_short(u8 type);
sys/dev/drm/include/drm/drm_mipi_dsi.h
48
bool mipi_dsi_packet_format_is_long(u8 type);
sys/dev/drm/include/drm/drm_mm.h
171
bool allocated : 1;
sys/dev/drm/include/drm/drm_mm.h
172
bool scanned_block : 1;
sys/dev/drm/include/drm/drm_mm.h
254
static inline bool drm_mm_node_allocated(const struct drm_mm_node *node)
sys/dev/drm/include/drm/drm_mm.h
272
static inline bool drm_mm_initialized(const struct drm_mm *mm)
sys/dev/drm/include/drm/drm_mm.h
289
static inline bool drm_mm_hole_follows(const struct drm_mm_node *node)
sys/dev/drm/include/drm/drm_mm.h
474
static inline bool drm_mm_clean(const struct drm_mm *mm)
sys/dev/drm/include/drm/drm_mm.h
541
bool drm_mm_scan_add_block(struct drm_mm_scan *scan,
sys/dev/drm/include/drm/drm_mm.h
543
bool drm_mm_scan_remove_block(struct drm_mm_scan *scan,
sys/dev/drm/include/drm/drm_mode_config.h
274
bool nonblock);
sys/dev/drm/include/drm/drm_mode_config.h
515
bool poll_enabled;
sys/dev/drm/include/drm/drm_mode_config.h
516
bool poll_running;
sys/dev/drm/include/drm/drm_mode_config.h
517
bool delayed_event;
sys/dev/drm/include/drm/drm_mode_config.h
812
bool quirk_addfb_prefer_xbgr_30bpp;
sys/dev/drm/include/drm/drm_mode_config.h
826
bool quirk_addfb_prefer_host_byte_order;
sys/dev/drm/include/drm/drm_mode_config.h
832
bool async_page_flip;
sys/dev/drm/include/drm/drm_mode_config.h
839
bool allow_fb_modifiers;
sys/dev/drm/include/drm/drm_mode_config.h
847
bool normalize_zpos;
sys/dev/drm/include/drm/drm_mode_object.h
134
bool drm_mode_object_lease_required(uint32_t type);
sys/dev/drm/include/drm/drm_modes.h
454
static inline bool drm_mode_is_stereo(const struct drm_display_mode *mode)
sys/dev/drm/include/drm/drm_modes.h
471
bool drm_mode_is_420_only(const struct drm_display_info *display,
sys/dev/drm/include/drm/drm_modes.h
473
bool drm_mode_is_420_also(const struct drm_display_info *display,
sys/dev/drm/include/drm/drm_modes.h
475
bool drm_mode_is_420(const struct drm_display_info *display,
sys/dev/drm/include/drm/drm_modes.h
480
bool reduced, bool interlaced,
sys/dev/drm/include/drm/drm_modes.h
481
bool margins);
sys/dev/drm/include/drm/drm_modes.h
484
bool interlaced, int margins);
sys/dev/drm/include/drm/drm_modes.h
487
int vrefresh, bool interlaced,
sys/dev/drm/include/drm/drm_modes.h
512
bool drm_mode_match(const struct drm_display_mode *mode1,
sys/dev/drm/include/drm/drm_modes.h
515
bool drm_mode_equal(const struct drm_display_mode *mode1,
sys/dev/drm/include/drm/drm_modes.h
517
bool drm_mode_equal_no_clocks(const struct drm_display_mode *mode1,
sys/dev/drm/include/drm/drm_modes.h
519
bool drm_mode_equal_no_clocks_no_stereo(const struct drm_display_mode *mode1,
sys/dev/drm/include/drm/drm_modes.h
531
struct list_head *mode_list, bool verbose);
sys/dev/drm/include/drm/drm_modes.h
536
bool
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
185
bool (*mode_fixup)(struct drm_crtc *crtc,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
559
bool (*mode_fixup)(struct drm_encoder *encoder,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
847
bool force);
sys/dev/drm/include/drm/drm_modeset_lock.h
122
static inline bool drm_modeset_is_locked(struct drm_modeset_lock *lock)
sys/dev/drm/include/drm/drm_modeset_lock.h
62
bool trylock_only;
sys/dev/drm/include/drm/drm_modeset_lock.h
65
bool interruptible;
sys/dev/drm/include/drm/drm_plane.h
186
bool visible;
sys/dev/drm/include/drm/drm_plane.h
485
bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,
sys/dev/drm/include/drm/drm_plane.h
589
bool format_default;
sys/dev/drm/include/drm/drm_plane.h
717
bool is_primary);
sys/dev/drm/include/drm/drm_plane_helper.h
49
bool can_position,
sys/dev/drm/include/drm/drm_plane_helper.h
50
bool can_update_disabled,
sys/dev/drm/include/drm/drm_plane_helper.h
51
bool *visible);
sys/dev/drm/include/drm/drm_print.h
373
static bool __print_once __read_mostly; \
sys/dev/drm/include/drm/drm_property.h
233
static inline bool drm_property_type_is(struct drm_property *property,
sys/dev/drm/include/drm/drm_property.h
280
bool drm_property_replace_blob(struct drm_property_blob **blob,
sys/dev/drm/include/drm/drm_rect.h
156
static inline bool drm_rect_visible(const struct drm_rect *r)
sys/dev/drm/include/drm/drm_rect.h
169
static inline bool drm_rect_equals(const struct drm_rect *r1,
sys/dev/drm/include/drm/drm_rect.h
176
bool drm_rect_intersect(struct drm_rect *r, const struct drm_rect *clip);
sys/dev/drm/include/drm/drm_rect.h
177
bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst,
sys/dev/drm/include/drm/drm_rect.h
192
const struct drm_rect *r, bool fixed_point);
sys/dev/drm/include/drm/drm_scdc_helper.h
132
bool drm_scdc_get_scrambling_status(struct i2c_adapter *adapter);
sys/dev/drm/include/drm/drm_scdc_helper.h
134
bool drm_scdc_set_scrambling(struct i2c_adapter *adapter, bool enable);
sys/dev/drm/include/drm/drm_scdc_helper.h
135
bool drm_scdc_set_high_tmds_clock_ratio(struct i2c_adapter *adapter, bool set);
sys/dev/drm/include/drm/drm_vblank.h
175
bool enabled;
sys/dev/drm/include/drm/drm_vblank.h
189
bool drm_handle_vblank(struct drm_device *dev, unsigned int pipe);
sys/dev/drm/include/drm/drm_vblank.h
190
bool drm_crtc_handle_vblank(struct drm_crtc *crtc);
sys/dev/drm/include/drm/drm_vblank.h
202
bool drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
sys/dev/drm/include/drm/drm_vblank.h
205
bool in_vblank_irq);
sys/dev/drm/include/drm/drm_vma_manager.h
44
bool readonly:1;
sys/dev/drm/include/drm/drm_vma_manager.h
67
bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node,
sys/dev/drm/include/drm/gpu_scheduler.h
202
static inline bool drm_sched_invalidate_job(struct drm_sched_job *s_job,
sys/dev/drm/include/drm/gpu_scheduler.h
300
bool drm_sched_dependency_optimized(struct dma_fence* fence,
sys/dev/drm/include/drm/gpu_scheduler.h
322
bool drm_sched_entity_is_ready(struct drm_sched_entity *entity);
sys/dev/drm/include/drm/gpu_scheduler.h
96
bool stopped;
sys/dev/drm/include/drm/i915_drm.h
34
extern bool i915_gpu_raise(void);
sys/dev/drm/include/drm/i915_drm.h
35
extern bool i915_gpu_lower(void);
sys/dev/drm/include/drm/i915_drm.h
36
extern bool i915_gpu_busy(void);
sys/dev/drm/include/drm/i915_drm.h
37
extern bool i915_gpu_turbo_disable(void);
sys/dev/drm/include/drm/intel-gtt.h
97
bool intel_enable_gtt(void);
sys/dev/drm/include/drm/intel_lpe_audio.h
39
bool dp_output;
sys/dev/drm/include/drm/spsc_queue.h
65
static inline bool spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node)
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
197
bool evicted;
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
278
bool interruptible;
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
279
bool no_wait_gpu;
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
349
int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
360
bool ttm_bo_mem_compat(struct ttm_placement *placement, struct ttm_mem_reg *mem,
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
473
bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
490
int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
604
uint32_t page_alignment, bool interrubtible, size_t acc_size,
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
629
uint32_t page_alignment, bool interruptible,
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
710
bool *is_iomem)
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
75
bool is_iomem;
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
76
bool io_reserved_vm;
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
795
size_t count, loff_t *f_pos, bool write);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
178
bool has_type;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
179
bool use_type;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
188
bool use_io_reserve_lru;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
189
bool io_reserve_fastpath;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
285
bool (*eviction_valuable)(struct ttm_buffer_object *bo,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
311
int (*move)(struct ttm_buffer_object *bo, bool evict,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
338
bool evict,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
488
bool need_dma32;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
490
bool no_retry;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
551
bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
604
uint64_t file_page_offset, bool need_dma32);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
624
int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
654
bool interruptible, bool no_wait,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
660
bool success;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
722
bool interruptible, bool no_wait,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
747
bool interruptible,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
874
struct dma_fence *fence, bool evict,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
889
struct dma_fence *fence, bool evict,
sys/dev/drm/include/drm/ttm/ttm_execbuf_util.h
100
struct list_head *list, bool intr,
sys/dev/drm/include/drm/ttm/ttm_execbuf_util.h
49
bool shared;
sys/dev/drm/include/drm/ttm/ttm_memory.h
96
extern bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob,
sys/dev/drm/include/drm/ttm/ttm_tt.h
147
int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc);
sys/dev/drm/include/linux/async.h
55
static inline bool
sys/dev/drm/include/linux/capability.h
48
static inline bool
sys/dev/drm/include/linux/completion.h
141
static inline bool
sys/dev/drm/include/linux/completion.h
144
bool ret = false;
sys/dev/drm/include/linux/completion.h
83
bool timeout_expired = false, awakened = false;
sys/dev/drm/include/linux/console.h
31
static inline bool
sys/dev/drm/include/linux/dma-fence-array.h
71
static inline bool dma_fence_is_array(struct dma_fence *fence)
sys/dev/drm/include/linux/dma-fence-array.h
95
bool signal_on_any);
sys/dev/drm/include/linux/dma-fence.h
115
static inline bool
sys/dev/drm/include/linux/dma-fence.h
129
static inline bool
sys/dev/drm/include/linux/dma-fence.h
146
bool intr, signed long timeout);
sys/dev/drm/include/linux/dma-fence.h
148
bool intr, signed long timeout);
sys/dev/drm/include/linux/dma-fence.h
151
bool intr, signed long timeout, uint32_t *idx);
sys/dev/drm/include/linux/dma-fence.h
154
dma_fence_wait(struct dma_fence *fence, bool intr)
sys/dev/drm/include/linux/dma-fence.h
170
bool dma_fence_remove_callback(struct dma_fence *fence,
sys/dev/drm/include/linux/dma-fence.h
175
static inline bool
sys/dev/drm/include/linux/dma-fence.h
72
bool (*enable_signaling)(struct dma_fence *fence);
sys/dev/drm/include/linux/dma-fence.h
73
bool (*signaled)(struct dma_fence *fence);
sys/dev/drm/include/linux/dma-fence.h
75
bool intr, signed long timeout);
sys/dev/drm/include/linux/dmi.h
57
extern bool dmi_match(enum dmi_field f, const char *str);
sys/dev/drm/include/linux/fb.h
56
const char *name, bool primary);
sys/dev/drm/include/linux/firmware.h
48
request_firmware_nowait(struct module *module, bool uevent,
sys/dev/drm/include/linux/gfp.h
74
static inline bool
sys/dev/drm/include/linux/hashtable.h
52
static inline bool
sys/dev/drm/include/linux/hdmi.h
149
bool itc;
sys/dev/drm/include/linux/hdmi.h
268
bool downmix_inhibit;
sys/dev/drm/include/linux/hrtimer.h
55
bool active;
sys/dev/drm/include/linux/hrtimer.h
56
bool running;
sys/dev/drm/include/linux/hrtimer.h
57
bool cancel;
sys/dev/drm/include/linux/hrtimer.h
58
bool is_rel;
sys/dev/drm/include/linux/hrtimer.h
72
extern bool hrtimer_active(const struct hrtimer *timer);
sys/dev/drm/include/linux/interval_tree_generic.h
77
bool min_entry = true; \
sys/dev/drm/include/linux/irq_work.h
44
static inline bool
sys/dev/drm/include/linux/irqflags.h
45
static inline bool
sys/dev/drm/include/linux/jump_label.h
34
#define DEFINE_STATIC_KEY_FALSE(key) bool key = false
sys/dev/drm/include/linux/jump_label.h
37
static_branch_enable(bool *flag)
sys/dev/drm/include/linux/jump_label.h
42
static inline bool
sys/dev/drm/include/linux/jump_label.h
43
static_branch_likely(bool *flag)
sys/dev/drm/include/linux/kthread.h
38
bool kthread_should_stop(void);
sys/dev/drm/include/linux/kthread.h
42
bool kthread_should_park(void);
sys/dev/drm/include/linux/ktime.h
120
static inline bool
sys/dev/drm/include/linux/ktime.h
126
static inline bool
sys/dev/drm/include/linux/llist.h
63
static inline bool
sys/dev/drm/include/linux/llist.h
81
static inline bool
sys/dev/drm/include/linux/pagevec.h
36
bool pv_unused0;
sys/dev/drm/include/linux/pci.h
405
static inline bool pcie_cap_has_devctl(const struct pci_dev *dev)
sys/dev/drm/include/linux/pci.h
445
static inline bool pcie_cap_has_lnkctl(struct pci_dev *dev)
sys/dev/drm/include/linux/pci.h
455
static inline bool pcie_cap_has_sltctl(struct pci_dev *dev)
sys/dev/drm/include/linux/pci.h
464
static inline bool pcie_cap_has_rtctl(struct pci_dev *dev)
sys/dev/drm/include/linux/pci.h
472
static inline bool
sys/dev/drm/include/linux/pci.h
638
static inline bool
sys/dev/drm/include/linux/pm.h
54
bool is_suspended:1;
sys/dev/drm/include/linux/printk.h
102
static bool __printed_once; \
sys/dev/drm/include/linux/printk.h
118
int rowsize, int groupsize, const void *buf, size_t len, bool ascii)
sys/dev/drm/include/linux/printk.h
93
static bool __print_once; \
sys/dev/drm/include/linux/radix-tree.h
81
bool radix_tree_iter_find(struct radix_tree_root *, struct radix_tree_iter *, void ***);
sys/dev/drm/include/linux/refcount.h
47
static inline bool
sys/dev/drm/include/linux/reservation.h
205
static inline bool __must_check
sys/dev/drm/include/linux/reservation.h
283
bool wait_all, bool intr,
sys/dev/drm/include/linux/reservation.h
286
bool reservation_object_test_signaled_rcu(struct reservation_object *obj,
sys/dev/drm/include/linux/reservation.h
287
bool test_all);
sys/dev/drm/include/linux/scatterlist.h
278
static inline bool
sys/dev/drm/include/linux/scatterlist.h
370
static inline bool
sys/dev/drm/include/linux/scatterlist.h
376
static inline bool
sys/dev/drm/include/linux/sched.h
305
static inline bool
sys/dev/drm/include/linux/sched/mm.h
36
static inline bool
sys/dev/drm/include/linux/vga_switcheroo.h
144
bool (*can_switch)(struct pci_dev *dev);
sys/dev/drm/include/linux/vga_switcheroo.h
151
bool driver_power_control);
sys/dev/drm/include/linux/vga_switcheroo.h
186
const struct vga_switcheroo_client_ops *ops, bool driver_power_control) { return 0; }
sys/dev/drm/include/linux/vga_switcheroo.h
198
static inline bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) { return false; }
sys/dev/drm/include/linux/wait.h
114
bool timeout_expired = false; \
sys/dev/drm/include/linux/wait.h
115
bool interrupted = false; \
sys/dev/drm/include/linux/workqueue.h
119
static inline bool
sys/dev/drm/include/linux/workqueue.h
125
static inline bool schedule_delayed_work(struct delayed_work *dwork,
sys/dev/drm/include/linux/workqueue.h
131
bool cancel_work_sync(struct work_struct *work);
sys/dev/drm/include/linux/workqueue.h
132
bool cancel_delayed_work(struct delayed_work *dwork);
sys/dev/drm/include/linux/workqueue.h
133
bool cancel_delayed_work_sync(struct delayed_work *dwork);
sys/dev/drm/include/linux/workqueue.h
136
static inline bool
sys/dev/drm/include/linux/workqueue.h
148
bool flush_work(struct work_struct *work);
sys/dev/drm/include/linux/workqueue.h
149
bool flush_delayed_work(struct delayed_work *dwork);
sys/dev/drm/include/linux/workqueue.h
158
bool work_pending(struct work_struct *work);
sys/dev/drm/include/linux/workqueue.h
160
bool delayed_work_pending(struct delayed_work *dw);
sys/dev/drm/include/linux/workqueue.h
49
bool on_queue;
sys/dev/drm/include/linux/workqueue.h
50
bool running;
sys/dev/drm/include/linux/workqueue.h
51
bool canceled;
sys/dev/drm/include/linux/workqueue.h
61
bool is_draining;
sys/dev/drm/include/linux/ww_mutex.h
91
static inline bool
sys/dev/drm/include/linux/xarray.h
108
static inline bool
sys/dev/drm/include/linux/xarray.h
173
static inline bool
sys/dev/drm/include/linux/xarray.h
79
static inline bool
sys/dev/drm/linux_dmi.c
35
bool
sys/dev/drm/linux_fence-array.c
119
static bool dma_fence_array_signaled(struct dma_fence *fence)
sys/dev/drm/linux_fence-array.c
170
bool signal_on_any)
sys/dev/drm/linux_fence-array.c
86
static bool dma_fence_array_enable_signaling(struct dma_fence *fence)
sys/dev/drm/linux_fence.c
154
static bool
sys/dev/drm/linux_fence.c
173
bool intr, long timeout, uint32_t *idx)
sys/dev/drm/linux_fence.c
286
bool was_set;
sys/dev/drm/linux_fence.c
321
bool
sys/dev/drm/linux_fence.c
324
bool ret;
sys/dev/drm/linux_fence.c
54
dma_fence_wait_timeout(struct dma_fence *fence, bool intr, long timeout)
sys/dev/drm/linux_fence.c
88
dma_fence_default_wait(struct dma_fence *fence, bool intr, signed long timeout)
sys/dev/drm/linux_fence.c
94
bool was_set;
sys/dev/drm/linux_hrtimer.c
129
bool running = timer->running;
sys/dev/drm/linux_hrtimer.c
153
bool
sys/dev/drm/linux_hrtimer.c
156
bool ret;
sys/dev/drm/linux_kthread.c
120
bool
sys/dev/drm/linux_kthread.c
82
bool
sys/dev/drm/linux_radix.c
75
bool
sys/dev/drm/linux_reservation.c
430
bool wait_all, bool intr,
sys/dev/drm/linux_reservation.c
531
bool reservation_object_test_signaled_rcu(struct reservation_object *obj,
sys/dev/drm/linux_reservation.c
532
bool test_all)
sys/dev/drm/linux_workqueue.c
258
bool
sys/dev/drm/linux_workqueue.c
288
bool
sys/dev/drm/linux_workqueue.c
325
bool
sys/dev/drm/linux_workqueue.c
340
static inline bool
sys/dev/drm/linux_workqueue.c
341
_cancel_work(struct work_struct *work, bool sync_wait)
sys/dev/drm/linux_workqueue.c
344
bool ret;
sys/dev/drm/linux_workqueue.c
396
bool
sys/dev/drm/linux_workqueue.c
404
bool
sys/dev/drm/linux_workqueue.c
415
bool
sys/dev/drm/linux_workqueue.c
426
bool
sys/dev/drm/linux_workqueue.c
69
bool didcan;
sys/dev/drm/linux_wwmutex.c
83
bool slow __unused, bool intr)
sys/dev/drm/radeon/atom.c
1366
bool atom_parse_data_header(struct atom_context *ctx, int index,
sys/dev/drm/radeon/atom.c
1387
bool atom_parse_cmd_header(struct atom_context *ctx, int index, uint8_t * frev,
sys/dev/drm/radeon/atom.c
62
bool abort;
sys/dev/drm/radeon/atom.h
152
bool atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
sys/dev/drm/radeon/atom.h
154
bool atom_parse_cmd_header(struct atom_context *ctx, int index,
sys/dev/drm/radeon/atombios_crtc.c
1157
bool bypass_lut = false;
sys/dev/drm/radeon/atombios_crtc.c
1468
bool bypass_lut = false;
sys/dev/drm/radeon/atombios_crtc.c
2012
bool ss_enabled = radeon_atombios_get_asic_ss_info(rdev, &ss,
sys/dev/drm/radeon/atombios_crtc.c
2035
bool is_tvcv = false;
sys/dev/drm/radeon/atombios_crtc.c
2069
static bool atombios_crtc_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/radeon/atombios_crtc.c
569
bool is_duallink = radeon_dig_monitor_is_duallink(encoder, mode->clock);
sys/dev/drm/radeon/atombios_crtc.c
831
bool ss_enabled,
sys/dev/drm/radeon/atombios_crtc.c
91
bool is_tv = false, is_cv = false;
sys/dev/drm/radeon/atombios_crtc.c
960
static bool atombios_crtc_prepare_pll(struct drm_crtc *crtc, struct drm_display_mode *mode)
sys/dev/drm/radeon/atombios_dp.c
386
bool radeon_dp_getdpcd(struct radeon_connector *radeon_connector)
sys/dev/drm/radeon/atombios_dp.c
506
bool radeon_dp_needs_link_train(struct radeon_connector *radeon_connector)
sys/dev/drm/radeon/atombios_dp.c
546
bool tp3_supported;
sys/dev/drm/radeon/atombios_dp.c
551
bool use_dpencoder;
sys/dev/drm/radeon/atombios_dp.c
57
void radeon_atom_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le)
sys/dev/drm/radeon/atombios_dp.c
670
bool clock_recovery;
sys/dev/drm/radeon/atombios_dp.c
737
bool channel_eq;
sys/dev/drm/radeon/atombios_encoders.c
1079
bool is_dp = false;
sys/dev/drm/radeon/atombios_encoders.c
1441
bool
sys/dev/drm/radeon/atombios_encoders.c
1594
atombios_yuv_setup(struct drm_encoder *encoder, bool enable)
sys/dev/drm/radeon/atombios_encoders.c
1728
bool travis_quirk = false;
sys/dev/drm/radeon/atombios_encoders.c
2391
static bool
sys/dev/drm/radeon/atombios_encoders.c
356
static bool radeon_atom_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/radeon/btc_dpm.c
1331
bool enable)
sys/dev/drm/radeon/btc_dpm.c
1373
bool enable)
sys/dev/drm/radeon/btc_dpm.c
1472
bool enable)
sys/dev/drm/radeon/btc_dpm.c
1527
bool enable)
sys/dev/drm/radeon/btc_dpm.c
1582
bool enable)
sys/dev/drm/radeon/btc_dpm.c
1616
bool btc_dpm_enabled(struct radeon_device *rdev)
sys/dev/drm/radeon/btc_dpm.c
1788
static bool btc_is_state_ulv_compatible(struct radeon_device *rdev,
sys/dev/drm/radeon/btc_dpm.c
1852
static bool btc_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg)
sys/dev/drm/radeon/btc_dpm.c
1854
bool result = true;
sys/dev/drm/radeon/btc_dpm.c
2079
bool btc_dpm_vblank_too_short(struct radeon_device *rdev)
sys/dev/drm/radeon/btc_dpm.c
2097
bool disable_mclk_switching;
sys/dev/drm/radeon/btc_dpm.c
2802
u32 btc_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/btc_dpm.c
2813
u32 btc_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/btc_dpm.h
54
bool btc_dpm_enabled(struct radeon_device *rdev);
sys/dev/drm/radeon/ci_dpm.c
1417
bool want_thermal_protection;
sys/dev/drm/radeon/ci_dpm.c
1465
bool enable)
sys/dev/drm/radeon/ci_dpm.c
1514
static int ci_enable_sclk_mclk_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
1653
static void ci_enable_sclk_control(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
1666
bool ac_power)
sys/dev/drm/radeon/ci_dpm.c
179
static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate);
sys/dev/drm/radeon/ci_dpm.c
1939
bool enable)
sys/dev/drm/radeon/ci_dpm.c
1989
bool has_display)
sys/dev/drm/radeon/ci_dpm.c
1997
bool enable)
sys/dev/drm/radeon/ci_dpm.c
2053
static void ci_enable_spread_spectrum(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
2367
bool voltage_found = false;
sys/dev/drm/radeon/ci_dpm.c
2534
bool patch;
sys/dev/drm/radeon/ci_dpm.c
2825
bool strobe_mode,
sys/dev/drm/radeon/ci_dpm.c
2826
bool dll_state_on)
sys/dev/drm/radeon/ci_dpm.c
2915
bool dll_state_on;
sys/dev/drm/radeon/ci_dpm.c
3139
static int ci_enable_ulv(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
3965
static int ci_enable_uvd_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
4014
static int ci_enable_vce_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
4047
static int ci_enable_samu_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
4078
static int ci_enable_acp_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
4111
static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/ci_dpm.c
4179
static int ci_update_samu_dpm(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/ci_dpm.c
4184
static int ci_update_acp_dpm(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/ci_dpm.c
4441
static bool ci_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg)
sys/dev/drm/radeon/ci_dpm.c
4443
bool result = true;
sys/dev/drm/radeon/ci_dpm.c
4573
bool patch;
sys/dev/drm/radeon/ci_dpm.c
518
static void ci_do_enable_didt(struct radeon_device *rdev, const bool enable)
sys/dev/drm/radeon/ci_dpm.c
6030
u32 ci_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/ci_dpm.c
6041
u32 ci_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/ci_dpm.c
608
static int ci_enable_didt(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
633
static int ci_enable_power_containment(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
691
static int ci_enable_smc_cac(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ci_dpm.c
716
bool enable)
sys/dev/drm/radeon/ci_dpm.c
742
bool adjust_polarity = false; /* ??? */
sys/dev/drm/radeon/ci_dpm.c
756
void ci_dpm_powergate_uvd(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/ci_dpm.c
768
bool ci_dpm_vblank_too_short(struct radeon_device *rdev)
sys/dev/drm/radeon/ci_dpm.c
835
bool disable_mclk_switching;
sys/dev/drm/radeon/ci_dpm.c
941
bool enable)
sys/dev/drm/radeon/ci_dpm.h
235
bool vddc_phase_shed_control;
sys/dev/drm/radeon/ci_dpm.h
253
bool caps_power_containment;
sys/dev/drm/radeon/ci_dpm.h
254
bool caps_cac;
sys/dev/drm/radeon/ci_dpm.h
255
bool caps_sq_ramping;
sys/dev/drm/radeon/ci_dpm.h
256
bool caps_db_ramping;
sys/dev/drm/radeon/ci_dpm.h
257
bool caps_td_ramping;
sys/dev/drm/radeon/ci_dpm.h
258
bool caps_tcp_ramping;
sys/dev/drm/radeon/ci_dpm.h
259
bool caps_fps;
sys/dev/drm/radeon/ci_dpm.h
260
bool caps_sclk_ds;
sys/dev/drm/radeon/ci_dpm.h
261
bool caps_sclk_ss_support;
sys/dev/drm/radeon/ci_dpm.h
262
bool caps_mclk_ss_support;
sys/dev/drm/radeon/ci_dpm.h
263
bool caps_uvd_dpm;
sys/dev/drm/radeon/ci_dpm.h
264
bool caps_vce_dpm;
sys/dev/drm/radeon/ci_dpm.h
265
bool caps_samu_dpm;
sys/dev/drm/radeon/ci_dpm.h
266
bool caps_acp_dpm;
sys/dev/drm/radeon/ci_dpm.h
267
bool caps_automatic_dc_transition;
sys/dev/drm/radeon/ci_dpm.h
268
bool caps_sclk_throttle_low_notification;
sys/dev/drm/radeon/ci_dpm.h
269
bool caps_dynamic_ac_timing;
sys/dev/drm/radeon/ci_dpm.h
270
bool caps_od_fuzzy_fan_control_support;
sys/dev/drm/radeon/ci_dpm.h
272
bool thermal_protection;
sys/dev/drm/radeon/ci_dpm.h
273
bool pcie_performance_request;
sys/dev/drm/radeon/ci_dpm.h
274
bool dynamic_ss;
sys/dev/drm/radeon/ci_dpm.h
275
bool dll_default_on;
sys/dev/drm/radeon/ci_dpm.h
276
bool cac_enabled;
sys/dev/drm/radeon/ci_dpm.h
277
bool uvd_enabled;
sys/dev/drm/radeon/ci_dpm.h
278
bool battery_state;
sys/dev/drm/radeon/ci_dpm.h
279
bool pspp_notify_required;
sys/dev/drm/radeon/ci_dpm.h
280
bool mem_gddr5;
sys/dev/drm/radeon/ci_dpm.h
281
bool enable_bapm_feature;
sys/dev/drm/radeon/ci_dpm.h
282
bool enable_tdc_limit_feature;
sys/dev/drm/radeon/ci_dpm.h
283
bool enable_pkg_pwr_tracking_feature;
sys/dev/drm/radeon/ci_dpm.h
284
bool use_pcie_performance_levels;
sys/dev/drm/radeon/ci_dpm.h
285
bool use_pcie_powersaving_levels;
sys/dev/drm/radeon/ci_dpm.h
286
bool uvd_power_gated;
sys/dev/drm/radeon/ci_dpm.h
293
bool fan_ctrl_is_in_default_mode;
sys/dev/drm/radeon/ci_dpm.h
294
bool fan_is_controlled_by_smc;
sys/dev/drm/radeon/ci_dpm.h
332
bool ci_is_smc_running(struct radeon_device *rdev);
sys/dev/drm/radeon/ci_dpm.h
47
bool dc_compatible;
sys/dev/drm/radeon/ci_dpm.h
53
bool enabled;
sys/dev/drm/radeon/ci_dpm.h
91
bool supported;
sys/dev/drm/radeon/ci_smc.c
155
bool ci_is_smc_running(struct radeon_device *rdev)
sys/dev/drm/radeon/cik.c
132
bool enable);
sys/dev/drm/radeon/cik.c
1972
bool new_smc = false;
sys/dev/drm/radeon/cik.c
3637
bool cik_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/cik.c
3640
bool emit_wait)
sys/dev/drm/radeon/cik.c
3889
static void cik_cp_gfx_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
4243
static void cik_cp_compute_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
4538
bool use_doorbell = true;
sys/dev/drm/radeon/cik.c
4771
static void cik_cp_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
5235
int cik_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/cik.c
5275
bool cik_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/cik.c
5785
bool enable)
sys/dev/drm/radeon/cik.c
5796
static void cik_enable_lbpw(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
6017
static void cik_enable_cgcg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
6053
static void cik_enable_mgcg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
6147
bool enable)
sys/dev/drm/radeon/cik.c
6164
bool enable)
sys/dev/drm/radeon/cik.c
6181
bool enable)
sys/dev/drm/radeon/cik.c
6202
bool enable)
sys/dev/drm/radeon/cik.c
6230
bool enable)
sys/dev/drm/radeon/cik.c
6256
bool enable)
sys/dev/drm/radeon/cik.c
6274
bool enable)
sys/dev/drm/radeon/cik.c
6290
bool enable)
sys/dev/drm/radeon/cik.c
6306
u32 block, bool enable)
sys/dev/drm/radeon/cik.c
6380
bool enable)
sys/dev/drm/radeon/cik.c
6394
bool enable)
sys/dev/drm/radeon/cik.c
6407
static void cik_enable_cp_pg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
6420
static void cik_enable_gds_pg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
6522
bool enable)
sys/dev/drm/radeon/cik.c
6608
bool enable)
sys/dev/drm/radeon/cik.c
6622
bool enable)
sys/dev/drm/radeon/cik.c
6687
static void cik_update_gfx_pg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik.c
7574
bool queue_hotplug = false;
sys/dev/drm/radeon/cik.c
7575
bool queue_dp = false;
sys/dev/drm/radeon/cik.c
7576
bool queue_reset = false;
sys/dev/drm/radeon/cik.c
7578
bool queue_thermal = false;
sys/dev/drm/radeon/cik.c
8940
bool interlaced; /* mode is interlaced */
sys/dev/drm/radeon/cik.c
9188
static bool dce8_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9208
static bool dce8_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9226
static bool dce8_check_latency_hiding(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9683
bool disable_l0s = false, disable_l1 = false, disable_plloff_in_l1 = false;
sys/dev/drm/radeon/cik.c
9685
bool disable_clkreq = false;
sys/dev/drm/radeon/cik.c
9727
bool clk_req_support;
sys/dev/drm/radeon/cik_sdma.c
226
bool cik_sdma_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/cik_sdma.c
229
bool emit_wait)
sys/dev/drm/radeon/cik_sdma.c
302
static void cik_sdma_ctx_switch_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik_sdma.c
329
void cik_sdma_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/cik_sdma.c
773
bool cik_sdma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/cypress_dpm.c
120
bool enable)
sys/dev/drm/radeon/cypress_dpm.c
172
bool enable)
sys/dev/drm/radeon/cypress_dpm.c
2157
bool cypress_dpm_vblank_too_short(struct radeon_device *rdev)
sys/dev/drm/radeon/cypress_dpm.c
221
bool enable)
sys/dev/drm/radeon/cypress_dpm.c
245
bool enable)
sys/dev/drm/radeon/cypress_dpm.c
254
bool enable)
sys/dev/drm/radeon/cypress_dpm.c
263
bool has_display)
sys/dev/drm/radeon/cypress_dpm.c
301
u8 perf_req, bool advertise)
sys/dev/drm/radeon/cypress_dpm.c
427
bool strobe_mode = false;
sys/dev/drm/radeon/cypress_dpm.c
476
bool strobe_mode, bool dll_state_on)
sys/dev/drm/radeon/cypress_dpm.c
50
bool enable)
sys/dev/drm/radeon/cypress_dpm.c
615
u32 memory_clock, bool strobe_mode)
sys/dev/drm/radeon/cypress_dpm.c
687
bool dll_state_on;
sys/dev/drm/radeon/cypress_dpm.c
87
bool enable)
sys/dev/drm/radeon/cypress_dpm.h
141
bool enable);
sys/dev/drm/radeon/cypress_dpm.h
148
bool has_display);
sys/dev/drm/radeon/cypress_dpm.h
150
bool enable);
sys/dev/drm/radeon/cypress_dpm.h
152
bool enable);
sys/dev/drm/radeon/cypress_dpm.h
157
u32 memory_clock, bool strobe_mode);
sys/dev/drm/radeon/cypress_dpm.h
43
bool supported;
sys/dev/drm/radeon/cypress_dpm.h
65
bool vddci_control;
sys/dev/drm/radeon/cypress_dpm.h
66
bool dynamic_ac_timing;
sys/dev/drm/radeon/cypress_dpm.h
67
bool abm;
sys/dev/drm/radeon/cypress_dpm.h
68
bool mcls;
sys/dev/drm/radeon/cypress_dpm.h
69
bool light_sleep;
sys/dev/drm/radeon/cypress_dpm.h
70
bool memory_transition;
sys/dev/drm/radeon/cypress_dpm.h
71
bool pcie_performance_request;
sys/dev/drm/radeon/cypress_dpm.h
72
bool pcie_performance_request_registered;
sys/dev/drm/radeon/cypress_dpm.h
73
bool sclk_deep_sleep;
sys/dev/drm/radeon/cypress_dpm.h
74
bool dll_default_on;
sys/dev/drm/radeon/cypress_dpm.h
75
bool ls_clock_gating;
sys/dev/drm/radeon/cypress_dpm.h
76
bool smu_uvd_hs;
sys/dev/drm/radeon/cypress_dpm.h
77
bool uvd_enabled;
sys/dev/drm/radeon/dce3_1_afmt.c
234
void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
sys/dev/drm/radeon/dce3_1_afmt.c
235
void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute)
sys/dev/drm/radeon/evergreen.c
1333
static bool dce4_is_in_vblank(struct radeon_device *rdev, int crtc)
sys/dev/drm/radeon/evergreen.c
1341
static bool dce4_is_counter_moving(struct radeon_device *rdev, int crtc)
sys/dev/drm/radeon/evergreen.c
1401
bool async)
sys/dev/drm/radeon/evergreen.c
1424
bool evergreen_page_flip_pending(struct radeon_device *rdev, int crtc_id)
sys/dev/drm/radeon/evergreen.c
1705
bool evergreen_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd)
sys/dev/drm/radeon/evergreen.c
1724
bool connected = evergreen_hpd_sense(rdev, hpd);
sys/dev/drm/radeon/evergreen.c
1921
bool interlaced; /* mode is interlaced */
sys/dev/drm/radeon/evergreen.c
2090
static bool evergreen_average_bandwidth_vs_dram_bandwidth_for_display(struct evergreen_wm_params *wm)
sys/dev/drm/radeon/evergreen.c
2099
static bool evergreen_average_bandwidth_vs_available_bandwidth(struct evergreen_wm_params *wm)
sys/dev/drm/radeon/evergreen.c
2108
static bool evergreen_check_latency_hiding(struct evergreen_wm_params *wm)
sys/dev/drm/radeon/evergreen.c
2546
static bool evergreen_is_dp_sst_stream_enabled(struct radeon_device *rdev,
sys/dev/drm/radeon/evergreen.c
2557
bool is_enabled = false;
sys/dev/drm/radeon/evergreen.c
2558
bool found_crtc = false;
sys/dev/drm/radeon/evergreen.c
3779
bool evergreen_is_display_hung(struct radeon_device *rdev)
sys/dev/drm/radeon/evergreen.c
4033
int evergreen_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/evergreen.c
4073
bool evergreen_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/evergreen.c
4693
bool queue_hotplug = false;
sys/dev/drm/radeon/evergreen.c
4694
bool queue_hdmi = false;
sys/dev/drm/radeon/evergreen.c
4695
bool queue_dp = false;
sys/dev/drm/radeon/evergreen.c
4696
bool queue_thermal = false;
sys/dev/drm/radeon/evergreen.c
5384
bool disable_l0s, disable_l1 = false, disable_plloff_in_l1 = false;
sys/dev/drm/radeon/evergreen.c
5390
bool fusion_platform = false;
sys/dev/drm/radeon/evergreen_cs.c
1754
static inline bool evergreen_is_safe_reg(struct radeon_cs_parser *p, u32 reg)
sys/dev/drm/radeon/evergreen_cs.c
3224
static bool evergreen_vm_reg_valid(u32 reg)
sys/dev/drm/radeon/evergreen_cs.c
80
bool sx_misc_kill_all_prims;
sys/dev/drm/radeon/evergreen_cs.c
81
bool cb_dirty;
sys/dev/drm/radeon/evergreen_cs.c
82
bool db_dirty;
sys/dev/drm/radeon/evergreen_cs.c
83
bool streamout_dirty;
sys/dev/drm/radeon/evergreen_dma.c
169
bool evergreen_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/evergreen_hdmi.c
411
void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
sys/dev/drm/radeon/evergreen_hdmi.c
412
void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute)
sys/dev/drm/radeon/evergreen_hdmi.c
423
void evergreen_hdmi_enable(struct drm_encoder *encoder, bool enable);
sys/dev/drm/radeon/evergreen_hdmi.c
424
void evergreen_hdmi_enable(struct drm_encoder *encoder, bool enable)
sys/dev/drm/radeon/evergreen_hdmi.c
464
void evergreen_dp_enable(struct drm_encoder *encoder, bool enable);
sys/dev/drm/radeon/evergreen_hdmi.c
465
void evergreen_dp_enable(struct drm_encoder *encoder, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1122
static int kv_enable_ulv(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1157
void kv_dpm_enable_bapm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1169
static void kv_enable_thermal_int(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1396
static int kv_enable_uvd_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1402
static int kv_enable_vce_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1408
static int kv_enable_samu_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1414
static int kv_enable_acp_dpm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
1420
static int kv_update_uvd_dpm(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/kv_dpm.c
1513
static int kv_update_samu_dpm(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/kv_dpm.c
1577
static int kv_update_acp_dpm(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/kv_dpm.c
1608
void kv_dpm_powergate_uvd(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/kv_dpm.c
1636
static void kv_dpm_powergate_vce(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/kv_dpm.c
1659
static void kv_dpm_powergate_samu(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/kv_dpm.c
1679
static void kv_dpm_powergate_acp(struct radeon_device *rdev, bool gate)
sys/dev/drm/radeon/kv_dpm.c
1788
bool enable)
sys/dev/drm/radeon/kv_dpm.c
2143
bool force_high;
sys/dev/drm/radeon/kv_dpm.c
2251
u32 index, bool enable)
sys/dev/drm/radeon/kv_dpm.c
2280
bool force_high;
sys/dev/drm/radeon/kv_dpm.c
2878
u32 kv_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/kv_dpm.c
2889
u32 kv_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/kv_dpm.c
328
static void kv_do_enable_didt(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
370
static int kv_enable_didt(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
38
bool enable);
sys/dev/drm/radeon/kv_dpm.c
430
static int kv_enable_smc_cac(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_dpm.c
57
static void kv_dpm_powergate_vce(struct radeon_device *rdev, bool gate);
sys/dev/drm/radeon/kv_dpm.c
58
static void kv_dpm_powergate_samu(struct radeon_device *rdev, bool gate);
sys/dev/drm/radeon/kv_dpm.c
59
static void kv_dpm_powergate_acp(struct radeon_device *rdev, bool gate);
sys/dev/drm/radeon/kv_dpm.c
633
u32 index, bool enable)
sys/dev/drm/radeon/kv_dpm.c
674
static int kv_freeze_sclk_dpm(struct radeon_device *rdev, bool freeze)
sys/dev/drm/radeon/kv_dpm.h
111
bool enable_nb_ps_policy;
sys/dev/drm/radeon/kv_dpm.h
112
bool disable_nb_ps3_in_battery;
sys/dev/drm/radeon/kv_dpm.h
113
bool video_start;
sys/dev/drm/radeon/kv_dpm.h
114
bool battery_state;
sys/dev/drm/radeon/kv_dpm.h
118
bool cac_enabled;
sys/dev/drm/radeon/kv_dpm.h
119
bool bapm_enable;
sys/dev/drm/radeon/kv_dpm.h
153
bool uvd_power_gated;
sys/dev/drm/radeon/kv_dpm.h
154
bool vce_power_gated;
sys/dev/drm/radeon/kv_dpm.h
155
bool acp_power_gated;
sys/dev/drm/radeon/kv_dpm.h
156
bool samu_power_gated;
sys/dev/drm/radeon/kv_dpm.h
157
bool nb_dpm_enabled;
sys/dev/drm/radeon/kv_dpm.h
159
bool enable_didt;
sys/dev/drm/radeon/kv_dpm.h
160
bool enable_dpm;
sys/dev/drm/radeon/kv_dpm.h
161
bool enable_auto_thermal_throttling;
sys/dev/drm/radeon/kv_dpm.h
162
bool enable_nb_dpm;
sys/dev/drm/radeon/kv_dpm.h
164
bool caps_cac;
sys/dev/drm/radeon/kv_dpm.h
165
bool caps_power_containment;
sys/dev/drm/radeon/kv_dpm.h
166
bool caps_sq_ramping;
sys/dev/drm/radeon/kv_dpm.h
167
bool caps_db_ramping;
sys/dev/drm/radeon/kv_dpm.h
168
bool caps_td_ramping;
sys/dev/drm/radeon/kv_dpm.h
169
bool caps_tcp_ramping;
sys/dev/drm/radeon/kv_dpm.h
170
bool caps_sclk_throttle_low_notification;
sys/dev/drm/radeon/kv_dpm.h
171
bool caps_fps;
sys/dev/drm/radeon/kv_dpm.h
172
bool caps_uvd_dpm;
sys/dev/drm/radeon/kv_dpm.h
173
bool caps_uvd_pg;
sys/dev/drm/radeon/kv_dpm.h
174
bool caps_vce_pg;
sys/dev/drm/radeon/kv_dpm.h
175
bool caps_samu_pg;
sys/dev/drm/radeon/kv_dpm.h
176
bool caps_acp_pg;
sys/dev/drm/radeon/kv_dpm.h
177
bool caps_stable_p_state;
sys/dev/drm/radeon/kv_dpm.h
178
bool caps_enable_dfs_bypass;
sys/dev/drm/radeon/kv_dpm.h
179
bool caps_sclk_ds;
sys/dev/drm/radeon/kv_dpm.h
194
int kv_smc_dpm_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/kv_dpm.h
195
int kv_smc_bapm_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/kv_dpm.h
84
bool need_dfs_bypass;
sys/dev/drm/radeon/kv_smc.c
102
int kv_smc_dpm_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/kv_smc.c
110
int kv_smc_bapm_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ni.c
1471
static void cayman_cp_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/ni.c
1966
int cayman_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/ni.c
2001
bool cayman_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/ni_dma.c
285
bool cayman_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/ni_dpm.c
1026
bool ac_power)
sys/dev/drm/radeon/ni_dpm.c
1433
bool adjust_polarity,
sys/dev/drm/radeon/ni_dpm.c
2162
bool strobe_mode,
sys/dev/drm/radeon/ni_dpm.c
2163
bool dll_state_on)
sys/dev/drm/radeon/ni_dpm.c
2319
bool dll_state_on;
sys/dev/drm/radeon/ni_dpm.c
2546
bool enable_sq_ramping = ni_pi->enable_sq_ramping;
sys/dev/drm/radeon/ni_dpm.c
2598
bool enable)
sys/dev/drm/radeon/ni_dpm.c
2768
static bool ni_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg)
sys/dev/drm/radeon/ni_dpm.c
2770
bool result = true;
sys/dev/drm/radeon/ni_dpm.c
3379
bool enable)
sys/dev/drm/radeon/ni_dpm.c
3419
u8 perf_req, bool advertise)
sys/dev/drm/radeon/ni_dpm.c
3459
bool enable)
sys/dev/drm/radeon/ni_dpm.c
3498
bool enable)
sys/dev/drm/radeon/ni_dpm.c
4358
u32 ni_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/ni_dpm.c
4369
u32 ni_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/ni_dpm.c
771
bool ni_dpm_vblank_too_short(struct radeon_device *rdev)
sys/dev/drm/radeon/ni_dpm.c
790
bool disable_mclk_switching;
sys/dev/drm/radeon/ni_dpm.c
916
bool enable)
sys/dev/drm/radeon/ni_dpm.c
944
bool enable)
sys/dev/drm/radeon/ni_dpm.c
972
bool enable)
sys/dev/drm/radeon/ni_dpm.h
169
bool enable_power_containment_by_default;
sys/dev/drm/radeon/ni_dpm.h
174
bool dc_compatible;
sys/dev/drm/radeon/ni_dpm.h
185
bool use_power_boost_limit;
sys/dev/drm/radeon/ni_dpm.h
186
bool support_cac_long_term_average;
sys/dev/drm/radeon/ni_dpm.h
187
bool cac_enabled;
sys/dev/drm/radeon/ni_dpm.h
188
bool cac_configuration_required;
sys/dev/drm/radeon/ni_dpm.h
189
bool driver_calculate_cac_leakage;
sys/dev/drm/radeon/ni_dpm.h
190
bool pc_enabled;
sys/dev/drm/radeon/ni_dpm.h
191
bool enable_power_containment;
sys/dev/drm/radeon/ni_dpm.h
192
bool enable_cac;
sys/dev/drm/radeon/ni_dpm.h
193
bool enable_sq_ramping;
sys/dev/drm/radeon/ni_dpm.h
248
bool ni_dpm_vblank_too_short(struct radeon_device *rdev);
sys/dev/drm/radeon/r100.c
156
void r100_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async)
sys/dev/drm/radeon/r100.c
189
bool r100_page_flip_pending(struct radeon_device *rdev, int crtc_id)
sys/dev/drm/radeon/r100.c
2528
bool r100_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/r100.c
2566
int r100_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/r100.c
2625
bool force_dac2 = false;
sys/dev/drm/radeon/r100.c
2823
void r100_vga_set_state(struct radeon_device *rdev, bool state)
sys/dev/drm/radeon/r100.c
506
bool r100_gui_idle(struct radeon_device *rdev)
sys/dev/drm/radeon/r100.c
524
bool r100_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd)
sys/dev/drm/radeon/r100.c
526
bool connected = false;
sys/dev/drm/radeon/r100.c
555
bool connected = r100_hpd_sense(rdev, hpd);
sys/dev/drm/radeon/r100.c
71
static bool r100_is_in_vblank(struct radeon_device *rdev, int crtc)
sys/dev/drm/radeon/r100.c
767
bool queue_hotplug = false;
sys/dev/drm/radeon/r100.c
86
static bool r100_is_counter_moving(struct radeon_device *rdev, int crtc)
sys/dev/drm/radeon/r100.c
874
bool r100_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/r100.c
877
bool emit_wait)
sys/dev/drm/radeon/r100_track.h
47
bool use_pitch;
sys/dev/drm/radeon/r100_track.h
48
bool enabled;
sys/dev/drm/radeon/r100_track.h
49
bool lookup_disable;
sys/dev/drm/radeon/r100_track.h
50
bool roundup_w;
sys/dev/drm/radeon/r100_track.h
51
bool roundup_h;
sys/dev/drm/radeon/r100_track.h
71
bool z_enabled;
sys/dev/drm/radeon/r100_track.h
72
bool separate_cube;
sys/dev/drm/radeon/r100_track.h
73
bool zb_cb_clear;
sys/dev/drm/radeon/r100_track.h
74
bool blend_read_enable;
sys/dev/drm/radeon/r100_track.h
75
bool cb_dirty;
sys/dev/drm/radeon/r100_track.h
76
bool zb_dirty;
sys/dev/drm/radeon/r100_track.h
77
bool tex_dirty;
sys/dev/drm/radeon/r100_track.h
78
bool aa_dirty;
sys/dev/drm/radeon/r100_track.h
79
bool aaresolve;
sys/dev/drm/radeon/r300.c
406
int r300_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/r300.c
884
bool enabled;
sys/dev/drm/radeon/r600.c
1545
void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung)
sys/dev/drm/radeon/r600.c
1577
static bool r600_is_display_hung(struct radeon_device *rdev)
sys/dev/drm/radeon/r600.c
1872
int r600_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/r600.c
1912
bool r600_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/r600.c
2935
bool r600_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/r600.c
2938
bool emit_wait)
sys/dev/drm/radeon/r600.c
3199
void r600_vga_set_state(struct radeon_device *rdev, bool state)
sys/dev/drm/radeon/r600.c
4112
bool queue_hotplug = false;
sys/dev/drm/radeon/r600.c
4113
bool queue_hdmi = false;
sys/dev/drm/radeon/r600.c
4114
bool queue_thermal = false;
sys/dev/drm/radeon/r600.c
785
bool r600_gui_idle(struct radeon_device *rdev)
sys/dev/drm/radeon/r600.c
794
bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd)
sys/dev/drm/radeon/r600.c
796
bool connected = false;
sys/dev/drm/radeon/r600.c
853
bool connected = r600_hpd_sense(rdev, hpd);
sys/dev/drm/radeon/r600_cs.c
1484
bool is_array;
sys/dev/drm/radeon/r600_cs.c
1610
static bool r600_is_safe_reg(struct radeon_cs_parser *p, u32 reg, u32 idx)
sys/dev/drm/radeon/r600_cs.c
178
bool r600_fmt_is_valid_color(u32 format)
sys/dev/drm/radeon/r600_cs.c
189
bool r600_fmt_is_valid_texture(u32 format, enum radeon_family family)
sys/dev/drm/radeon/r600_cs.c
62
bool is_resolve;
sys/dev/drm/radeon/r600_cs.c
78
bool sx_misc_kill_all_prims;
sys/dev/drm/radeon/r600_cs.c
79
bool cb_dirty;
sys/dev/drm/radeon/r600_cs.c
80
bool db_dirty;
sys/dev/drm/radeon/r600_cs.c
81
bool streamout_dirty;
sys/dev/drm/radeon/r600_dma.c
206
bool r600_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/r600_dma.c
311
bool r600_dma_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/r600_dma.c
314
bool emit_wait)
sys/dev/drm/radeon/r600_dpm.c
243
void r600_gfx_clockgating_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/r600_dpm.c
267
void r600_dynamicpm_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/r600_dpm.c
275
void r600_enable_thermal_protection(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/r600_dpm.c
288
void r600_enable_dynamic_pcie_gen2(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/r600_dpm.c
296
bool r600_dynamicpm_enabled(struct radeon_device *rdev)
sys/dev/drm/radeon/r600_dpm.c
304
void r600_enable_sclk_control(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/r600_dpm.c
312
void r600_enable_mclk_control(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/r600_dpm.c
320
void r600_enable_spll_bypass(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/r600_dpm.c
447
u32 index, bool enable)
sys/dev/drm/radeon/r600_dpm.c
458
u32 index, bool enable)
sys/dev/drm/radeon/r600_dpm.c
469
u32 index, bool enable)
sys/dev/drm/radeon/r600_dpm.c
563
enum r600_power_level index, bool enable)
sys/dev/drm/radeon/r600_dpm.c
615
enum r600_power_level index, bool compatible)
sys/dev/drm/radeon/r600_dpm.c
725
bool r600_is_uvd_state(u32 class, u32 class2)
sys/dev/drm/radeon/r600_dpm.c
765
bool r600_is_internal_thermal_sensor(enum radeon_int_thermal_type sensor)
sys/dev/drm/radeon/r600_dpm.h
137
bool r600_is_uvd_state(u32 class, u32 class2);
sys/dev/drm/radeon/r600_dpm.h
141
void r600_gfx_clockgating_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/r600_dpm.h
142
void r600_dynamicpm_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/r600_dpm.h
143
void r600_enable_thermal_protection(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/r600_dpm.h
145
void r600_enable_dynamic_pcie_gen2(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/r600_dpm.h
146
bool r600_dynamicpm_enabled(struct radeon_device *rdev);
sys/dev/drm/radeon/r600_dpm.h
147
void r600_enable_sclk_control(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/r600_dpm.h
148
void r600_enable_mclk_control(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/r600_dpm.h
149
void r600_enable_spll_bypass(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/r600_dpm.h
173
u32 index, bool enable);
sys/dev/drm/radeon/r600_dpm.h
175
u32 index, bool enable);
sys/dev/drm/radeon/r600_dpm.h
177
u32 index, bool enable);
sys/dev/drm/radeon/r600_dpm.h
196
enum r600_power_level index, bool enable);
sys/dev/drm/radeon/r600_dpm.h
207
enum r600_power_level index, bool compatible);
sys/dev/drm/radeon/r600_dpm.h
219
bool r600_is_internal_thermal_sensor(enum radeon_int_thermal_type sensor);
sys/dev/drm/radeon/r600_hdmi.c
121
bool changed = false;
sys/dev/drm/radeon/r600_hdmi.c
266
static bool r600_hdmi_is_audio_buffer_filled(struct drm_encoder *encoder)
sys/dev/drm/radeon/r600_hdmi.c
306
bool hdmi_audio_workaround = false; /* FIXME */
sys/dev/drm/radeon/r600_hdmi.c
401
void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
sys/dev/drm/radeon/r600_hdmi.c
402
void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute)
sys/dev/drm/radeon/r600_hdmi.c
478
void r600_hdmi_enable(struct drm_encoder *encoder, bool enable);
sys/dev/drm/radeon/r600_hdmi.c
479
void r600_hdmi_enable(struct drm_encoder *encoder, bool enable)
sys/dev/drm/radeon/radeon.h
1019
struct radeon_ib *const_ib, bool hdp_flush);
sys/dev/drm/radeon/radeon.h
1024
bool radeon_ring_supports_scratch_reg(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon.h
1030
bool hdp_flush);
sys/dev/drm/radeon/radeon.h
1032
bool hdp_flush);
sys/dev/drm/radeon/radeon.h
1038
bool radeon_ring_test_lockup(struct radeon_device *rdev, struct radeon_ring *ring);
sys/dev/drm/radeon/radeon.h
1140
bool enabled;
sys/dev/drm/radeon/radeon.h
1141
bool use_event;
sys/dev/drm/radeon/radeon.h
1272
bool active_high; /* voltage drop is active when bit is high */
sys/dev/drm/radeon/radeon.h
1276
bool vddci_enabled;
sys/dev/drm/radeon/radeon.h
1352
bool vce_active;
sys/dev/drm/radeon/radeon.h
1366
bool high_to_low;
sys/dev/drm/radeon/radeon.h
1516
bool ucode_fan_control;
sys/dev/drm/radeon/radeon.h
1569
bool single_display;
sys/dev/drm/radeon/radeon.h
1580
bool power_control;
sys/dev/drm/radeon/radeon.h
1581
bool ac_power;
sys/dev/drm/radeon/radeon.h
1583
bool thermal_active;
sys/dev/drm/radeon/radeon.h
1584
bool uvd_active;
sys/dev/drm/radeon/radeon.h
1585
bool vce_active;
sys/dev/drm/radeon/radeon.h
1595
void radeon_dpm_enable_uvd(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/radeon.h
1596
void radeon_dpm_enable_vce(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/radeon.h
1605
bool vblank_sync;
sys/dev/drm/radeon/radeon.h
1642
bool dynpm_can_upclock;
sys/dev/drm/radeon/radeon.h
1643
bool dynpm_can_downclock;
sys/dev/drm/radeon/radeon.h
1653
bool no_fan;
sys/dev/drm/radeon/radeon.h
1658
bool dpm_enabled;
sys/dev/drm/radeon/radeon.h
1659
bool sysfs_initialized;
sys/dev/drm/radeon/radeon.h
1680
bool fw_header_present;
sys/dev/drm/radeon/radeon.h
1746
bool radeon_vce_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon.h
1749
bool emit_wait);
sys/dev/drm/radeon/radeon.h
1763
bool connected;
sys/dev/drm/radeon/radeon.h
1768
bool enabled;
sys/dev/drm/radeon/radeon.h
1835
bool (*emit_semaphore)(struct radeon_device *rdev, struct radeon_ring *cp,
sys/dev/drm/radeon/radeon.h
1836
struct radeon_semaphore *semaphore, bool emit_wait);
sys/dev/drm/radeon/radeon.h
1843
bool (*is_lockup)(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon.h
1857
void (*vga_set_state)(struct radeon_device *rdev, bool state);
sys/dev/drm/radeon/radeon.h
1858
int (*asic_reset)(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon.h
1862
bool (*gui_idle)(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
1917
void (*hdmi_enable)(struct drm_encoder *encoder, bool enable);
sys/dev/drm/radeon/radeon.h
1954
bool (*sense)(struct radeon_device *rdev, enum radeon_hpd_id hpd);
sys/dev/drm/radeon/radeon.h
1987
u32 (*get_sclk)(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon.h
1988
u32 (*get_mclk)(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon.h
1992
bool (*vblank_too_short)(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
1993
void (*powergate_uvd)(struct radeon_device *rdev, bool gate);
sys/dev/drm/radeon/radeon.h
1994
void (*enable_bapm)(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/radeon.h
2004
void (*page_flip)(struct radeon_device *rdev, int crtc, u64 crtc_base, bool async);
sys/dev/drm/radeon/radeon.h
2005
bool (*page_flip_pending)(struct radeon_device *rdev, int crtc);
sys/dev/drm/radeon/radeon.h
2265
bool enabled;
sys/dev/drm/radeon/radeon.h
2270
bool display_switch;
sys/dev/drm/radeon/radeon.h
2271
bool expansion_mode_change;
sys/dev/drm/radeon/radeon.h
2272
bool thermal_state;
sys/dev/drm/radeon/radeon.h
2273
bool forced_power_state;
sys/dev/drm/radeon/radeon.h
2274
bool system_power_state;
sys/dev/drm/radeon/radeon.h
2275
bool display_conf_change;
sys/dev/drm/radeon/radeon.h
2276
bool px_gfx_switch;
sys/dev/drm/radeon/radeon.h
2277
bool brightness_change;
sys/dev/drm/radeon/radeon.h
2278
bool dgpu_display_event;
sys/dev/drm/radeon/radeon.h
2282
bool system_params;
sys/dev/drm/radeon/radeon.h
2283
bool sbios_requests;
sys/dev/drm/radeon/radeon.h
2284
bool select_active_disp;
sys/dev/drm/radeon/radeon.h
2285
bool lid_state;
sys/dev/drm/radeon/radeon.h
2286
bool get_tv_standard;
sys/dev/drm/radeon/radeon.h
2287
bool set_tv_standard;
sys/dev/drm/radeon/radeon.h
2288
bool get_panel_expansion_mode;
sys/dev/drm/radeon/radeon.h
2289
bool set_panel_expansion_mode;
sys/dev/drm/radeon/radeon.h
2290
bool temperature_change;
sys/dev/drm/radeon/radeon.h
2291
bool graphics_device_types;
sys/dev/drm/radeon/radeon.h
2302
bool get_ext_state;
sys/dev/drm/radeon/radeon.h
2303
bool pcie_perf_req;
sys/dev/drm/radeon/radeon.h
2304
bool pcie_dev_rdy;
sys/dev/drm/radeon/radeon.h
2305
bool pcie_bus_width;
sys/dev/drm/radeon/radeon.h
2334
bool is_atom_bios;
sys/dev/drm/radeon/radeon.h
2388
bool ib_pool_ready;
sys/dev/drm/radeon/radeon.h
2399
bool shutdown;
sys/dev/drm/radeon/radeon.h
2400
bool need_dma32;
sys/dev/drm/radeon/radeon.h
2401
bool need_swiotlb;
sys/dev/drm/radeon/radeon.h
2402
bool accel_working;
sys/dev/drm/radeon/radeon.h
2403
bool fastfb_working; /* IGP feature*/
sys/dev/drm/radeon/radeon.h
2404
bool needs_reset, in_reset;
sys/dev/drm/radeon/radeon.h
2405
bool fictitious_range_registered;
sys/dev/drm/radeon/radeon.h
2418
bool new_fw;
sys/dev/drm/radeon/radeon.h
2429
bool has_uvd;
sys/dev/drm/radeon/radeon.h
2430
bool has_vce;
sys/dev/drm/radeon/radeon.h
2464
bool have_disp_power_ref;
sys/dev/drm/radeon/radeon.h
2478
bool radeon_is_px(struct drm_device *dev);
sys/dev/drm/radeon/radeon.h
2491
bool always_indirect)
sys/dev/drm/radeon/radeon.h
2500
bool always_indirect)
sys/dev/drm/radeon/radeon.h
252
bool radeon_get_bios(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
2818
extern void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung);
sys/dev/drm/radeon/radeon.h
2822
extern bool radeon_card_posted(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
2825
extern bool radeon_boot_test_post_card(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
2833
extern bool radeon_ttm_bo_is_radeon_bo(struct ttm_buffer_object *bo);
sys/dev/drm/radeon/radeon.h
2836
extern bool radeon_ttm_tt_has_userptr(struct ttm_tt *ttm);
sys/dev/drm/radeon/radeon.h
2837
extern bool radeon_ttm_tt_is_readonly(struct ttm_tt *ttm);
sys/dev/drm/radeon/radeon.h
2840
extern int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon);
sys/dev/drm/radeon/radeon.h
2841
extern int radeon_suspend_kms(struct drm_device *dev, bool suspend,
sys/dev/drm/radeon/radeon.h
2842
bool fbcon, bool freeze);
sys/dev/drm/radeon/radeon.h
2911
bool r600_fmt_is_valid_color(u32 format);
sys/dev/drm/radeon/radeon.h
2912
bool r600_fmt_is_valid_texture(u32 format, enum radeon_family family);
sys/dev/drm/radeon/radeon.h
2954
extern bool radeon_acpi_is_pcie_performance_request_supported(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
2956
u8 perf_req, bool advertise);
sys/dev/drm/radeon/radeon.h
2968
bool radeon_atom_get_tv_timings(struct radeon_device *rdev, int index,
sys/dev/drm/radeon/radeon.h
299
bool strobe_mode,
sys/dev/drm/radeon/radeon.h
2995
bool radeon_cs_packet_next_is_pkt3_nop(struct radeon_cs_parser *p);
sys/dev/drm/radeon/radeon.h
3008
bool enable, const char *name,
sys/dev/drm/radeon/radeon.h
303
bool strobe_mode,
sys/dev/drm/radeon/radeon.h
338
bool radeon_atom_is_voltage_gpio(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon.h
353
bool gddr5, u8 module_index,
sys/dev/drm/radeon/radeon.h
371
bool initialized, delayed_irq;
sys/dev/drm/radeon/radeon.h
382
bool is_vm_update;
sys/dev/drm/radeon/radeon.h
393
bool radeon_fence_signaled(struct radeon_fence *fence);
sys/dev/drm/radeon/radeon.h
394
long radeon_fence_wait_timeout(struct radeon_fence *fence, bool interruptible, long timeout);
sys/dev/drm/radeon/radeon.h
395
int radeon_fence_wait(struct radeon_fence *fence, bool interruptible);
sys/dev/drm/radeon/radeon.h
400
bool intr);
sys/dev/drm/radeon/radeon.h
404
bool radeon_fence_need_sync(struct radeon_fence *fence, int ring);
sys/dev/drm/radeon/radeon.h
426
static inline bool radeon_fence_is_earlier(struct radeon_fence *a,
sys/dev/drm/radeon/radeon.h
458
bool mem_global_referenced;
sys/dev/drm/radeon/radeon.h
459
bool initialized;
sys/dev/drm/radeon/radeon.h
587
u32 flags, bool kernel,
sys/dev/drm/radeon/radeon.h
608
bool radeon_semaphore_emit_signal(struct radeon_device *rdev, int ring,
sys/dev/drm/radeon/radeon.h
610
bool radeon_semaphore_emit_wait(struct radeon_device *rdev, int ring,
sys/dev/drm/radeon/radeon.h
631
bool shared);
sys/dev/drm/radeon/radeon.h
664
bool ready;
sys/dev/drm/radeon/radeon.h
701
bool vram_is_ddr;
sys/dev/drm/radeon/radeon.h
702
bool igp_sideport_enabled;
sys/dev/drm/radeon/radeon.h
707
bool radeon_combios_sideport_present(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
708
bool radeon_atombios_sideport_present(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon.h
716
bool free[32];
sys/dev/drm/radeon/radeon.h
754
bool async;
sys/dev/drm/radeon/radeon.h
802
bool installed;
sys/dev/drm/radeon/radeon.h
805
bool crtc_vblank_int[RADEON_MAX_CRTCS];
sys/dev/drm/radeon/radeon.h
808
bool hpd[RADEON_MAX_HPD_PINS];
sys/dev/drm/radeon/radeon.h
809
bool afmt[RADEON_MAX_AFMT_BLOCKS];
sys/dev/drm/radeon/radeon.h
811
bool dpm_thermal;
sys/dev/drm/radeon/radeon.h
817
bool radeon_irq_kms_sw_irq_get_delayed(struct radeon_device *rdev, int ring);
sys/dev/drm/radeon/radeon.h
838
bool is_const_ib;
sys/dev/drm/radeon/radeon.h
859
bool ready;
sys/dev/drm/radeon/radeon.h
963
bool enabled;
sys/dev/drm/radeon/radeon.h
986
bool enabled;
sys/dev/drm/radeon/radeon_acpi.c
523
bool radeon_acpi_is_pcie_performance_request_supported(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_acpi.c
581
u8 perf_req, bool advertise)
sys/dev/drm/radeon/radeon_agp.c
135
bool is_v3;
sys/dev/drm/radeon/radeon_asic.h
1000
bool uvd_v1_0_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
1003
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
1010
bool uvd_v2_2_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
1013
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
1016
bool uvd_v3_1_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
1019
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
1040
void vce_v2_0_enable_mgcg(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/radeon_asic.h
134
extern bool r100_gui_idle(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
141
u64 crtc_base, bool async);
sys/dev/drm/radeon/radeon_asic.h
142
extern bool r100_page_flip_pending(struct radeon_device *rdev, int crtc);
sys/dev/drm/radeon/radeon_asic.h
170
extern int r300_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
227
extern int rs600_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
245
bool rs600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
sys/dev/drm/radeon/radeon_asic.h
252
u64 crtc_base, bool async);
sys/dev/drm/radeon/radeon_asic.h
253
extern bool rs600_page_flip_pending(struct radeon_device *rdev, int crtc);
sys/dev/drm/radeon/radeon_asic.h
279
bool crtc_enabled[2];
sys/dev/drm/radeon/radeon_asic.h
313
void r600_vga_set_state(struct radeon_device *rdev, bool state);
sys/dev/drm/radeon/radeon_asic.h
326
bool r600_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
329
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
332
bool r600_dma_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
335
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
337
bool r600_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring);
sys/dev/drm/radeon/radeon_asic.h
338
bool r600_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon_asic.h
339
int r600_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
359
bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
sys/dev/drm/radeon/radeon_asic.h
363
extern bool r600_gui_idle(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
372
bool r600_card_posted(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
432
u32 rv6xx_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
433
u32 rv6xx_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
450
u32 rs780_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
451
u32 rs780_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
470
bool async);
sys/dev/drm/radeon/radeon_asic.h
471
bool rv770_page_flip_pending(struct radeon_device *rdev, int crtc);
sys/dev/drm/radeon/radeon_asic.h
491
u32 rv770_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
492
u32 rv770_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
497
bool rv770_dpm_vblank_too_short(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
508
bool crtc_enabled[RADEON_MAX_CRTCS];
sys/dev/drm/radeon/radeon_asic.h
516
bool evergreen_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon_asic.h
517
bool evergreen_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon_asic.h
518
int evergreen_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
523
bool evergreen_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
sys/dev/drm/radeon/radeon_asic.h
539
u64 crtc_base, bool async);
sys/dev/drm/radeon/radeon_asic.h
540
extern bool evergreen_page_flip_pending(struct radeon_device *rdev, int crtc);
sys/dev/drm/radeon/radeon_asic.h
567
bool evergreen_is_display_hung(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
580
bool cypress_dpm_vblank_too_short(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
589
u32 btc_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
590
u32 btc_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
591
bool btc_dpm_vblank_too_short(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
606
u32 sumo_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
607
u32 sumo_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
627
int cayman_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
641
bool cayman_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring);
sys/dev/drm/radeon/radeon_asic.h
642
bool cayman_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring);
sys/dev/drm/radeon/radeon_asic.h
65
void r100_vga_set_state(struct radeon_device *rdev, bool state);
sys/dev/drm/radeon/radeon_asic.h
66
bool r100_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon_asic.h
67
int r100_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
688
u32 ni_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
689
u32 ni_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
709
u32 trinity_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
710
u32 trinity_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
717
void trinity_dpm_enable_bapm(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/radeon_asic.h
738
bool si_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon_asic.h
739
bool si_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon_asic.h
740
int si_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
754
u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode);
sys/dev/drm/radeon/radeon_asic.h
78
bool r100_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
81
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
833
u32 block, bool enable);
sys/dev/drm/radeon/radeon_asic.h
839
bool cik_sdma_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
842
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
854
bool cik_sdma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring);
sys/dev/drm/radeon/radeon_asic.h
859
bool cik_semaphore_ring_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_asic.h
862
bool emit_wait);
sys/dev/drm/radeon/radeon_asic.h
868
bool cik_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *cp);
sys/dev/drm/radeon/radeon_asic.h
869
int cik_asic_reset(struct radeon_device *rdev, bool hard);
sys/dev/drm/radeon/radeon_asic.h
917
bool cik_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring);
sys/dev/drm/radeon/radeon_asic.h
921
void cik_sdma_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/radeon_asic.h
939
u32 ci_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
940
u32 ci_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
947
bool ci_dpm_vblank_too_short(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_asic.h
948
void ci_dpm_powergate_uvd(struct radeon_device *rdev, bool gate);
sys/dev/drm/radeon/radeon_asic.h
969
u32 kv_dpm_get_sclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
970
u32 kv_dpm_get_mclk(struct radeon_device *rdev, bool low);
sys/dev/drm/radeon/radeon_asic.h
977
void kv_dpm_powergate_uvd(struct radeon_device *rdev, bool gate);
sys/dev/drm/radeon/radeon_asic.h
978
void kv_dpm_enable_bapm(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/radeon_asic.h
99
bool r100_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
sys/dev/drm/radeon/radeon_atombios.c
1126
bool radeon_atom_get_clock_info(struct drm_device *dev)
sys/dev/drm/radeon/radeon_atombios.c
1296
bool radeon_atombios_sideport_present(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_atombios.c
1329
bool radeon_atombios_get_tmds_info(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_atombios.c
1378
bool radeon_atombios_get_ppll_ss_info(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_atombios.c
1506
bool radeon_atombios_get_asic_ss_info(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_atombios.c
1694
bool bad_record = false;
sys/dev/drm/radeon/radeon_atombios.c
1789
bool radeon_atom_get_tv_timings(struct radeon_device *rdev, int index,
sys/dev/drm/radeon/radeon_atombios.c
2473
static bool radeon_atombios_parse_pplib_clock_info(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_atombios.c
2578
bool valid;
sys/dev/drm/radeon/radeon_atombios.c
2669
bool valid;
sys/dev/drm/radeon/radeon_atombios.c
274
static bool radeon_atom_apply_quirks(struct drm_device *dev,
sys/dev/drm/radeon/radeon_atombios.c
2830
bool strobe_mode,
sys/dev/drm/radeon/radeon_atombios.c
2946
bool strobe_mode,
sys/dev/drm/radeon/radeon_atombios.c
3433
bool
sys/dev/drm/radeon/radeon_atombios.c
3903
bool gddr5, u8 module_index,
sys/dev/drm/radeon/radeon_atombios.c
4127
void radeon_atom_output_lock(struct drm_encoder *encoder, bool lock)
sys/dev/drm/radeon/radeon_atombios.c
4156
bool connected)
sys/dev/drm/radeon/radeon_atombios.c
4395
radeon_atombios_encoder_dpms_scratch_regs(struct drm_encoder *encoder, bool on)
sys/dev/drm/radeon/radeon_atombios.c
509
bool radeon_get_atom_connector_info_from_object_table(struct drm_device *dev)
sys/dev/drm/radeon/radeon_atombios.c
881
bool valid;
sys/dev/drm/radeon/radeon_atombios.c
889
bool radeon_get_atom_connector_info_from_supported_devices_table(struct
sys/dev/drm/radeon/radeon_audio.c
101
void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
sys/dev/drm/radeon/radeon_audio.c
102
void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
sys/dev/drm/radeon/radeon_audio.c
103
void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
sys/dev/drm/radeon/radeon_audio.c
108
void r600_hdmi_enable(struct drm_encoder *encoder, bool enable);
sys/dev/drm/radeon/radeon_audio.c
109
void evergreen_hdmi_enable(struct drm_encoder *encoder, bool enable);
sys/dev/drm/radeon/radeon_audio.c
110
void evergreen_dp_enable(struct drm_encoder *encoder, bool enable);
sys/dev/drm/radeon/radeon_audio.c
687
static void radeon_audio_set_mute(struct drm_encoder *encoder, bool mute)
sys/dev/drm/radeon/radeon_audio.h
63
void (*set_mute)(struct drm_encoder *encoder, u32 offset, bool mute);
sys/dev/drm/radeon/radeon_audio.h
66
void (*dpms)(struct drm_encoder *encoder, bool mode);
sys/dev/drm/radeon/radeon_bios.c
115
static bool radeon_read_platform_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
213
static bool radeon_atrm_get_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
221
bool found = false;
sys/dev/drm/radeon/radeon_bios.c
298
static inline bool radeon_atrm_get_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
304
static bool ni_read_disabled_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
311
bool r;
sys/dev/drm/radeon/radeon_bios.c
349
static bool r700_read_disabled_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
359
bool r;
sys/dev/drm/radeon/radeon_bios.c
420
static bool r600_read_disabled_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
434
bool r;
sys/dev/drm/radeon/radeon_bios.c
47
static bool igp_read_bios_from_vram(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
499
static bool avivo_read_disabled_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
510
bool r;
sys/dev/drm/radeon/radeon_bios.c
562
static bool legacy_read_disabled_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
571
bool r;
sys/dev/drm/radeon/radeon_bios.c
649
static bool radeon_read_disabled_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
666
static bool radeon_acpi_vfct_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
668
bool ret = false;
sys/dev/drm/radeon/radeon_bios.c
725
static inline bool radeon_acpi_vfct_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
731
bool radeon_get_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_bios.c
733
bool r;
sys/dev/drm/radeon/radeon_bios.c
78
static bool radeon_read_bios(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_clocks.c
100
static bool radeon_read_clocks_OF(struct drm_device *dev)
sys/dev/drm/radeon/radeon_clocks.c
170
static bool radeon_read_clocks_OF(struct drm_device *dev)
sys/dev/drm/radeon/radeon_combios.c
1310
bool radeon_legacy_get_tmds_info_from_table(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_combios.c
1326
bool radeon_legacy_get_tmds_info_from_combios(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_combios.c
1379
bool radeon_legacy_get_ext_tmds_info_from_table(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_combios.c
1403
bool radeon_legacy_get_ext_tmds_info_from_combios(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_combios.c
1447
bool radeon_get_legacy_connector_info_from_table(struct drm_device *dev)
sys/dev/drm/radeon/radeon_combios.c
2213
static bool radeon_apply_legacy_quirks(struct drm_device *dev,
sys/dev/drm/radeon/radeon_combios.c
2241
static bool radeon_apply_legacy_tv_quirks(struct drm_device *dev)
sys/dev/drm/radeon/radeon_combios.c
2299
bool radeon_get_legacy_connector_info_from_bios(struct drm_device *dev)
sys/dev/drm/radeon/radeon_combios.c
2874
bool radeon_combios_external_tmds_setup(struct drm_encoder *encoder)
sys/dev/drm/radeon/radeon_combios.c
3438
void radeon_combios_output_lock(struct drm_encoder *encoder, bool lock)
sys/dev/drm/radeon/radeon_combios.c
3457
bool connected)
sys/dev/drm/radeon/radeon_combios.c
3593
radeon_combios_encoder_dpms_scratch_regs(struct drm_encoder *encoder, bool on)
sys/dev/drm/radeon/radeon_combios.c
364
bool radeon_combios_check_hardcoded_edid(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_combios.c
725
bool radeon_combios_get_clock_info(struct drm_device *dev)
sys/dev/drm/radeon/radeon_combios.c
808
bool radeon_combios_sideport_present(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_connectors.c
1024
radeon_vga_detect(struct drm_connector *connector, bool force)
sys/dev/drm/radeon/radeon_connectors.c
1031
bool dret = false;
sys/dev/drm/radeon/radeon_connectors.c
1164
radeon_tv_detect(struct drm_connector *connector, bool force)
sys/dev/drm/radeon/radeon_connectors.c
1217
static bool radeon_check_hpd_status_unchanged(struct drm_connector *connector)
sys/dev/drm/radeon/radeon_connectors.c
1250
radeon_dvi_detect(struct drm_connector *connector, bool force)
sys/dev/drm/radeon/radeon_connectors.c
1259
bool dret = false, broken_edid = false;
sys/dev/drm/radeon/radeon_connectors.c
1634
static bool radeon_connector_encoder_is_hbr2(struct drm_connector *connector)
sys/dev/drm/radeon/radeon_connectors.c
1639
bool found = false;
sys/dev/drm/radeon/radeon_connectors.c
1650
bool radeon_connector_is_dp12_capable(struct drm_connector *connector)
sys/dev/drm/radeon/radeon_connectors.c
1665
radeon_dp_detect(struct drm_connector *connector, bool force)
sys/dev/drm/radeon/radeon_connectors.c
1887
bool shared_ddc = false;
sys/dev/drm/radeon/radeon_connectors.c
1888
bool is_dp_bridge = false;
sys/dev/drm/radeon/radeon_connectors.c
1889
bool has_aux = false;
sys/dev/drm/radeon/radeon_connectors.c
250
bool connected;
sys/dev/drm/radeon/radeon_connectors.c
422
bool priority)
sys/dev/drm/radeon/radeon_connectors.c
564
bool new_coherent_mode;
sys/dev/drm/radeon/radeon_connectors.c
692
bool ret = false;
sys/dev/drm/radeon/radeon_connectors.c
878
radeon_lvds_detect(struct drm_connector *connector, bool force)
sys/dev/drm/radeon/radeon_cs.c
410
static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff)
sys/dev/drm/radeon/radeon_cs.c
792
bool radeon_cs_packet_next_is_pkt3_nop(struct radeon_cs_parser *p)
sys/dev/drm/radeon/radeon_cs.c
80
bool need_mmap_lock = false;
sys/dev/drm/radeon/radeon_cursor.c
30
static void radeon_lock_cursor(struct drm_crtc *crtc, bool lock)
sys/dev/drm/radeon/radeon_device.c
1066
static unsigned int radeon_vga_set_decode(void *cookie, bool state)
sys/dev/drm/radeon/radeon_device.c
1086
static bool radeon_check_pot_argument(int arg)
sys/dev/drm/radeon/radeon_device.c
109
bool radeon_has_atpx_dgpu_power_cntl(void);
sys/dev/drm/radeon/radeon_device.c
110
bool radeon_is_atpx_hybrid(void);
sys/dev/drm/radeon/radeon_device.c
112
static inline bool radeon_has_atpx_dgpu_power_cntl(void) { return false; }
sys/dev/drm/radeon/radeon_device.c
113
static inline bool radeon_is_atpx_hybrid(void) { return false; }
sys/dev/drm/radeon/radeon_device.c
1251
static bool radeon_switcheroo_can_switch(struct pci_dev *pdev)
sys/dev/drm/radeon/radeon_device.c
1290
bool runtime = false;
sys/dev/drm/radeon/radeon_device.c
150
bool radeon_is_px(struct drm_device *dev)
sys/dev/drm/radeon/radeon_device.c
1603
int radeon_suspend_kms(struct drm_device *dev, bool suspend,
sys/dev/drm/radeon/radeon_device.c
1604
bool fbcon, bool freeze)
sys/dev/drm/radeon/radeon_device.c
1718
int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon)
sys/dev/drm/radeon/radeon_device.c
1841
bool saved = false;
sys/dev/drm/radeon/radeon_device.c
632
bool radeon_device_is_virtual(void);
sys/dev/drm/radeon/radeon_device.c
633
bool radeon_device_is_virtual(void)
sys/dev/drm/radeon/radeon_device.c
651
bool radeon_card_posted(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_device.c
750
bool radeon_boot_test_post_card(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_display.c
1667
static bool is_hdtv_mode(const struct drm_display_mode *mode)
sys/dev/drm/radeon/radeon_display.c
1679
bool radeon_crtc_scaling_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/radeon/radeon_display.c
1690
bool first = true;
sys/dev/drm/radeon/radeon_display.c
1816
bool in_vbl = true;
sys/dev/drm/radeon/radeon_display.c
619
bool active = false;
sys/dev/drm/radeon/radeon_display.c
840
static bool radeon_setup_enc_conn(struct drm_device *dev)
sys/dev/drm/radeon/radeon_display.c
843
bool ret = false;
sys/dev/drm/radeon/radeon_dp_auxch.c
69
bool is_write = false;
sys/dev/drm/radeon/radeon_dp_mst.c
240
radeon_dp_mst_detect(struct drm_connector *connector, bool force)
sys/dev/drm/radeon/radeon_dp_mst.c
27
enum radeon_hpd_id hpd, bool enable)
sys/dev/drm/radeon/radeon_dp_mst.c
512
static bool radeon_mst_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/radeon/radeon_dp_mst.c
714
bool handled;
sys/dev/drm/radeon/radeon_drv.c
112
int radeon_suspend_kms(struct drm_device *dev, bool suspend,
sys/dev/drm/radeon/radeon_drv.c
113
bool fbcon, bool freeze);
sys/dev/drm/radeon/radeon_drv.c
114
int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon);
sys/dev/drm/radeon/radeon_drv.c
134
extern bool radeon_is_px(struct drm_device *dev);
sys/dev/drm/radeon/radeon_drv.c
160
bool radeon_has_atpx_dgpu_power_cntl(void);
sys/dev/drm/radeon/radeon_drv.c
161
bool radeon_is_atpx_hybrid(void);
sys/dev/drm/radeon/radeon_drv.c
165
static inline bool radeon_has_atpx_dgpu_power_cntl(void) { return false; }
sys/dev/drm/radeon/radeon_drv.c
166
static inline bool radeon_is_atpx_hybrid(void) { return false; }
sys/dev/drm/radeon/radeon_drv.c
357
bool radeon_device_is_virtual(void);
sys/dev/drm/radeon/radeon_drv.c
363
bool primary = false;
sys/dev/drm/radeon/radeon_drv.c
658
static bool
sys/dev/drm/radeon/radeon_drv.c
660
bool in_vblank_irq, int *vpos, int *hpos,
sys/dev/drm/radeon/radeon_encoders.c
159
bool use_bl = false;
sys/dev/drm/radeon/radeon_encoders.c
359
bool radeon_dig_monitor_is_duallink(struct drm_encoder *encoder,
sys/dev/drm/radeon/radeon_encoders.c
423
bool radeon_encoder_is_digital(struct drm_encoder *encoder)
sys/dev/drm/radeon/radeon_fb.c
139
bool fb_tiled = false; /* useful for testing */
sys/dev/drm/radeon/radeon_fb.c
427
bool radeon_fbdev_robj_is_fb(struct radeon_device *rdev, struct radeon_bo *robj)
sys/dev/drm/radeon/radeon_fb.c
94
int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled)
sys/dev/drm/radeon/radeon_fence.c
1053
static inline bool radeon_test_signaled(struct radeon_fence *fence)
sys/dev/drm/radeon/radeon_fence.c
1072
static signed long radeon_fence_default_wait(struct dma_fence *f, bool intr,
sys/dev/drm/radeon/radeon_fence.c
198
static bool radeon_fence_activity(struct radeon_device *rdev, int ring)
sys/dev/drm/radeon/radeon_fence.c
202
bool wake = false;
sys/dev/drm/radeon/radeon_fence.c
341
static bool radeon_fence_seq_signaled(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_fence.c
355
static bool radeon_fence_is_signaled(struct dma_fence *f)
sys/dev/drm/radeon/radeon_fence.c
385
static bool radeon_fence_enable_signaling(struct dma_fence *f)
sys/dev/drm/radeon/radeon_fence.c
432
bool radeon_fence_signaled(struct radeon_fence *fence)
sys/dev/drm/radeon/radeon_fence.c
459
static bool radeon_fence_any_seq_signaled(struct radeon_device *rdev, u64 *seq)
sys/dev/drm/radeon/radeon_fence.c
488
u64 *target_seq, bool intr,
sys/dev/drm/radeon/radeon_fence.c
543
long radeon_fence_wait_timeout(struct radeon_fence *fence, bool intr, long timeout)
sys/dev/drm/radeon/radeon_fence.c
581
int radeon_fence_wait(struct radeon_fence *fence, bool intr)
sys/dev/drm/radeon/radeon_fence.c
606
bool intr)
sys/dev/drm/radeon/radeon_fence.c
760
bool radeon_fence_need_sync(struct radeon_fence *fence, int dst_ring)
sys/dev/drm/radeon/radeon_gem.c
49
u32 flags, bool kernel,
sys/dev/drm/radeon/radeon_i2c.c
42
bool radeon_ddc_probe(struct radeon_connector *radeon_connector, bool use_aux)
sys/dev/drm/radeon/radeon_ib.c
123
struct radeon_ib *const_ib, bool hdp_flush)
sys/dev/drm/radeon/radeon_irq_kms.c
205
static bool radeon_msi_ok(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_irq_kms.c
383
bool radeon_irq_kms_sw_irq_get_delayed(struct radeon_device *rdev, int ring)
sys/dev/drm/radeon/radeon_irq_kms.c
572
bool enable, const char *name, unsigned n)
sys/dev/drm/radeon/radeon_kms.c
40
bool radeon_has_atpx(void);
sys/dev/drm/radeon/radeon_kms.c
42
static inline bool radeon_has_atpx(void) { return false; }
sys/dev/drm/radeon/radeon_legacy_crtc.c
1023
static bool radeon_crtc_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/radeon/radeon_legacy_crtc.c
54
bool hscale = true, vscale = true;
sys/dev/drm/radeon/radeon_legacy_crtc.c
570
static bool radeon_set_crtc_timing(struct drm_crtc *crtc, struct drm_display_mode *mode)
sys/dev/drm/radeon/radeon_legacy_crtc.c
585
bool is_tv = false;
sys/dev/drm/radeon/radeon_legacy_crtc.c
742
bool use_bios_divs = false;
sys/dev/drm/radeon/radeon_legacy_crtc.c
747
bool is_tv = false;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1044
bool is_tv;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1162
bool is_tv = false;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1305
static bool r300_legacy_tv_detect(struct drm_encoder *encoder,
sys/dev/drm/radeon/radeon_legacy_encoders.c
1312
bool found = false;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1376
static bool radeon_legacy_tv_detect(struct drm_encoder *encoder,
sys/dev/drm/radeon/radeon_legacy_encoders.c
1383
bool found = false;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1440
static bool radeon_legacy_ext_dac_detect(struct drm_encoder *encoder,
sys/dev/drm/radeon/radeon_legacy_encoders.c
1450
bool found = false;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1542
bool color = true;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1558
bool tv_detect;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1703
bool ret;
sys/dev/drm/radeon/radeon_legacy_encoders.c
1726
bool ret;
sys/dev/drm/radeon/radeon_legacy_encoders.c
244
static bool radeon_legacy_mode_fixup(struct drm_encoder *encoder,
sys/dev/drm/radeon/radeon_legacy_encoders.c
51
bool is_mac = false;
sys/dev/drm/radeon/radeon_legacy_encoders.c
648
bool color = true;
sys/dev/drm/radeon/radeon_legacy_tv.c
421
static bool radeon_legacy_tv_init_restarts(struct drm_encoder *encoder)
sys/dev/drm/radeon/radeon_legacy_tv.c
432
bool h_changed;
sys/dev/drm/radeon/radeon_mn.c
125
bool blockable)
sys/dev/drm/radeon/radeon_mode.h
113
bool valid;
sys/dev/drm/radeon/radeon_mode.h
119
bool hw_capable;
sys/dev/drm/radeon/radeon_mode.h
121
bool mm_i2c;
sys/dev/drm/radeon/radeon_mode.h
205
bool has_aux;
sys/dev/drm/radeon/radeon_mode.h
236
bool enabled;
sys/dev/drm/radeon/radeon_mode.h
238
bool last_buffer_filled_status;
sys/dev/drm/radeon/radeon_mode.h
246
bool mode_config_initialized;
sys/dev/drm/radeon/radeon_mode.h
331
bool enabled;
sys/dev/drm/radeon/radeon_mode.h
332
bool can_tile;
sys/dev/drm/radeon/radeon_mode.h
333
bool cursor_out_of_bounds;
sys/dev/drm/radeon/radeon_mode.h
359
bool ss_enabled;
sys/dev/drm/radeon/radeon_mode.h
390
bool use_bios_dividers;
sys/dev/drm/radeon/radeon_mode.h
409
bool tv_on;
sys/dev/drm/radeon/radeon_mode.h
428
bool linkb;
sys/dev/drm/radeon/radeon_mode.h
430
bool coherent_mode;
sys/dev/drm/radeon/radeon_mode.h
458
bool fe_from_be;
sys/dev/drm/radeon/radeon_mode.h
459
bool enc_active;
sys/dev/drm/radeon/radeon_mode.h
477
bool is_ext_encoder;
sys/dev/drm/radeon/radeon_mode.h
481
bool can_mst;
sys/dev/drm/radeon/radeon_mode.h
483
bool is_mst_encoder;
sys/dev/drm/radeon/radeon_mode.h
494
bool edp_on;
sys/dev/drm/radeon/radeon_mode.h
495
bool is_mst;
sys/dev/drm/radeon/radeon_mode.h
499
bool valid;
sys/dev/drm/radeon/radeon_mode.h
517
bool ddc_valid;
sys/dev/drm/radeon/radeon_mode.h
522
bool cd_valid;
sys/dev/drm/radeon/radeon_mode.h
550
bool shared_ddc;
sys/dev/drm/radeon/radeon_mode.h
551
bool use_digital;
sys/dev/drm/radeon/radeon_mode.h
556
bool dac_load_detect;
sys/dev/drm/radeon/radeon_mode.h
557
bool detected_by_load; /* if the connection status was determined by load */
sys/dev/drm/radeon/radeon_mode.h
558
bool detected_hpd_without_ddc; /* if an HPD signal was detected on DVI, but ddc probing failed */
sys/dev/drm/radeon/radeon_mode.h
566
bool is_mst_connector;
sys/dev/drm/radeon/radeon_mode.h
596
bool enable_post_div;
sys/dev/drm/radeon/radeon_mode.h
597
bool enable_dithen;
sys/dev/drm/radeon/radeon_mode.h
727
bool connected);
sys/dev/drm/radeon/radeon_mode.h
731
bool connected);
sys/dev/drm/radeon/radeon_mode.h
737
extern bool radeon_dig_monitor_is_duallink(struct drm_encoder *encoder,
sys/dev/drm/radeon/radeon_mode.h
742
extern bool radeon_connector_is_dp12_capable(struct drm_connector *connector);
sys/dev/drm/radeon/radeon_mode.h
754
extern bool radeon_dp_needs_link_train(struct radeon_connector *radeon_connector);
sys/dev/drm/radeon/radeon_mode.h
756
extern bool radeon_dp_getdpcd(struct radeon_connector *radeon_connector);
sys/dev/drm/radeon/radeon_mode.h
779
void radeon_atom_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le);
sys/dev/drm/radeon/radeon_mode.h
804
extern bool radeon_ddc_probe(struct radeon_connector *radeon_connector, bool use_aux);
sys/dev/drm/radeon/radeon_mode.h
806
extern bool radeon_atombios_get_ppll_ss_info(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_mode.h
809
extern bool radeon_atombios_get_asic_ss_info(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_mode.h
841
extern bool atombios_set_edp_panel_power(struct drm_connector *connector, int action);
sys/dev/drm/radeon/radeon_mode.h
843
extern bool radeon_encoder_is_digital(struct drm_encoder *encoder);
sys/dev/drm/radeon/radeon_mode.h
884
extern bool radeon_combios_check_hardcoded_edid(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_mode.h
887
extern bool radeon_atom_get_clock_info(struct drm_device *dev);
sys/dev/drm/radeon/radeon_mode.h
888
extern bool radeon_combios_get_clock_info(struct drm_device *dev);
sys/dev/drm/radeon/radeon_mode.h
891
extern bool radeon_atombios_get_tmds_info(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_mode.h
893
extern bool radeon_legacy_get_tmds_info_from_combios(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_mode.h
895
extern bool radeon_legacy_get_tmds_info_from_table(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_mode.h
897
extern bool radeon_legacy_get_ext_tmds_info_from_combios(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_mode.h
899
extern bool radeon_legacy_get_ext_tmds_info_from_table(struct radeon_encoder *encoder,
sys/dev/drm/radeon/radeon_mode.h
912
extern bool radeon_combios_external_tmds_setup(struct drm_encoder *encoder);
sys/dev/drm/radeon/radeon_mode.h
914
extern void radeon_combios_output_lock(struct drm_encoder *encoder, bool lock);
sys/dev/drm/radeon/radeon_mode.h
916
extern void radeon_atom_output_lock(struct drm_encoder *encoder, bool lock);
sys/dev/drm/radeon/radeon_mode.h
923
radeon_atombios_encoder_dpms_scratch_regs(struct drm_encoder *encoder, bool on);
sys/dev/drm/radeon/radeon_mode.h
927
radeon_combios_encoder_dpms_scratch_regs(struct drm_encoder *encoder, bool on);
sys/dev/drm/radeon/radeon_mode.h
934
bool radeon_get_legacy_connector_info_from_bios(struct drm_device *dev);
sys/dev/drm/radeon/radeon_mode.h
935
bool radeon_get_legacy_connector_info_from_table(struct drm_device *dev);
sys/dev/drm/radeon/radeon_mode.h
943
extern bool radeon_get_atom_connector_info_from_object_table(struct drm_device *dev);
sys/dev/drm/radeon/radeon_mode.h
944
extern bool radeon_get_atom_connector_info_from_supported_devices_table(struct drm_device *dev);
sys/dev/drm/radeon/radeon_mode.h
949
bool radeon_crtc_scaling_mode_fixup(struct drm_crtc *crtc,
sys/dev/drm/radeon/radeon_mode.h
980
bool radeon_fbdev_robj_is_fb(struct radeon_device *rdev, struct radeon_bo *robj);
sys/dev/drm/radeon/radeon_mode.h
989
int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled);
sys/dev/drm/radeon/radeon_object.c
178
unsigned long size, int byte_align, bool kernel,
sys/dev/drm/radeon/radeon_object.c
272
bool is_iomem;
sys/dev/drm/radeon/radeon_object.c
743
int radeon_bo_check_tiling(struct radeon_bo *bo, bool has_moved,
sys/dev/drm/radeon/radeon_object.c
744
bool force_drop)
sys/dev/drm/radeon/radeon_object.c
773
bool evict,
sys/dev/drm/radeon/radeon_object.c
843
int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait)
sys/dev/drm/radeon/radeon_object.c
867
bool shared)
sys/dev/drm/radeon/radeon_object.c
88
bool radeon_ttm_bo_is_radeon_bo(struct ttm_buffer_object *bo)
sys/dev/drm/radeon/radeon_object.h
123
bool no_wait);
sys/dev/drm/radeon/radeon_object.h
127
bool kernel, u32 domain, u32 flags,
sys/dev/drm/radeon/radeon_object.h
150
extern int radeon_bo_check_tiling(struct radeon_bo *bo, bool has_moved,
sys/dev/drm/radeon/radeon_object.h
151
bool force_drop);
sys/dev/drm/radeon/radeon_object.h
153
bool evict,
sys/dev/drm/radeon/radeon_object.h
158
bool shared);
sys/dev/drm/radeon/radeon_object.h
64
static inline int radeon_bo_reserve(struct radeon_bo *bo, bool no_intr)
sys/dev/drm/radeon/radeon_pm.c
1059
bool single_display = radeon_dpm_single_display(rdev);
sys/dev/drm/radeon/radeon_pm.c
1183
void radeon_dpm_enable_uvd(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/radeon_pm.c
1225
void radeon_dpm_enable_vce(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/radeon_pm.c
1508
bool disable_dpm = false;
sys/dev/drm/radeon/radeon_pm.c
174
bool misc_after = false;
sys/dev/drm/radeon/radeon_pm.c
1863
static bool radeon_pm_in_vbl(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_pm.c
1866
bool in_vbl = true;
sys/dev/drm/radeon/radeon_pm.c
1887
static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish)
sys/dev/drm/radeon/radeon_pm.c
1890
bool in_vbl = radeon_pm_in_vbl(rdev);
sys/dev/drm/radeon/radeon_pm.c
48
static bool radeon_pm_in_vbl(struct radeon_device *rdev);
sys/dev/drm/radeon/radeon_pm.c
49
static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish);
sys/dev/drm/radeon/radeon_pm.c
906
static bool radeon_dpm_single_display(struct radeon_device *rdev)
sys/dev/drm/radeon/radeon_pm.c
908
bool single_display = (rdev->pm.dpm.new_active_crtc_count < 2) ?
sys/dev/drm/radeon/radeon_pm.c
932
bool single_display = radeon_dpm_single_display(rdev);
sys/dev/drm/radeon/radeon_ring.c
165
bool hdp_flush)
sys/dev/drm/radeon/radeon_ring.c
196
bool hdp_flush)
sys/dev/drm/radeon/radeon_ring.c
247
bool radeon_ring_test_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/radeon_ring.c
57
bool radeon_ring_supports_scratch_reg(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_sa.c
190
static bool radeon_sa_bo_try_alloc(struct radeon_sa_manager *sa_manager,
sys/dev/drm/radeon/radeon_sa.c
224
static bool radeon_sa_event(struct radeon_sa_manager *sa_manager,
sys/dev/drm/radeon/radeon_sa.c
247
static bool radeon_sa_bo_next_hole(struct radeon_sa_manager *sa_manager,
sys/dev/drm/radeon/radeon_semaphore.c
60
bool radeon_semaphore_emit_signal(struct radeon_device *rdev, int ridx,
sys/dev/drm/radeon/radeon_semaphore.c
79
bool radeon_semaphore_emit_wait(struct radeon_device *rdev, int ridx,
sys/dev/drm/radeon/radeon_sync.c
92
bool shared)
sys/dev/drm/radeon/radeon_test.c
412
bool sigA, sigB;
sys/dev/drm/radeon/radeon_test.c
515
static bool radeon_test_sync_possible(struct radeon_ring *ringA,
sys/dev/drm/radeon/radeon_ttm.c
257
bool evict, bool no_wait_gpu,
sys/dev/drm/radeon/radeon_ttm.c
312
bool evict, bool interruptible,
sys/dev/drm/radeon/radeon_ttm.c
313
bool no_wait_gpu,
sys/dev/drm/radeon/radeon_ttm.c
359
bool evict, bool interruptible,
sys/dev/drm/radeon/radeon_ttm.c
360
bool no_wait_gpu,
sys/dev/drm/radeon/radeon_ttm.c
398
static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict,
sys/dev/drm/radeon/radeon_ttm.c
738
bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG);
sys/dev/drm/radeon/radeon_ttm.c
808
bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG);
sys/dev/drm/radeon/radeon_ttm.c
849
bool radeon_ttm_tt_has_userptr(struct ttm_tt *ttm)
sys/dev/drm/radeon/radeon_ttm.c
863
bool radeon_ttm_tt_is_readonly(struct ttm_tt *ttm)
sys/dev/drm/radeon/radeon_uvd.c
574
unsigned buf_sizes[], bool *has_msg_cmd)
sys/dev/drm/radeon/radeon_uvd.c
652
bool *has_msg_cmd)
sys/dev/drm/radeon/radeon_uvd.c
690
bool has_msg_cmd = false;
sys/dev/drm/radeon/radeon_uvd.c
891
bool streams_changed = false;
sys/dev/drm/radeon/radeon_uvd.c
892
bool set_clocks = !cancel_delayed_work_sync(&rdev->uvd.idle_work);
sys/dev/drm/radeon/radeon_vce.c
289
bool streams_changed = false;
sys/dev/drm/radeon/radeon_vce.c
290
bool set_clocks = !cancel_delayed_work_sync(&rdev->vce.idle_work);
sys/dev/drm/radeon/radeon_vce.c
520
uint32_t handle, bool *allocated)
sys/dev/drm/radeon/radeon_vce.c
560
bool destroyed = false, created = false, allocated = false;
sys/dev/drm/radeon/radeon_vce.c
695
bool radeon_vce_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/radeon_vce.c
698
bool emit_wait)
sys/dev/drm/radeon/rs600.c
112
void rs600_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async)
sys/dev/drm/radeon/rs600.c
143
bool rs600_page_flip_pending(struct radeon_device *rdev, int crtc_id)
sys/dev/drm/radeon/rs600.c
347
bool rs600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd)
sys/dev/drm/radeon/rs600.c
350
bool connected = false;
sys/dev/drm/radeon/rs600.c
373
bool connected = rs600_hpd_sense(rdev, hpd);
sys/dev/drm/radeon/rs600.c
450
int rs600_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/rs600.c
55
static bool avivo_is_in_vblank(struct radeon_device *rdev, int crtc)
sys/dev/drm/radeon/rs600.c
63
static bool avivo_is_counter_moving(struct radeon_device *rdev, int crtc)
sys/dev/drm/radeon/rs600.c
769
bool queue_hotplug = false;
sys/dev/drm/radeon/rs600.c
770
bool queue_hdmi = false;
sys/dev/drm/radeon/rs690.c
273
bool low)
sys/dev/drm/radeon/rs780_dpm.c
303
static void rs780_clk_scaling_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/rs780_dpm.c
313
static void rs780_voltage_scaling_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/rs780_dpm.c
72
static void rs780_voltage_scaling_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/rs780_dpm.c
963
u32 rs780_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/rs780_dpm.c
973
u32 rs780_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/rs780_dpm.h
34
bool invert_pwm_required;
sys/dev/drm/radeon/rs780_dpm.h
35
bool pwm_voltage_control;
sys/dev/drm/radeon/rs780_dpm.h
36
bool voltage_control;
sys/dev/drm/radeon/rs780_dpm.h
37
bool gfx_clock_gating;
sys/dev/drm/radeon/rv515.c
952
bool low)
sys/dev/drm/radeon/rv6xx_dpm.c
1171
static void rv6xx_enable_backbias(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
1256
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
1265
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
1355
bool want_thermal_protection;
sys/dev/drm/radeon/rv6xx_dpm.c
1391
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
1410
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
1473
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
1496
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
196
bool increasing_vco, u32 step_size)
sys/dev/drm/radeon/rv6xx_dpm.c
210
static bool rv6xx_can_step_post_div(struct radeon_device *rdev,
sys/dev/drm/radeon/rv6xx_dpm.c
2110
u32 rv6xx_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/rv6xx_dpm.c
2120
u32 rv6xx_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/rv6xx_dpm.c
231
static bool rv6xx_reached_stepping_target(struct radeon_device *rdev,
sys/dev/drm/radeon/rv6xx_dpm.c
234
bool increasing_vco)
sys/dev/drm/radeon/rv6xx_dpm.c
246
bool increasing_vco;
sys/dev/drm/radeon/rv6xx_dpm.c
330
u32 index, bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
353
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
362
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
371
u32 index, bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
89
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
968
bool enable)
sys/dev/drm/radeon/rv6xx_dpm.c
981
static void rv6xx_enable_display_gap(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/rv6xx_dpm.h
41
bool backbias[R600_PM_NUMBER_OF_VOLTAGE_LEVELS];
sys/dev/drm/radeon/rv6xx_dpm.h
42
bool pcie_gen2[R600_PM_NUMBER_OF_ACTIVITY_LEVELS];
sys/dev/drm/radeon/rv6xx_dpm.h
58
bool voltage_control;
sys/dev/drm/radeon/rv6xx_dpm.h
59
bool sclk_ss;
sys/dev/drm/radeon/rv6xx_dpm.h
60
bool mclk_ss;
sys/dev/drm/radeon/rv6xx_dpm.h
61
bool dynamic_ss;
sys/dev/drm/radeon/rv6xx_dpm.h
62
bool dynamic_pcie_gen2;
sys/dev/drm/radeon/rv6xx_dpm.h
63
bool thermal_protection;
sys/dev/drm/radeon/rv6xx_dpm.h
64
bool display_gap;
sys/dev/drm/radeon/rv6xx_dpm.h
65
bool gfx_clock_gating;
sys/dev/drm/radeon/rv730_dpm.c
476
void rv730_program_dcodt(struct radeon_device *rdev, bool use_dcodt)
sys/dev/drm/radeon/rv740_dpm.c
402
bool enable)
sys/dev/drm/radeon/rv740_dpm.c
95
u32 rv740_get_dll_speed(bool is_gddr5, u32 memory_clock)
sys/dev/drm/radeon/rv770.c
801
void rv770_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async)
sys/dev/drm/radeon/rv770.c
839
bool rv770_page_flip_pending(struct radeon_device *rdev, int crtc_id)
sys/dev/drm/radeon/rv770_dpm.c
1338
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
135
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
1365
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
148
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
173
bool dpm_en = false, cg_en = false;
sys/dev/drm/radeon/rv770_dpm.c
1755
bool current_use_dc = false;
sys/dev/drm/radeon/rv770_dpm.c
1756
bool new_use_dc = false;
sys/dev/drm/radeon/rv770_dpm.c
1784
bool current_use_dc = false;
sys/dev/drm/radeon/rv770_dpm.c
1785
bool new_use_dc = false;
sys/dev/drm/radeon/rv770_dpm.c
1820
bool want_thermal_protection;
sys/dev/drm/radeon/rv770_dpm.c
1856
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
209
bool rv770_dpm_enabled(struct radeon_device *rdev)
sys/dev/drm/radeon/rv770_dpm.c
218
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
2554
u32 rv770_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/rv770_dpm.c
2564
u32 rv770_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/rv770_dpm.c
2574
bool rv770_dpm_vblank_too_short(struct radeon_device *rdev)
sys/dev/drm/radeon/rv770_dpm.c
324
bool gddr5,
sys/dev/drm/radeon/rv770_dpm.c
74
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
776
bool enable)
sys/dev/drm/radeon/rv770_dpm.c
785
bool enable)
sys/dev/drm/radeon/rv770_dpm.h
154
bool dc_compatible;
sys/dev/drm/radeon/rv770_dpm.h
194
bool enable);
sys/dev/drm/radeon/rv770_dpm.h
197
void rv730_program_dcodt(struct radeon_device *rdev, bool use_dcodt);
sys/dev/drm/radeon/rv770_dpm.h
210
bool enable);
sys/dev/drm/radeon/rv770_dpm.h
212
u32 rv740_get_dll_speed(bool is_gddr5, u32 memory_clock);
sys/dev/drm/radeon/rv770_dpm.h
242
bool rv770_dpm_enabled(struct radeon_device *rdev);
sys/dev/drm/radeon/rv770_dpm.h
244
bool enable);
sys/dev/drm/radeon/rv770_dpm.h
246
bool enable);
sys/dev/drm/radeon/rv770_dpm.h
248
bool enable);
sys/dev/drm/radeon/rv770_dpm.h
251
bool enable);
sys/dev/drm/radeon/rv770_dpm.h
76
bool mem_gddr5;
sys/dev/drm/radeon/rv770_dpm.h
77
bool pcie_gen2;
sys/dev/drm/radeon/rv770_dpm.h
78
bool dynamic_pcie_gen2;
sys/dev/drm/radeon/rv770_dpm.h
79
bool acpi_pcie_gen2;
sys/dev/drm/radeon/rv770_dpm.h
80
bool boot_in_gen2;
sys/dev/drm/radeon/rv770_dpm.h
81
bool voltage_control; /* vddc */
sys/dev/drm/radeon/rv770_dpm.h
82
bool mvdd_control;
sys/dev/drm/radeon/rv770_dpm.h
83
bool sclk_ss;
sys/dev/drm/radeon/rv770_dpm.h
84
bool mclk_ss;
sys/dev/drm/radeon/rv770_dpm.h
85
bool dynamic_ss;
sys/dev/drm/radeon/rv770_dpm.h
86
bool gfx_clock_gating;
sys/dev/drm/radeon/rv770_dpm.h
87
bool mg_clock_gating;
sys/dev/drm/radeon/rv770_dpm.h
88
bool mgcgtssm;
sys/dev/drm/radeon/rv770_dpm.h
89
bool power_gating;
sys/dev/drm/radeon/rv770_dpm.h
90
bool thermal_protection;
sys/dev/drm/radeon/rv770_dpm.h
91
bool display_gap;
sys/dev/drm/radeon/rv770_dpm.h
92
bool dcodt;
sys/dev/drm/radeon/rv770_dpm.h
93
bool ulps;
sys/dev/drm/radeon/rv770_smc.c
412
bool rv770_is_smc_running(struct radeon_device *rdev)
sys/dev/drm/radeon/rv770_smc.h
197
bool rv770_is_smc_running(struct radeon_device *rdev);
sys/dev/drm/radeon/si.c
125
bool enable);
sys/dev/drm/radeon/si.c
1669
bool new_smc = false;
sys/dev/drm/radeon/si.c
1670
bool si58_fw = false;
sys/dev/drm/radeon/si.c
1671
bool banks2_fw = false;
sys/dev/drm/radeon/si.c
2051
bool interlaced; /* mode is interlaced */
sys/dev/drm/radeon/si.c
2240
static bool dce6_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm)
sys/dev/drm/radeon/si.c
2249
static bool dce6_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm)
sys/dev/drm/radeon/si.c
2258
static bool dce6_check_latency_hiding(struct dce6_wm_params *wm)
sys/dev/drm/radeon/si.c
3450
static void si_cp_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/si.c
4073
int si_asic_reset(struct radeon_device *rdev, bool hard)
sys/dev/drm/radeon/si.c
4113
bool si_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/si.c
4397
static bool si_vm_reg_valid(u32 reg)
sys/dev/drm/radeon/si.c
5132
bool enable)
sys/dev/drm/radeon/si.c
5158
bool sw_mode)
sys/dev/drm/radeon/si.c
5180
bool hw_mode = true;
sys/dev/drm/radeon/si.c
5216
static void si_enable_dma_pg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/si.c
5241
bool enable)
sys/dev/drm/radeon/si.c
5342
bool enable)
sys/dev/drm/radeon/si.c
5382
bool enable)
sys/dev/drm/radeon/si.c
5438
bool enable)
sys/dev/drm/radeon/si.c
5483
bool enable)
sys/dev/drm/radeon/si.c
5500
bool enable)
sys/dev/drm/radeon/si.c
5517
bool enable)
sys/dev/drm/radeon/si.c
5554
bool enable)
sys/dev/drm/radeon/si.c
5572
bool enable)
sys/dev/drm/radeon/si.c
5588
bool enable)
sys/dev/drm/radeon/si.c
5604
u32 block, bool enable)
sys/dev/drm/radeon/si.c
5823
static bool si_lbpw_supported(struct radeon_device *rdev)
sys/dev/drm/radeon/si.c
5834
static void si_enable_lbpw(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/si.c
6240
bool queue_hotplug = false;
sys/dev/drm/radeon/si.c
6241
bool queue_dp = false;
sys/dev/drm/radeon/si.c
6242
bool queue_thermal = false;
sys/dev/drm/radeon/si.c
7248
bool disable_l0s = false, disable_l1 = false, disable_plloff_in_l1 = false;
sys/dev/drm/radeon/si.c
7250
bool disable_clkreq = false;
sys/dev/drm/radeon/si.c
7288
bool clk_req_support;
sys/dev/drm/radeon/si_dma.c
41
bool si_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
sys/dev/drm/radeon/si_dpm.c
1744
extern void vce_v1_0_enable_mgcg(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/si_dpm.c
1871
bool update_dte_from_pl2 = false;
sys/dev/drm/radeon/si_dpm.c
2124
bool adjust_polarity,
sys/dev/drm/radeon/si_dpm.c
2275
static bool si_should_disable_uvd_powertune(struct radeon_device *rdev,
sys/dev/drm/radeon/si_dpm.c
2303
bool disable_uvd_power_tune;
sys/dev/drm/radeon/si_dpm.c
2388
bool enable_sq_ramping = ni_pi->enable_sq_ramping;
sys/dev/drm/radeon/si_dpm.c
2440
bool enable)
sys/dev/drm/radeon/si_dpm.c
2801
bool enable)
sys/dev/drm/radeon/si_dpm.c
2972
bool disable_mclk_switching = false;
sys/dev/drm/radeon/si_dpm.c
2973
bool disable_sclk_switching = false;
sys/dev/drm/radeon/si_dpm.c
3207
static bool si_is_special_1gb_platform(struct radeon_device *rdev)
sys/dev/drm/radeon/si_dpm.c
3209
bool ret = false;
sys/dev/drm/radeon/si_dpm.c
3211
bool is_memory_gddr5, is_special;
sys/dev/drm/radeon/si_dpm.c
3284
bool want_thermal_protection;
sys/dev/drm/radeon/si_dpm.c
3318
bool enable)
sys/dev/drm/radeon/si_dpm.c
3345
static void si_enable_sclk_control(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/si_dpm.c
3377
static int si_notify_hw_of_powersource(struct radeon_device *rdev, bool ac_power)
sys/dev/drm/radeon/si_dpm.c
3592
bool enable)
sys/dev/drm/radeon/si_dpm.c
3634
bool has_display)
sys/dev/drm/radeon/si_dpm.c
3729
static void si_enable_spread_spectrum(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/si_dpm.c
3840
u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode)
sys/dev/drm/radeon/si_dpm.c
3865
bool strobe_mode = false;
sys/dev/drm/radeon/si_dpm.c
3895
static bool si_validate_phase_shedding_tables(struct radeon_device *rdev,
sys/dev/drm/radeon/si_dpm.c
4155
bool voltage_found = false;
sys/dev/drm/radeon/si_dpm.c
4879
bool strobe_mode,
sys/dev/drm/radeon/si_dpm.c
4880
bool dll_state_on)
sys/dev/drm/radeon/si_dpm.c
4987
bool dll_state_on;
sys/dev/drm/radeon/si_dpm.c
4989
bool gmc_pg = false;
sys/dev/drm/radeon/si_dpm.c
5149
static bool si_is_state_ulv_compatible(struct radeon_device *rdev,
sys/dev/drm/radeon/si_dpm.c
5428
static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg)
sys/dev/drm/radeon/si_dpm.c
5430
bool result = true;
sys/dev/drm/radeon/si_dpm.c
5713
static void si_enable_voltage_control(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/si_dpm.c
5812
bool ds_status_on, u32 count_write)
sys/dev/drm/radeon/si_dpm.c
5959
bool enable)
sys/dev/drm/radeon/si_dpm.h
143
bool supported;
sys/dev/drm/radeon/si_dpm.h
148
bool one_pcie_lane_in_ulv;
sys/dev/drm/radeon/si_dpm.h
168
bool enable_dte;
sys/dev/drm/radeon/si_dpm.h
169
bool enable_ppm;
sys/dev/drm/radeon/si_dpm.h
170
bool vddc_phase_shed_control;
sys/dev/drm/radeon/si_dpm.h
171
bool pspp_notify_required;
sys/dev/drm/radeon/si_dpm.h
172
bool sclk_deep_sleep_above_low;
sys/dev/drm/radeon/si_dpm.h
173
bool voltage_control_svi2;
sys/dev/drm/radeon/si_dpm.h
174
bool vddci_control_svi2;
sys/dev/drm/radeon/si_dpm.h
202
bool fan_ctrl_is_in_default_mode;
sys/dev/drm/radeon/si_dpm.h
205
bool fan_is_controlled_by_smc;
sys/dev/drm/radeon/si_dpm.h
56
bool enable_powertune_by_default;
sys/dev/drm/radeon/si_dpm.h
68
bool disable_uvd_powertune;
sys/dev/drm/radeon/si_dpm.h
86
bool enable_dte_by_default;
sys/dev/drm/radeon/si_smc.c
161
bool si_is_smc_running(struct radeon_device *rdev)
sys/dev/drm/radeon/sislands_smc.h
414
bool si_is_smc_running(struct radeon_device *rdev);
sys/dev/drm/radeon/sumo_dpm.c
106
static void sumo_mg_clockgating_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_dpm.c
1883
u32 sumo_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/sumo_dpm.c
1894
u32 sumo_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/sumo_dpm.c
277
static void sumo_gfx_powergating_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_dpm.c
583
static void sumo_power_level_enable(struct radeon_device *rdev, u32 index, bool enable)
sys/dev/drm/radeon/sumo_dpm.c
602
static bool sumo_dpm_enabled(struct radeon_device *rdev)
sys/dev/drm/radeon/sumo_dpm.c
620
static void sumo_set_forced_mode(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_dpm.c
718
bool enable)
sys/dev/drm/radeon/sumo_dpm.c
872
void sumo_take_smu_control(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_dpm.c
891
static void sumo_enable_sclk_ds(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_dpm.c
91
static void sumo_gfx_clockgating_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_dpm.c
955
static void sumo_enable_voltage_scaling(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_dpm.h
100
bool enable_boost;
sys/dev/drm/radeon/sumo_dpm.h
119
bool disable_gfx_power_gating_in_uvd;
sys/dev/drm/radeon/sumo_dpm.h
120
bool driver_nbps_policy_disable;
sys/dev/drm/radeon/sumo_dpm.h
121
bool enable_alt_vddnb;
sys/dev/drm/radeon/sumo_dpm.h
122
bool enable_dynamic_m3_arbiter;
sys/dev/drm/radeon/sumo_dpm.h
123
bool enable_gfx_clock_gating;
sys/dev/drm/radeon/sumo_dpm.h
124
bool enable_gfx_power_gating;
sys/dev/drm/radeon/sumo_dpm.h
125
bool enable_mg_clock_gating;
sys/dev/drm/radeon/sumo_dpm.h
126
bool enable_sclk_ds;
sys/dev/drm/radeon/sumo_dpm.h
127
bool enable_auto_thermal_throttling;
sys/dev/drm/radeon/sumo_dpm.h
128
bool enable_dynamic_patch_ps;
sys/dev/drm/radeon/sumo_dpm.h
129
bool enable_dpm;
sys/dev/drm/radeon/sumo_dpm.h
130
bool enable_boost;
sys/dev/drm/radeon/sumo_dpm.h
195
void sumo_take_smu_control(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/sumo_dpm.h
215
bool powersaving, bool force_nbps1);
sys/dev/drm/radeon/sumo_dpm.h
216
void sumo_boost_state_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/sumo_smc.c
110
bool powersaving, bool force_nbps1)
sys/dev/drm/radeon/sumo_smc.c
208
void sumo_boost_state_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/sumo_smc.c
93
static bool sumo_is_alt_vddnb_supported(struct radeon_device *rdev)
sys/dev/drm/radeon/sumo_smc.c
96
bool return_code = false;
sys/dev/drm/radeon/trinity_dpm.c
1094
void trinity_dpm_enable_bapm(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/trinity_dpm.c
1551
bool force_high;
sys/dev/drm/radeon/trinity_dpm.c
2094
u32 trinity_dpm_get_sclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/trinity_dpm.c
2105
u32 trinity_dpm_get_mclk(struct radeon_device *rdev, bool low)
sys/dev/drm/radeon/trinity_dpm.c
345
extern void vce_v1_0_enable_mgcg(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/trinity_dpm.c
408
bool enable)
sys/dev/drm/radeon/trinity_dpm.c
448
bool enable)
sys/dev/drm/radeon/trinity_dpm.c
491
bool enable)
sys/dev/drm/radeon/trinity_dpm.c
508
bool enable)
sys/dev/drm/radeon/trinity_dpm.c
522
bool enable)
sys/dev/drm/radeon/trinity_dpm.c
739
u32 index, bool enable)
sys/dev/drm/radeon/trinity_dpm.c
751
static bool trinity_dpm_enabled(struct radeon_device *rdev)
sys/dev/drm/radeon/trinity_dpm.c
901
static bool trinity_uvd_clocks_zero(struct radeon_ps *rps)
sys/dev/drm/radeon/trinity_dpm.c
909
static bool trinity_uvd_clocks_equal(struct radeon_ps *rps1,
sys/dev/drm/radeon/trinity_dpm.h
101
bool enable_nbps_policy;
sys/dev/drm/radeon/trinity_dpm.h
102
bool voltage_drop_in_dce;
sys/dev/drm/radeon/trinity_dpm.h
103
bool override_dynamic_mgpg;
sys/dev/drm/radeon/trinity_dpm.h
104
bool enable_gfx_clock_gating;
sys/dev/drm/radeon/trinity_dpm.h
105
bool enable_gfx_power_gating;
sys/dev/drm/radeon/trinity_dpm.h
106
bool enable_mg_clock_gating;
sys/dev/drm/radeon/trinity_dpm.h
107
bool enable_gfx_dynamic_mgpg;
sys/dev/drm/radeon/trinity_dpm.h
108
bool enable_auto_thermal_throttling;
sys/dev/drm/radeon/trinity_dpm.h
109
bool enable_dpm;
sys/dev/drm/radeon/trinity_dpm.h
110
bool enable_sclk_ds;
sys/dev/drm/radeon/trinity_dpm.h
111
bool enable_bapm;
sys/dev/drm/radeon/trinity_dpm.h
112
bool uvd_dpm;
sys/dev/drm/radeon/trinity_dpm.h
122
int trinity_dpm_bapm_enable(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/trinity_dpm.h
123
int trinity_dpm_config(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/trinity_dpm.h
129
bool enable);
sys/dev/drm/radeon/trinity_smc.c
56
int trinity_dpm_bapm_enable(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/trinity_smc.c
64
int trinity_dpm_config(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/trinity_smc.c
99
bool enable)
sys/dev/drm/radeon/uvd_v1_0.c
465
bool uvd_v1_0_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/uvd_v1_0.c
468
bool emit_wait)
sys/dev/drm/radeon/uvd_v2_2.c
72
bool uvd_v2_2_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/uvd_v2_2.c
75
bool emit_wait)
sys/dev/drm/radeon/uvd_v3_1.c
40
bool uvd_v3_1_semaphore_emit(struct radeon_device *rdev,
sys/dev/drm/radeon/uvd_v3_1.c
43
bool emit_wait)
sys/dev/drm/radeon/vce_v1_0.c
102
void vce_v1_0_enable_mgcg(struct radeon_device *rdev, bool enable);
sys/dev/drm/radeon/vce_v1_0.c
103
void vce_v1_0_enable_mgcg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/vce_v2_0.c
111
void vce_v2_0_enable_mgcg(struct radeon_device *rdev, bool enable)
sys/dev/drm/radeon/vce_v2_0.c
113
bool sw_cg = false;
sys/dev/drm/radeon/vce_v2_0.c
38
static void vce_v2_0_set_sw_cg(struct radeon_device *rdev, bool gated)
sys/dev/drm/radeon/vce_v2_0.c
73
static void vce_v2_0_set_dyn_cg(struct radeon_device *rdev, bool gated)
sys/dev/drm/scheduler/sched_entity.c
107
bool drm_sched_entity_is_ready(struct drm_sched_entity *entity)
sys/dev/drm/scheduler/sched_entity.c
379
static bool drm_sched_entity_add_dependency_cb(struct drm_sched_entity *entity)
sys/dev/drm/scheduler/sched_entity.c
503
bool first;
sys/dev/drm/scheduler/sched_entity.c
89
static bool drm_sched_entity_is_idle(struct drm_sched_entity *entity)
sys/dev/drm/scheduler/sched_main.c
169
bool drm_sched_dependency_optimized(struct dma_fence* fence,
sys/dev/drm/scheduler/sched_main.c
351
bool found_guilty = false;
sys/dev/drm/scheduler/sched_main.c
437
static bool drm_sched_ready(struct drm_gpu_scheduler *sched)
sys/dev/drm/scheduler/sched_main.c
512
static bool drm_sched_blocked(struct drm_gpu_scheduler *sched)
sys/dev/drm/ttm/ttm_bo.c
1115
static bool ttm_bo_places_compat(const struct ttm_place *places,
sys/dev/drm/ttm/ttm_bo.c
1139
bool ttm_bo_mem_compat(struct ttm_placement *placement,
sys/dev/drm/ttm/ttm_bo.c
1208
bool locked;
sys/dev/drm/ttm/ttm_bo.c
1308
bool interruptible,
sys/dev/drm/ttm/ttm_bo.c
1363
bool interruptible,
sys/dev/drm/ttm/ttm_bo.c
1625
bool need_dma32)
sys/dev/drm/ttm/ttm_bo.c
1666
bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem)
sys/dev/drm/ttm/ttm_bo.c
1715
bool interruptible, bool no_wait)
sys/dev/drm/ttm/ttm_bo.c
1739
int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait)
sys/dev/drm/ttm/ttm_bo.c
1772
bool locked;
sys/dev/drm/ttm/ttm_bo.c
308
struct ttm_mem_reg *mem, bool evict,
sys/dev/drm/ttm/ttm_bo.c
312
bool old_is_pci = ttm_mem_reg_is_pci(bdev, &bo->mem);
sys/dev/drm/ttm/ttm_bo.c
313
bool new_is_pci = ttm_mem_reg_is_pci(bdev, mem);
sys/dev/drm/ttm/ttm_bo.c
333
bool zero = !(old_man->flags & TTM_MEMTYPE_FLAG_FIXED);
sys/dev/drm/ttm/ttm_bo.c
533
bool interruptible, bool no_wait_gpu,
sys/dev/drm/ttm/ttm_bo.c
534
bool unlock_resv)
sys/dev/drm/ttm/ttm_bo.c
606
static bool ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all)
sys/dev/drm/ttm/ttm_bo.c
610
bool empty;
sys/dev/drm/ttm/ttm_bo.c
749
bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
sys/dev/drm/ttm/ttm_bo.c
773
static bool ttm_bo_evict_swapout_allowable(struct ttm_buffer_object *bo,
sys/dev/drm/ttm/ttm_bo.c
774
struct ttm_operation_ctx *ctx, bool *locked)
sys/dev/drm/ttm/ttm_bo.c
776
bool ret = false;
sys/dev/drm/ttm/ttm_bo.c
800
bool locked = false;
sys/dev/drm/ttm/ttm_bo.c
946
static bool ttm_bo_mt_compatible(struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo.c
982
bool type_found = false;
sys/dev/drm/ttm/ttm_bo.c
983
bool type_ok = false;
sys/dev/drm/ttm/ttm_bo.c
984
bool has_erestartsys = false;
sys/dev/drm/ttm/ttm_bo_util.c
663
bool evict,
sys/dev/drm/ttm/ttm_bo_util.c
724
struct dma_fence *fence, bool evict,
sys/dev/drm/ttm/ttm_bo_util.c
93
int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible)
sys/dev/drm/ttm/ttm_bo_vm.c
340
bool is_iomem;
sys/dev/drm/ttm/ttm_execbuf_util.c
94
struct list_head *list, bool intr,
sys/dev/drm/ttm/ttm_memory.c
181
static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
182
bool from_wq, uint64_t extra)
sys/dev/drm/ttm/ttm_memory.c
213
static void ttm_shrink(struct ttm_mem_global *glob, bool from_wq,
sys/dev/drm/ttm/ttm_memory.c
386
bool needs_swapping = false;
sys/dev/drm/ttm/ttm_memory.c
440
bool
sys/dev/drm/ttm/ttm_memory.c
464
uint64_t amount, bool reserve)
sys/dev/drm/ttm/ttm_page_alloc.c
228
static struct ttm_page_pool *ttm_get_pool(int flags, bool huge,
sys/dev/drm/ttm/ttm_page_alloc.c
291
bool use_static)
sys/dev/drm/ttm/ttm_page_alloc.c
77
bool fill_lock;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
401
bool use_static)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
853
static gfp_t ttm_dma_pool_gfp_flags(struct ttm_dma_tt *ttm_dma, bool huge)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
995
bool is_cached = false;
sys/dev/drm/ttm/ttm_tt.c
51
int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc)
sys/dev/misc/cuse/cuse.c
270
static bool
sys/dev/misc/cuse/cuse.c
830
struct cuse_data_chunk *pchk, bool isread)
sys/dev/misc/cuse/cuse.c
952
struct cuse_data_chunk *pchk, bool isread)
sys/dev/misc/cuse/cuse.c
993
struct cuse_data_chunk *pchk, bool isread)
sys/dev/misc/evdev/cdev.c
858
bool last_was_syn = false;
sys/dev/misc/evdev/evdev.c
1044
bool
sys/dev/misc/evdev/evdev.c
553
bool
sys/dev/misc/evdev/evdev.h
155
bool evdev_is_grabbed(struct evdev_dev *);
sys/dev/misc/evdev/evdev_mt.c
115
bool type_a;
sys/dev/misc/evdev/evdev_mt.c
177
bool type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT);
sys/dev/misc/evdev/evdev_mt.c
202
bool type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT);
sys/dev/misc/evdev/evdev_mt.c
408
bool
sys/dev/misc/evdev/evdev_mt.c
84
bool type_a;
sys/dev/misc/evdev/evdev_private.h
127
bool ev_report_opened; /* (s) */
sys/dev/misc/evdev/evdev_private.h
172
bool ec_async; /* (q) */
sys/dev/misc/evdev/evdev_private.h
173
bool ec_revoked; /* (l) */
sys/dev/misc/evdev/evdev_private.h
174
bool ec_blocked; /* (q) */
sys/dev/misc/evdev/evdev_private.h
175
bool ec_selected; /* (q) */
sys/dev/misc/evdev/evdev_private.h
209
bool evdev_event_supported(struct evdev_dev *, uint16_t);
sys/dev/misc/evdev/evdev_private.h
231
bool evdev_mt_record_event(struct evdev_dev *, uint16_t, uint16_t, int32_t);
sys/dev/misc/psm/psm.c
1786
bool is_pointing_stick;
sys/dev/netif/em/if_em.c
1999
bool eop = 0;
sys/dev/netif/ig_hal/e1000_80003es2lan.c
666
bool link;
sys/dev/netif/ig_hal/e1000_82541.c
1201
void e1000_init_script_state_82541(struct e1000_hw *hw, bool state)
sys/dev/netif/ig_hal/e1000_82541.c
58
bool active);
sys/dev/netif/ig_hal/e1000_82541.c
585
bool link;
sys/dev/netif/ig_hal/e1000_82541.c
63
bool link_up);
sys/dev/netif/ig_hal/e1000_82541.c
666
bool link_up)
sys/dev/netif/ig_hal/e1000_82541.c
942
static s32 e1000_set_d3_lplu_state_82541(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_82541.h
91
void e1000_init_script_state_82541(struct e1000_hw *hw, bool state);
sys/dev/netif/ig_hal/e1000_82543.c
1060
bool link;
sys/dev/netif/ig_hal/e1000_82543.c
1199
bool link;
sys/dev/netif/ig_hal/e1000_82543.c
281
static bool e1000_tbi_compatibility_enabled_82543(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82543.c
284
bool state = FALSE;
sys/dev/netif/ig_hal/e1000_82543.c
306
void e1000_set_tbi_compatibility_82543(struct e1000_hw *hw, bool state)
sys/dev/netif/ig_hal/e1000_82543.c
333
bool e1000_tbi_sbp_enabled_82543(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82543.c
336
bool state = FALSE;
sys/dev/netif/ig_hal/e1000_82543.c
358
static void e1000_set_tbi_sbp_82543(struct e1000_hw *hw, bool state)
sys/dev/netif/ig_hal/e1000_82543.c
379
static bool e1000_init_phy_disabled_82543(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82543.c
382
bool ret_val;
sys/dev/netif/ig_hal/e1000_82543.c
68
static bool e1000_init_phy_disabled_82543(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_82543.c
75
static bool e1000_tbi_compatibility_enabled_82543(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_82543.c
76
static void e1000_set_tbi_sbp_82543(struct e1000_hw *hw, bool state);
sys/dev/netif/ig_hal/e1000_82543.c
768
bool link;
sys/dev/netif/ig_hal/e1000_82543.h
54
bool state);
sys/dev/netif/ig_hal/e1000_82543.h
55
bool e1000_tbi_sbp_enabled_82543(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_82571.c
1447
static bool e1000_check_mng_mode_82574(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82571.c
1495
bool e1000_check_phy_82574(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82571.c
1840
bool e1000_get_laa_state_82571(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82571.c
1857
void e1000_set_laa_state_82571(struct e1000_hw *hw, bool state)
sys/dev/netif/ig_hal/e1000_82571.c
289
bool force_clear_smbi = FALSE;
sys/dev/netif/ig_hal/e1000_82571.c
61
bool active);
sys/dev/netif/ig_hal/e1000_82571.c
65
static bool e1000_check_mng_mode_82574(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_82571.c
684
static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_82571.c
710
static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_82571.c
81
bool active);
sys/dev/netif/ig_hal/e1000_82571.c
83
bool active);
sys/dev/netif/ig_hal/e1000_82571.c
980
static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_82571.h
62
bool e1000_check_phy_82574(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_82571.h
63
bool e1000_get_laa_state_82571(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_82571.h
64
void e1000_set_laa_state_82571(struct e1000_hw *hw, bool state);
sys/dev/netif/ig_hal/e1000_82575.c
111
static s32 e1000_clock_in_i2c_bit(struct e1000_hw *hw, bool *data);
sys/dev/netif/ig_hal/e1000_82575.c
112
static s32 e1000_clock_out_i2c_bit(struct e1000_hw *hw, bool data);
sys/dev/netif/ig_hal/e1000_82575.c
115
static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data);
sys/dev/netif/ig_hal/e1000_82575.c
116
static bool e1000_get_i2c_data(u32 *i2cctl);
sys/dev/netif/ig_hal/e1000_82575.c
132
static bool e1000_sgmii_uses_mdio_82575(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82575.c
135
bool ext_mdio = FALSE;
sys/dev/netif/ig_hal/e1000_82575.c
1636
bool pcs_autoneg;
sys/dev/netif/ig_hal/e1000_82575.c
1959
static bool e1000_sgmii_active_82575(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_82575.c
2274
void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf)
sys/dev/netif/ig_hal/e1000_82575.c
2312
void e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable)
sys/dev/netif/ig_hal/e1000_82575.c
2349
void e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable)
sys/dev/netif/ig_hal/e1000_82575.c
2466
bool global_device_reset = hw->dev_spec._82575.global_device_reset;
sys/dev/netif/ig_hal/e1000_82575.c
2790
u16 *data, bool read)
sys/dev/netif/ig_hal/e1000_82575.c
3018
s32 e1000_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M)
sys/dev/netif/ig_hal/e1000_82575.c
3073
s32 e1000_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M)
sys/dev/netif/ig_hal/e1000_82575.c
3155
s32 e1000_get_eee_status_i354(struct e1000_hw *hw, bool *status)
sys/dev/netif/ig_hal/e1000_82575.c
3278
bool nack = TRUE;
sys/dev/netif/ig_hal/e1000_82575.c
3490
bool bit = 0;
sys/dev/netif/ig_hal/e1000_82575.c
3515
bool bit = 0;
sys/dev/netif/ig_hal/e1000_82575.c
3549
bool ack = TRUE;
sys/dev/netif/ig_hal/e1000_82575.c
3589
static s32 e1000_clock_in_i2c_bit(struct e1000_hw *hw, bool *data)
sys/dev/netif/ig_hal/e1000_82575.c
3618
static s32 e1000_clock_out_i2c_bit(struct e1000_hw *hw, bool data)
sys/dev/netif/ig_hal/e1000_82575.c
3694
static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data)
sys/dev/netif/ig_hal/e1000_82575.c
3729
static bool e1000_get_i2c_data(u32 *i2cctl)
sys/dev/netif/ig_hal/e1000_82575.c
3731
bool data;
sys/dev/netif/ig_hal/e1000_82575.c
69
bool active);
sys/dev/netif/ig_hal/e1000_82575.c
71
bool active);
sys/dev/netif/ig_hal/e1000_82575.c
73
bool active);
sys/dev/netif/ig_hal/e1000_82575.c
810
static s32 e1000_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_82575.c
87
static bool e1000_sgmii_active_82575(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_82575.c
896
static s32 e1000_set_d0_lplu_state_82580(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_82575.c
943
s32 e1000_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_82575.h
479
void e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable);
sys/dev/netif/ig_hal/e1000_82575.h
480
void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf);
sys/dev/netif/ig_hal/e1000_82575.h
481
void e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable);
sys/dev/netif/ig_hal/e1000_82575.h
493
void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
sys/dev/netif/ig_hal/e1000_82575.h
499
s32 e1000_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M);
sys/dev/netif/ig_hal/e1000_82575.h
500
s32 e1000_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M);
sys/dev/netif/ig_hal/e1000_82575.h
501
s32 e1000_get_eee_status_i354(struct e1000_hw *, bool *);
sys/dev/netif/ig_hal/e1000_api.c
1186
s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_api.c
1208
s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_api.c
426
s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device)
sys/dev/netif/ig_hal/e1000_api.c
645
bool e1000_check_mng_mode(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_api.c
925
bool e1000_enable_tx_pkt_filtering(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_api.h
109
s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/netif/ig_hal/e1000_api.h
110
s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/netif/ig_hal/e1000_api.h
111
bool e1000_check_mng_mode(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_api.h
112
bool e1000_enable_tx_pkt_filtering(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_api.h
56
s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
sys/dev/netif/ig_hal/e1000_hw.h
1006
bool kmrn_lock_loss_workaround_enabled;
sys/dev/netif/ig_hal/e1000_hw.h
1008
bool nvm_k1_enabled;
sys/dev/netif/ig_hal/e1000_hw.h
1009
bool disable_k1_off;
sys/dev/netif/ig_hal/e1000_hw.h
1010
bool eee_disable;
sys/dev/netif/ig_hal/e1000_hw.h
1013
bool ulp_capability_disabled;
sys/dev/netif/ig_hal/e1000_hw.h
1014
bool during_suspend_flow;
sys/dev/netif/ig_hal/e1000_hw.h
1015
bool during_dpg_exit;
sys/dev/netif/ig_hal/e1000_hw.h
724
bool (*check_mng_mode)(struct e1000_hw *);
sys/dev/netif/ig_hal/e1000_hw.h
783
s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
sys/dev/netif/ig_hal/e1000_hw.h
784
s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
sys/dev/netif/ig_hal/e1000_hw.h
837
bool adaptive_ifs;
sys/dev/netif/ig_hal/e1000_hw.h
838
bool has_fwsm;
sys/dev/netif/ig_hal/e1000_hw.h
839
bool arc_subsystem_valid;
sys/dev/netif/ig_hal/e1000_hw.h
840
bool asf_firmware_present;
sys/dev/netif/ig_hal/e1000_hw.h
841
bool autoneg;
sys/dev/netif/ig_hal/e1000_hw.h
842
bool autoneg_failed;
sys/dev/netif/ig_hal/e1000_hw.h
843
bool get_link_status;
sys/dev/netif/ig_hal/e1000_hw.h
844
bool in_ifs_mode;
sys/dev/netif/ig_hal/e1000_hw.h
845
bool report_tx_early;
sys/dev/netif/ig_hal/e1000_hw.h
847
bool serdes_has_link;
sys/dev/netif/ig_hal/e1000_hw.h
848
bool tx_pkt_filtering;
sys/dev/netif/ig_hal/e1000_hw.h
878
bool disable_polarity_correction;
sys/dev/netif/ig_hal/e1000_hw.h
879
bool is_mdix;
sys/dev/netif/ig_hal/e1000_hw.h
880
bool polarity_correction;
sys/dev/netif/ig_hal/e1000_hw.h
881
bool speed_downgraded;
sys/dev/netif/ig_hal/e1000_hw.h
882
bool autoneg_wait_to_complete;
sys/dev/netif/ig_hal/e1000_hw.h
914
bool send_xon; /* Flow control send XON */
sys/dev/netif/ig_hal/e1000_hw.h
915
bool strict_ieee; /* Strict IEEE mode */
sys/dev/netif/ig_hal/e1000_hw.h
924
bool phy_init_script;
sys/dev/netif/ig_hal/e1000_hw.h
928
bool dma_fairness;
sys/dev/netif/ig_hal/e1000_hw.h
933
bool dma_fairness;
sys/dev/netif/ig_hal/e1000_hw.h
934
bool init_phy_disabled;
sys/dev/netif/ig_hal/e1000_hw.h
938
bool laa_is_present;
sys/dev/netif/ig_hal/e1000_hw.h
943
bool mdic_wa_enable;
sys/dev/netif/ig_hal/e1000_hw.h
948
bool modified;
sys/dev/netif/ig_hal/e1000_hw.h
989
bool sgmii_active;
sys/dev/netif/ig_hal/e1000_hw.h
990
bool global_device_reset;
sys/dev/netif/ig_hal/e1000_hw.h
991
bool eee_disable;
sys/dev/netif/ig_hal/e1000_hw.h
992
bool module_plugged;
sys/dev/netif/ig_hal/e1000_hw.h
993
bool clear_semaphore_once;
sys/dev/netif/ig_hal/e1000_hw.h
997
bool media_changed;
sys/dev/netif/ig_hal/e1000_i210.c
695
bool e1000_get_flash_presence_i210(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_i210.c
698
bool ret_val = FALSE;
sys/dev/netif/ig_hal/e1000_i210.c
856
u8 dev_addr, u16 *data, bool read)
sys/dev/netif/ig_hal/e1000_i210.h
38
bool e1000_get_flash_presence_i210(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_ich8lan.c
1006
static s32 e1000_k1_workaround_lpt_lp(struct e1000_hw *hw, bool link)
sys/dev/netif/ig_hal/e1000_ich8lan.c
1115
static s32 e1000_platform_pm_pch_lpt(struct e1000_hw *hw, bool link)
sys/dev/netif/ig_hal/e1000_ich8lan.c
116
static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
sys/dev/netif/ig_hal/e1000_ich8lan.c
1257
s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx)
sys/dev/netif/ig_hal/e1000_ich8lan.c
1403
s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force)
sys/dev/netif/ig_hal/e1000_ich8lan.c
146
static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate);
sys/dev/netif/ig_hal/e1000_ich8lan.c
1551
bool link;
sys/dev/netif/ig_hal/e1000_ich8lan.c
1959
static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_ich8lan.c
1980
static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_ich8lan.c
200
static bool e1000_phy_is_accessible_pchlan(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_ich8lan.c
2195
bool blocked = FALSE;
sys/dev/netif/ig_hal/e1000_ich8lan.c
2387
static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
sys/dev/netif/ig_hal/e1000_ich8lan.c
2391
bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled;
sys/dev/netif/ig_hal/e1000_ich8lan.c
2469
s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
sys/dev/netif/ig_hal/e1000_ich8lan.c
2522
static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
sys/dev/netif/ig_hal/e1000_ich8lan.c
2758
s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
sys/dev/netif/ig_hal/e1000_ich8lan.c
3019
static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate)
sys/dev/netif/ig_hal/e1000_ich8lan.c
3177
static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_ich8lan.c
3211
static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_ich8lan.c
3307
static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_ich8lan.c
5458
bool link;
sys/dev/netif/ig_hal/e1000_ich8lan.c
5515
bool state)
sys/dev/netif/ig_hal/e1000_ich8lan.c
78
static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_ich8lan.c
79
static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_ich8lan.c
841
u16 *data, bool read)
sys/dev/netif/ig_hal/e1000_ich8lan.c
88
static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
sys/dev/netif/ig_hal/e1000_ich8lan.c
90
bool active);
sys/dev/netif/ig_hal/e1000_ich8lan.c
92
bool active);
sys/dev/netif/ig_hal/e1000_ich8lan.h
334
bool state);
sys/dev/netif/ig_hal/e1000_ich8lan.h
339
s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable);
sys/dev/netif/ig_hal/e1000_ich8lan.h
341
s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable);
sys/dev/netif/ig_hal/e1000_ich8lan.h
345
s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx);
sys/dev/netif/ig_hal/e1000_ich8lan.h
346
s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
sys/dev/netif/ig_hal/e1000_mac.c
120
bool e1000_null_mng_mode(struct e1000_hw E1000_UNUSEDARG *hw)
sys/dev/netif/ig_hal/e1000_mac.c
719
bool link;
sys/dev/netif/ig_hal/e1000_mac.h
43
bool e1000_null_mng_mode(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_manage.c
113
bool e1000_check_mng_mode_generic(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_manage.c
131
bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_manage.c
342
bool e1000_enable_mng_pass_thru(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_manage.h
38
bool e1000_check_mng_mode_generic(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_manage.h
39
bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_manage.h
47
bool e1000_enable_mng_pass_thru(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_nvm.h
53
bool or_valid;
sys/dev/netif/ig_hal/e1000_phy.c
144
bool E1000_UNUSEDARG active)
sys/dev/netif/ig_hal/e1000_phy.c
1696
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
1751
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
1817
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
1864
bool reset_dsp = TRUE;
sys/dev/netif/ig_hal/e1000_phy.c
1956
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
2082
s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active)
sys/dev/netif/ig_hal/e1000_phy.c
2355
u32 usec_interval, bool *success)
sys/dev/netif/ig_hal/e1000_phy.c
2636
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
2711
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
2773
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
3436
u16 *data, bool read, bool page_set)
sys/dev/netif/ig_hal/e1000_phy.c
3540
bool locked, bool page_set)
sys/dev/netif/ig_hal/e1000_phy.c
3650
bool locked, bool page_set)
sys/dev/netif/ig_hal/e1000_phy.c
3791
u16 *data, bool read)
sys/dev/netif/ig_hal/e1000_phy.c
39
u16 *data, bool read, bool page_set);
sys/dev/netif/ig_hal/e1000_phy.c
3914
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
3963
bool link;
sys/dev/netif/ig_hal/e1000_phy.c
4119
bool locked = FALSE;
sys/dev/netif/ig_hal/e1000_phy.c
4120
bool ready;
sys/dev/netif/ig_hal/e1000_phy.c
4178
bool line_override)
sys/dev/netif/ig_hal/e1000_phy.c
4181
bool locked = FALSE;
sys/dev/netif/ig_hal/e1000_phy.c
4182
bool ready;
sys/dev/netif/ig_hal/e1000_phy.c
42
u16 *data, bool read);
sys/dev/netif/ig_hal/e1000_phy.c
4239
bool e1000_is_mphy_ready(struct e1000_hw *hw)
sys/dev/netif/ig_hal/e1000_phy.c
4243
bool ready = FALSE;
sys/dev/netif/ig_hal/e1000_phy.c
737
bool locked)
sys/dev/netif/ig_hal/e1000_phy.c
806
bool locked)
sys/dev/netif/ig_hal/e1000_phy.c
875
bool locked)
sys/dev/netif/ig_hal/e1000_phy.c
950
bool locked)
sys/dev/netif/ig_hal/e1000_phy.h
121
bool line_override);
sys/dev/netif/ig_hal/e1000_phy.h
122
bool e1000_is_mphy_ready(struct e1000_hw *hw);
sys/dev/netif/ig_hal/e1000_phy.h
41
s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/netif/ig_hal/e1000_phy.h
79
s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);
sys/dev/netif/ig_hal/e1000_phy.h
87
u32 usec_interval, bool *success);
sys/dev/netif/ig_hal/e1000_vf.c
445
void e1000_vfta_set_vf(struct e1000_hw *hw, u16 vid, bool set)
sys/dev/netif/ig_hal/e1000_vf.h
225
bool get_link_status;
sys/dev/netif/ig_hal/e1000_vf.h
293
void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
sys/dev/netif/iwm/if_iwm.c
3205
static bool
sys/dev/netif/iwm/if_iwm.c
3207
bool stolen)
sys/dev/netif/iwm/if_iwm.c
3316
static bool
sys/dev/netif/iwm/if_iwm.c
3318
bool stolen)
sys/dev/netif/iwm/if_iwm.c
3424
static bool
sys/dev/netif/iwm/if_iwm.c
3426
bool stolen)
sys/dev/netif/iwm/if_iwm.c
3431
bool ret;
sys/dev/netif/iwm/if_iwm.c
349
static bool iwm_rx_mpdu(struct iwm_softc *, struct mbuf *,
sys/dev/netif/iwm/if_iwm.c
350
uint32_t, bool);
sys/dev/netif/iwm/if_iwmvar.h
571
static inline bool
sys/dev/netif/iwm/if_iwmvar.h
577
static inline bool
sys/dev/netif/iwn/if_iwn_chip_cfg.h
101
const bool shadow_ram_support;
sys/dev/netif/iwn/if_iwn_chip_cfg.h
102
const bool shadow_reg_enable;
sys/dev/netif/iwn/if_iwn_chip_cfg.h
103
const bool bt_session_2;
sys/dev/netif/iwn/if_iwn_chip_cfg.h
104
const bool bt_sco_disable;
sys/dev/netif/iwn/if_iwn_chip_cfg.h
105
const bool additional_nic_config;
sys/dev/netif/iwn/if_iwn_chip_cfg.h
107
const bool enhanced_TX_power;
sys/dev/netif/iwn/if_iwn_chip_cfg.h
109
const bool support_hostap;
sys/dev/netif/iwn/if_iwn_chip_cfg.h
110
const bool no_multi_vaps;
sys/dev/netif/ix/if_ix.c
1916
bool negotiate;
sys/dev/netif/ix/if_ix.c
3507
bool negotiate;
sys/dev/netif/ix/if_ix.h
328
bool link_up;
sys/dev/netif/ix/ixgbe_82598.c
1005
bool vlan_on, bool vlvf_bypass)
sys/dev/netif/ix/ixgbe_82598.c
298
bool *autoneg)
sys/dev/netif/ix/ixgbe_82598.c
417
bool link_up;
sys/dev/netif/ix/ixgbe_82598.c
50
bool *autoneg);
sys/dev/netif/ix/ixgbe_82598.c
53
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_82598.c
55
ixgbe_link_speed *speed, bool *link_up,
sys/dev/netif/ix/ixgbe_82598.c
558
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_82598.c
56
bool link_up_wait_to_complete);
sys/dev/netif/ix/ixgbe_82598.c
59
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_82598.c
62
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_82598.c
643
ixgbe_link_speed *speed, bool *link_up,
sys/dev/netif/ix/ixgbe_82598.c
644
bool link_up_wait_to_complete)
sys/dev/netif/ix/ixgbe_82598.c
733
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_82598.c
735
bool autoneg = FALSE;
sys/dev/netif/ix/ixgbe_82598.c
787
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_82598.h
43
s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/netif/ix/ixgbe_82598.h
44
bool vlvf_bypass);
sys/dev/netif/ix/ixgbe_82599.c
1009
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_82599.c
1039
bool link_up = FALSE;
sys/dev/netif/ix/ixgbe_82599.c
1373
bool cloud_mode)
sys/dev/netif/ix/ixgbe_82599.c
1546
bool tunnel;
sys/dev/netif/ix/ixgbe_82599.c
1699
union ixgbe_atr_input *input_mask, bool cloud_mode)
sys/dev/netif/ix/ixgbe_82599.c
1876
u16 soft_id, u8 queue, bool cloud_mode)
sys/dev/netif/ix/ixgbe_82599.c
2015
u16 soft_id, u8 queue, bool cloud_mode)
sys/dev/netif/ix/ixgbe_82599.c
2370
bool ixgbe_verify_lesm_fw_enabled_82599(struct ixgbe_hw *hw)
sys/dev/netif/ix/ixgbe_82599.c
2372
bool lesm_enabled = FALSE;
sys/dev/netif/ix/ixgbe_82599.c
250
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/netif/ix/ixgbe_82599.c
279
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked)
sys/dev/netif/ix/ixgbe_82599.c
417
bool *autoneg)
sys/dev/netif/ix/ixgbe_82599.c
50
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_82599.c
612
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_82599.c
618
bool got_lock = FALSE;
sys/dev/netif/ix/ixgbe_82599.c
779
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_82599.c
784
bool link_up = FALSE;
sys/dev/netif/ix/ixgbe_82599.c
891
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_82599.c
893
bool autoneg = FALSE;
sys/dev/netif/ix/ixgbe_82599.h
39
ixgbe_link_speed *speed, bool *autoneg);
sys/dev/netif/ix/ixgbe_82599.h
48
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_82599.h
50
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_82599.h
52
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_82599.h
63
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val);
sys/dev/netif/ix/ixgbe_82599.h
64
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 reg_val, bool locked);
sys/dev/netif/ix/ixgbe_api.c
1024
bool clear)
sys/dev/netif/ix/ixgbe_api.c
1077
s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/netif/ix/ixgbe_api.c
1078
bool vlvf_bypass)
sys/dev/netif/ix/ixgbe_api.c
1097
s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/netif/ix/ixgbe_api.c
1098
u32 *vfta_delta, u32 vfta, bool vlvf_bypass)
sys/dev/netif/ix/ixgbe_api.c
1197
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/netif/ix/ixgbe_api.c
1209
void ixgbe_set_source_address_pruning(struct ixgbe_hw *hw, bool enable,
sys/dev/netif/ix/ixgbe_api.c
1223
void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
sys/dev/netif/ix/ixgbe_api.c
1313
bool ixgbe_fw_recovery_mode(struct ixgbe_hw *hw)
sys/dev/netif/ix/ixgbe_api.c
1377
bool ixgbe_bypass_valid_rd(struct ixgbe_hw *hw, u32 in_reg, u32 out_reg)
sys/dev/netif/ix/ixgbe_api.c
593
bool *link_up)
sys/dev/netif/ix/ixgbe_api.c
608
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_api.c
620
s32 ixgbe_set_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/netif/ix/ixgbe_api.c
636
bool *link_up, bool link_up_wait_to_complete)
sys/dev/netif/ix/ixgbe_api.c
691
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_api.c
708
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_api.c
724
bool *autoneg)
sys/dev/netif/ix/ixgbe_api.h
123
bool clear);
sys/dev/netif/ix/ixgbe_api.h
129
u32 vind, bool vlan_on, bool vlvf_bypass);
sys/dev/netif/ix/ixgbe_api.h
131
bool vlan_on, u32 *vfta_delta, u32 vfta,
sys/dev/netif/ix/ixgbe_api.h
132
bool vlvf_bypass);
sys/dev/netif/ix/ixgbe_api.h
152
bool cloud_mode);
sys/dev/netif/ix/ixgbe_api.h
158
union ixgbe_atr_input *input_mask, bool cloud_mode);
sys/dev/netif/ix/ixgbe_api.h
161
u16 soft_id, u8 queue, bool cloud_mode);
sys/dev/netif/ix/ixgbe_api.h
170
bool cloud_mode);
sys/dev/netif/ix/ixgbe_api.h
175
bool ixgbe_verify_lesm_fw_enabled_82599(struct ixgbe_hw *hw);
sys/dev/netif/ix/ixgbe_api.h
203
bool ixgbe_bypass_valid_rd(struct ixgbe_hw *hw, u32 in_reg, u32 out_reg);
sys/dev/netif/ix/ixgbe_api.h
208
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/netif/ix/ixgbe_api.h
209
void ixgbe_set_source_address_pruning(struct ixgbe_hw *hw, bool enable,
sys/dev/netif/ix/ixgbe_api.h
211
void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable,
sys/dev/netif/ix/ixgbe_api.h
221
bool ixgbe_fw_recovery_mode(struct ixgbe_hw *hw);
sys/dev/netif/ix/ixgbe_api.h
78
bool *link_up);
sys/dev/netif/ix/ixgbe_api.h
81
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_api.h
82
s32 ixgbe_set_phy_power(struct ixgbe_hw *, bool on);
sys/dev/netif/ix/ixgbe_api.h
87
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_api.h
89
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_api.h
91
bool *link_up, bool link_up_wait_to_complete);
sys/dev/netif/ix/ixgbe_api.h
93
bool *autoneg);
sys/dev/netif/ix/ixgbe_common.c
162
bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw)
sys/dev/netif/ix/ixgbe_common.c
164
bool supported = FALSE;
sys/dev/netif/ix/ixgbe_common.c
166
bool link_up;
sys/dev/netif/ix/ixgbe_common.c
239
bool locked = FALSE;
sys/dev/netif/ix/ixgbe_common.c
2728
bool clear)
sys/dev/netif/ix/ixgbe_common.c
3107
bool link_up;
sys/dev/netif/ix/ixgbe_common.c
3393
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/netif/ix/ixgbe_common.c
3409
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked)
sys/dev/netif/ix/ixgbe_common.c
3464
bool link_up = 0;
sys/dev/netif/ix/ixgbe_common.c
3468
bool locked = FALSE;
sys/dev/netif/ix/ixgbe_common.c
3516
bool locked = FALSE;
sys/dev/netif/ix/ixgbe_common.c
3923
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass)
sys/dev/netif/ix/ixgbe_common.c
3974
bool vlan_on, bool vlvf_bypass)
sys/dev/netif/ix/ixgbe_common.c
4041
bool vlan_on, u32 *vfta_delta, u32 vfta,
sys/dev/netif/ix/ixgbe_common.c
4042
bool vlvf_bypass)
sys/dev/netif/ix/ixgbe_common.c
4147
static bool ixgbe_need_crosstalk_fix(struct ixgbe_hw *hw)
sys/dev/netif/ix/ixgbe_common.c
4176
bool *link_up, bool link_up_wait_to_complete)
sys/dev/netif/ix/ixgbe_common.c
4385
void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
sys/dev/netif/ix/ixgbe_common.c
4409
void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
sys/dev/netif/ix/ixgbe_common.c
4587
u32 length, u32 timeout, bool return_data)
sys/dev/netif/ix/ixgbe_common.c
4969
bool ixgbe_bypass_valid_rd_generic(u32 in_reg, u32 out_reg)
sys/dev/netif/ix/ixgbe_common.c
5266
bool ixgbe_mng_present(struct ixgbe_hw *hw)
sys/dev/netif/ix/ixgbe_common.c
5284
bool ixgbe_mng_enabled(struct ixgbe_hw *hw)
sys/dev/netif/ix/ixgbe_common.c
5315
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_common.c
5322
bool autoneg, link_up = FALSE;
sys/dev/netif/ix/ixgbe_common.h
106
ixgbe_mc_addr_itr func, bool clear);
sys/dev/netif/ix/ixgbe_common.h
116
bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
sys/dev/netif/ix/ixgbe_common.h
125
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
sys/dev/netif/ix/ixgbe_common.h
126
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
sys/dev/netif/ix/ixgbe_common.h
140
u32 vind, bool vlan_on, bool vlvf_bypass);
sys/dev/netif/ix/ixgbe_common.h
142
bool vlan_on, u32 *vfta_delta, u32 vfta,
sys/dev/netif/ix/ixgbe_common.h
143
bool vlvf_bypass);
sys/dev/netif/ix/ixgbe_common.h
145
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
sys/dev/netif/ix/ixgbe_common.h
149
bool *link_up, bool link_up_wait_to_complete);
sys/dev/netif/ix/ixgbe_common.h
155
void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
sys/dev/netif/ix/ixgbe_common.h
156
void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
sys/dev/netif/ix/ixgbe_common.h
165
u32 length, u32 timeout, bool return_data);
sys/dev/netif/ix/ixgbe_common.h
172
bool ixgbe_bypass_valid_rd_generic(u32 in_reg, u32 out_reg);
sys/dev/netif/ix/ixgbe_common.h
179
bool ixgbe_mng_present(struct ixgbe_hw *hw);
sys/dev/netif/ix/ixgbe_common.h
180
bool ixgbe_mng_enabled(struct ixgbe_hw *hw);
sys/dev/netif/ix/ixgbe_common.h
192
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_dcb.c
315
bool link_strict[2][IXGBE_DCB_MAX_BW_GROUP];
sys/dev/netif/ix/ixgbe_dcb.h
126
bool pfc_mode_enable;
sys/dev/netif/ix/ixgbe_dcb.h
127
bool round_robin_enable;
sys/dev/netif/ix/ixgbe_dcb.h
133
bool vt_mode;
sys/dev/netif/ix/ixgbe_dcb_82599.c
387
bool vt_mode = FALSE;
sys/dev/netif/ix/ixgbe_phy.c
1043
bool autoneg = FALSE;
sys/dev/netif/ix/ixgbe_phy.c
114
u16 *val, bool lock)
sys/dev/netif/ix/ixgbe_phy.c
1156
bool end_data = FALSE;
sys/dev/netif/ix/ixgbe_phy.c
1657
bool active_cable = FALSE;
sys/dev/netif/ix/ixgbe_phy.c
192
u16 val, bool lock)
sys/dev/netif/ix/ixgbe_phy.c
1981
static bool ixgbe_is_sfp_probe(struct ixgbe_hw *hw, u8 offset, u8 addr)
sys/dev/netif/ix/ixgbe_phy.c
2002
u8 dev_addr, u8 *data, bool lock)
sys/dev/netif/ix/ixgbe_phy.c
2008
bool nack = 1;
sys/dev/netif/ix/ixgbe_phy.c
2128
u8 dev_addr, u8 data, bool lock)
sys/dev/netif/ix/ixgbe_phy.c
2303
bool bit = 0;
sys/dev/netif/ix/ixgbe_phy.c
2328
bool bit;
sys/dev/netif/ix/ixgbe_phy.c
2363
bool ack = 1;
sys/dev/netif/ix/ixgbe_phy.c
2409
static s32 ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data)
sys/dev/netif/ix/ixgbe_phy.c
2445
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data)
sys/dev/netif/ix/ixgbe_phy.c
2541
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data)
sys/dev/netif/ix/ixgbe_phy.c
2588
static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl)
sys/dev/netif/ix/ixgbe_phy.c
2591
bool data;
sys/dev/netif/ix/ixgbe_phy.c
2681
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/netif/ix/ixgbe_phy.c
291
static bool ixgbe_probe_phy(struct ixgbe_hw *hw, u16 phy_addr)
sys/dev/netif/ix/ixgbe_phy.c
405
bool ixgbe_validate_phy_addr(struct ixgbe_hw *hw, u32 phy_addr)
sys/dev/netif/ix/ixgbe_phy.c
408
bool valid = FALSE;
sys/dev/netif/ix/ixgbe_phy.c
44
static s32 ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data);
sys/dev/netif/ix/ixgbe_phy.c
45
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
sys/dev/netif/ix/ixgbe_phy.c
48
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
sys/dev/netif/ix/ixgbe_phy.c
49
static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl);
sys/dev/netif/ix/ixgbe_phy.c
794
bool autoneg = FALSE;
sys/dev/netif/ix/ixgbe_phy.c
883
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_phy.c
968
bool *autoneg)
sys/dev/netif/ix/ixgbe_phy.c
992
bool *link_up)
sys/dev/netif/ix/ixgbe_phy.h
160
bool ixgbe_validate_phy_addr(struct ixgbe_hw *hw, u32 phy_addr);
sys/dev/netif/ix/ixgbe_phy.h
176
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_phy.h
179
bool *autoneg);
sys/dev/netif/ix/ixgbe_phy.h
185
bool *link_up);
sys/dev/netif/ix/ixgbe_phy.h
193
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on);
sys/dev/netif/ix/ixgbe_phy.h
216
u16 *val, bool lock);
sys/dev/netif/ix/ixgbe_phy.h
218
u16 val, bool lock);
sys/dev/netif/ix/ixgbe_type.h
2498
(bool)(((u8 *)(Address))[0] & ((u8)0x01))
sys/dev/netif/ix/ixgbe_type.h
307
bool oem_valid;
sys/dev/netif/ix/ixgbe_type.h
312
bool or_valid;
sys/dev/netif/ix/ixgbe_type.h
3771
bool user_set_promisc;
sys/dev/netif/ix/ixgbe_type.h
3790
bool send_xon; /* Flow control send XON */
sys/dev/netif/ix/ixgbe_type.h
3791
bool strict_ieee; /* Strict IEEE mode */
sys/dev/netif/ix/ixgbe_type.h
3792
bool disable_fc_autoneg; /* Do not autonegotiate FC */
sys/dev/netif/ix/ixgbe_type.h
3793
bool fc_was_autonegged; /* Is current_mode the result of autonegging? */
sys/dev/netif/ix/ixgbe_type.h
3923
s32 (*prot_autoc_read)(struct ixgbe_hw *, bool *, u32 *);
sys/dev/netif/ix/ixgbe_type.h
3924
s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool);
sys/dev/netif/ix/ixgbe_type.h
3930
s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/netif/ix/ixgbe_type.h
3931
s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/netif/ix/ixgbe_type.h
3932
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
sys/dev/netif/ix/ixgbe_type.h
3934
bool *);
sys/dev/netif/ix/ixgbe_type.h
3959
ixgbe_mc_addr_itr, bool clear);
sys/dev/netif/ix/ixgbe_type.h
3963
s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool);
sys/dev/netif/ix/ixgbe_type.h
3964
s32 (*set_vlvf)(struct ixgbe_hw *, u32, u32, bool, u32 *, u32,
sys/dev/netif/ix/ixgbe_type.h
3965
bool);
sys/dev/netif/ix/ixgbe_type.h
3967
void (*set_mac_anti_spoofing)(struct ixgbe_hw *, bool, int);
sys/dev/netif/ix/ixgbe_type.h
3968
void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int);
sys/dev/netif/ix/ixgbe_type.h
3979
bool (*bypass_valid_rd) (u32 in_reg, u32 out_reg);
sys/dev/netif/ix/ixgbe_type.h
3985
void (*set_source_address_pruning)(struct ixgbe_hw *, bool,
sys/dev/netif/ix/ixgbe_type.h
3987
void (*set_ethertype_anti_spoofing)(struct ixgbe_hw *, bool, int);
sys/dev/netif/ix/ixgbe_type.h
3991
s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/netif/ix/ixgbe_type.h
3998
bool (*fw_recovery_mode)(struct ixgbe_hw *hw);
sys/dev/netif/ix/ixgbe_type.h
4012
s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/netif/ix/ixgbe_type.h
4013
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
sys/dev/netif/ix/ixgbe_type.h
4022
s32 (*set_phy_power)(struct ixgbe_hw *, bool on);
sys/dev/netif/ix/ixgbe_type.h
4078
bool get_link_status;
sys/dev/netif/ix/ixgbe_type.h
4081
bool arc_subsystem_valid;
sys/dev/netif/ix/ixgbe_type.h
4082
bool orig_link_settings_stored;
sys/dev/netif/ix/ixgbe_type.h
4083
bool autotry_restart;
sys/dev/netif/ix/ixgbe_type.h
4086
bool set_lben;
sys/dev/netif/ix/ixgbe_type.h
4097
bool sfp_setup_needed;
sys/dev/netif/ix/ixgbe_type.h
4101
bool reset_disable;
sys/dev/netif/ix/ixgbe_type.h
4107
bool smart_speed_active;
sys/dev/netif/ix/ixgbe_type.h
4108
bool multispeed_fiber;
sys/dev/netif/ix/ixgbe_type.h
4109
bool reset_if_overtemp;
sys/dev/netif/ix/ixgbe_type.h
4110
bool qsfp_shared_i2c_bus;
sys/dev/netif/ix/ixgbe_type.h
4162
bool adapter_stopped;
sys/dev/netif/ix/ixgbe_type.h
4164
bool force_full_reset;
sys/dev/netif/ix/ixgbe_type.h
4165
bool allow_unsupported_sfp;
sys/dev/netif/ix/ixgbe_type.h
4166
bool wol_enabled;
sys/dev/netif/ix/ixgbe_type.h
4167
bool need_crosstalk_fix;
sys/dev/netif/ix/ixgbe_type.h
695
bool fcoe_en;
sys/dev/netif/ix/ixgbe_x540.c
1008
bool link_up;
sys/dev/netif/ix/ixgbe_x540.c
172
bool *autoneg)
sys/dev/netif/ix/ixgbe_x540.c
199
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_x540.h
41
ixgbe_link_speed *speed, bool *autoneg);
sys/dev/netif/ix/ixgbe_x540.h
44
bool link_up_wait_to_complete);
sys/dev/netif/ix/ixgbe_x550.c
1047
void ixgbe_set_source_address_pruning_X550(struct ixgbe_hw *hw, bool enable,
sys/dev/netif/ix/ixgbe_x550.c
1076
bool enable, int vf)
sys/dev/netif/ix/ixgbe_x550.c
1550
static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear)
sys/dev/netif/ix/ixgbe_x550.c
1590
bool linear;
sys/dev/netif/ix/ixgbe_x550.c
1612
bool linear;
sys/dev/netif/ix/ixgbe_x550.c
1682
bool autoneg_wait)
sys/dev/netif/ix/ixgbe_x550.c
1751
bool autoneg_wait)
sys/dev/netif/ix/ixgbe_x550.c
1883
bool *autoneg)
sys/dev/netif/ix/ixgbe_x550.c
1958
static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc)
sys/dev/netif/ix/ixgbe_x550.c
2049
bool lsc;
sys/dev/netif/ix/ixgbe_x550.c
2431
bool link_up = FALSE;
sys/dev/netif/ix/ixgbe_x550.c
2623
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_x550.c
2627
bool setup_linear = FALSE;
sys/dev/netif/ix/ixgbe_x550.c
2717
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_x550.c
2721
bool setup_linear = FALSE;
sys/dev/netif/ix/ixgbe_x550.c
2948
static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up)
sys/dev/netif/ix/ixgbe_x550.c
2988
bool link_up;
sys/dev/netif/ix/ixgbe_x550.c
3763
bool link_up;
sys/dev/netif/ix/ixgbe_x550.c
3996
bool link_up;
sys/dev/netif/ix/ixgbe_x550.c
4085
bool link_up;
sys/dev/netif/ix/ixgbe_x550.c
4418
bool lsc;
sys/dev/netif/ix/ixgbe_x550.c
4445
bool autoneg_wait_to_complete)
sys/dev/netif/ix/ixgbe_x550.c
4483
bool *link_up, bool link_up_wait_to_complete)
sys/dev/netif/ix/ixgbe_x550.c
4653
bool ixgbe_fw_recovery_mode_X550(struct ixgbe_hw *hw)
sys/dev/netif/ix/ixgbe_x550.c
771
static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/netif/ix/ixgbe_x550.h
101
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_x550.h
104
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_x550.h
118
bool autoneg_wait_to_complete);
sys/dev/netif/ix/ixgbe_x550.h
120
bool *link_up, bool link_up_wait_to_complete);
sys/dev/netif/ix/ixgbe_x550.h
125
bool ixgbe_fw_recovery_mode_X550(struct ixgbe_hw *hw);
sys/dev/netif/ix/ixgbe_x550.h
61
void ixgbe_set_source_address_pruning_X550(struct ixgbe_hw *hw, bool enable,
sys/dev/netif/ix/ixgbe_x550.h
64
bool enable, int vf);
sys/dev/netif/ix/ixgbe_x550.h
84
ixgbe_link_speed *speed, bool *autoneg);
sys/dev/netif/re/if_re.c
574
static bool
sys/dev/netif/re/re.c
10416
bool
sys/dev/netif/re/re.c
10422
bool bSuccess = TRUE;
sys/dev/netif/re/re.c
10477
bool
sys/dev/netif/re/re.c
10483
bool bSuccess = TRUE;
sys/dev/netif/re/re.c
210
static bool re_set_phy_mcu_patch_request __P((struct re_softc *));
sys/dev/netif/re/re.c
211
static bool re_clear_phy_mcu_patch_request __P((struct re_softc *));
sys/dev/netif/re/re.c
335
static bool re_set_phy_mcu_patch_request(struct re_softc *);
sys/dev/netif/re/re.c
336
static bool re_clear_phy_mcu_patch_request(struct re_softc *);
sys/dev/netif/re/re.c
3491
static inline bool
sys/dev/netif/re/re.c
3497
static inline bool
sys/dev/netif/re/re.c
3511
static inline bool
sys/dev/powermng/amdsmn/amdsmn.c
194
static bool
sys/dev/powermng/amdtemp/amdtemp.c
158
bool amdtemp_has_cpuid;
sys/dev/powermng/amdtemp/amdtemp.c
288
static bool
sys/dev/powermng/amdtemp/amdtemp.c
372
bool needsmn;
sys/dev/powermng/amdtemp/amdtemp.c
881
amdtemp_decode_fam10h_to_17h(int32_t sc_offset, uint32_t val, bool minus49)
sys/dev/powermng/amdtemp/amdtemp.c
898
bool minus49;
sys/dev/powermng/amdtemp/amdtemp.c
916
bool minus49;
sys/dev/powermng/intpm/intpm.c
142
bool enabled;
sys/dev/raid/mpr/mpr_mapping.c
2206
static bool
sys/dev/video/vga/vga_switcheroo.c
1081
bool can_switch;
sys/dev/video/vga/vga_switcheroo.c
1082
bool delay = false;
sys/dev/video/vga/vga_switcheroo.c
1083
bool just_mux = false;
sys/dev/video/vga/vga_switcheroo.c
134
bool active;
sys/dev/video/vga/vga_switcheroo.c
135
bool driver_power_control;
sys/dev/video/vga/vga_switcheroo.c
165
bool active;
sys/dev/video/vga/vga_switcheroo.c
166
bool delayed_switch_active;
sys/dev/video/vga/vga_switcheroo.c
195
static bool
sys/dev/video/vga/vga_switcheroo.c
302
enum vga_switcheroo_client_id id, bool active,
sys/dev/video/vga/vga_switcheroo.c
303
bool driver_power_control)
sys/dev/video/vga/vga_switcheroo.c
347
bool driver_power_control)
sys/dev/video/vga/vga_switcheroo.c
439
bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev)
sys/dev/video/vga/vga_switcheroo.c
774
static bool
sys/dev/video/vga/vga_switcheroo.c
795
bool delay = false, can_switch;
sys/dev/video/vga/vga_switcheroo.c
796
bool just_mux = false;
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
1428
bool ena_com_get_admin_running_state(struct ena_com_dev *ena_dev)
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
1433
void ena_com_set_admin_running_state(struct ena_com_dev *ena_dev, bool state)
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
1607
void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling)
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
1640
void ena_com_set_mmio_read_mode(struct ena_com_dev *ena_dev, bool readless_supported)
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
1679
bool init_spinlock)
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
215
u16 command_id, bool capture)
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
2774
bool ena_com_interrupt_moderation_supported(struct ena_com_dev *ena_dev)
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
889
static bool ena_com_check_supported_feature_id(struct ena_com_dev *ena_dev,
sys/dev/virtual/amazon/ena/ena-com/ena_com.c
98
bool occupied;
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
1079
bool unmask)
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
137
bool inline_header;
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
268
bool polling;
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
275
bool running_state;
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
301
bool readless_supported;
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
364
bool adaptive_coalescing;
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
421
bool readless_supported);
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
447
bool init_spinlock);
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
508
void ena_com_set_admin_running_state(struct ena_com_dev *ena_dev, bool state);
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
517
bool ena_com_get_admin_running_state(struct ena_com_dev *ena_dev);
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
525
void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling);
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
537
bool ena_com_get_ena_admin_polling_mode(struct ena_com_dev *ena_dev);
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
908
bool ena_com_interrupt_moderation_supported(struct ena_com_dev *ena_dev);
sys/dev/virtual/amazon/ena/ena-com/ena_com.h
984
static inline bool ena_com_get_adaptive_moderation_enabled(struct ena_com_dev *ena_dev)
sys/dev/virtual/amazon/ena/ena-com/ena_eth_com.c
271
static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq,
sys/dev/virtual/amazon/ena/ena-com/ena_eth_com.c
381
bool have_meta;
sys/dev/virtual/amazon/ena/ena-com/ena_eth_com.h
113
static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq,
sys/dev/virtual/amazon/ena/ena-com/ena_eth_com.h
148
bool need_update;
sys/dev/virtual/amazon/ena/ena-com/ena_eth_com.h
72
bool l3_csum_err;
sys/dev/virtual/amazon/ena/ena-com/ena_eth_com.h
73
bool l4_csum_err;
sys/dev/virtual/amazon/ena/ena-com/ena_eth_com.h
75
bool frag;
sys/dev/virtual/amazon/ena/ena.c
1108
bool print_once = true;
sys/dev/virtual/amazon/ena/ena.c
2646
bool offload;
sys/dev/virtual/amazon/ena/ena.c
3181
bool readless_supported;
sys/dev/virtual/amazon/ena/ena.c
3546
bool dev_up;
sys/dev/virtual/amazon/ena/ena.h
172
bool requested;
sys/dev/virtual/amazon/ena/ena.h
196
bool print_once;
sys/dev/virtual/amazon/ena/ena.h
355
bool rss_support;
sys/dev/virtual/amazon/ena/ena.h
360
bool link_status;
sys/dev/virtual/amazon/ena/ena.h
361
bool trigger_reset;
sys/dev/virtual/amazon/ena/ena.h
362
bool up;
sys/dev/virtual/amazon/ena/ena.h
363
bool running;
sys/dev/virtual/nvmm/nvmm.c
91
struct nvmm_machine **ret, bool writer)
sys/dev/virtual/nvmm/nvmm.h
95
bool event_commit;
sys/dev/virtual/nvmm/nvmm_dragonfly.c
120
voff_t offset, bool wired, bool fixed, bool shared, int prot, int maxprot)
sys/dev/virtual/nvmm/nvmm_dragonfly.c
205
os_vmobj_unmap(struct vm_map *map, vaddr_t start, vaddr_t end, bool wired)
sys/dev/virtual/nvmm/nvmm_internal.h
108
bool (*ident)(void);
sys/dev/virtual/nvmm/nvmm_internal.h
59
bool present;
sys/dev/virtual/nvmm/nvmm_internal.h
74
bool present;
sys/dev/virtual/nvmm/nvmm_internal.h
81
bool present;
sys/dev/virtual/nvmm/nvmm_netbsd.c
141
bool wired __unused)
sys/dev/virtual/nvmm/nvmm_netbsd.c
76
voff_t offset, bool wired, bool fixed, bool shared, int prot, int maxprot)
sys/dev/virtual/nvmm/nvmm_os.h
180
extern bool pmap_ept_has_ad;
sys/dev/virtual/nvmm/nvmm_os.h
284
voff_t, bool, bool, bool, int, int);
sys/dev/virtual/nvmm/nvmm_os.h
285
void os_vmobj_unmap(struct vm_map *map, vaddr_t, vaddr_t, bool);
sys/dev/virtual/nvmm/nvmm_os.h
296
static inline bool
sys/dev/virtual/nvmm/x86/nvmm_x86.c
460
bool
sys/dev/virtual/nvmm/x86/nvmm_x86.h
44
bool in;
sys/dev/virtual/nvmm/x86/nvmm_x86.h
49
bool rep;
sys/dev/virtual/nvmm/x86/nvmm_x86.h
50
bool str;
sys/dev/virtual/nvmm/x86/nvmm_x86_internal.h
65
bool nvmm_x86_pat_validate(uint64_t);
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
1261
static bool
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
1815
svm_vcpu_msr_allow(uint8_t *bitmap, uint64_t msr, bool read, bool write)
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
1887
static inline bool
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
2571
static bool
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
2659
bool enable = arg != NULL;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
511
static bool svm_decode_assist __read_mostly;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
564
bool shared_asid;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
565
bool gtlb_want_flush;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
566
bool htlb_want_flush;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
567
bool gtsc_want_update;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
593
bool int_window_exit;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
594
bool nmi_window_exit;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
595
bool evt_pending;
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
606
bool cpuidpresent[SVM_NCPUIDS];
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
668
svm_event_waitexit_enable(struct nvmm_cpu *vcpu, bool nmi)
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
687
svm_event_waitexit_disable(struct nvmm_cpu *vcpu, bool nmi)
sys/dev/virtual/nvmm/x86/nvmm_x86_svm.c
705
static inline bool
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
1054
vmx_event_waitexit_enable(struct nvmm_cpu *vcpu, bool nmi)
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
1074
vmx_event_waitexit_disable(struct nvmm_cpu *vcpu, bool nmi)
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
1092
static inline bool
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
1750
bool write;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
1886
static bool
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
2277
bool launched;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
2494
vmx_vcpu_msr_allow(uint8_t *bitmap, uint64_t msr, bool read, bool write)
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
2581
static inline bool
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
3280
bool has_true;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
3310
bool one_allowed, zero_allowed, has_true;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
3355
static bool
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
3506
bool enable = arg != NULL;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
686
static bool vmx_ept_has_ad __read_mostly;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
687
static bool vmx_cpu_has_arch_cap __read_mostly;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
829
bool gtlb_want_flush;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
830
bool gtsc_want_update;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
839
bool vmcs_launched;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
855
bool int_window_exit;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
856
bool nmi_window_exit;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
857
bool evt_pending;
sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c
873
bool cpuidpresent[VMX_NCPUIDS];
sys/dev/virtual/virtio/balloon/virtio_balloon.c
116
bool vtballoon_update_stats;
sys/dev/virtual/vmware/pvscsi/pvscsi.c
209
bool use_msg;
sys/kern/kern_fork.c
1325
bool any_signaled, visited;
sys/kern/kern_kthread.c
47
struct thread **tdp, int cpu, bool schedule_now, const char *fmt, __va_list ap)
sys/kern/kern_sig.c
1741
bool timevalid;
sys/kern/kern_time.c
457
bool is_abs;
sys/kern/kern_time.c
568
bool is_abs;
sys/kern/kern_udev.c
100
static void udev_getdevs_scan_callback(char *, cdev_t, bool, void *);
sys/kern/kern_udev.c
946
udev_getdevs_scan_callback(char *name, cdev_t cdev, bool is_alias, void *arg)
sys/kern/subr_cpuhelper.c
111
cpuhelper_assert(int cpuid, bool in)
sys/kern/subr_gtaskqueue.c
324
bool in_net_epoch;
sys/kern/sys_mqueue.c
378
bool destroy;
sys/kern/vfs_conf.c
528
vfs_mountroot_ask_callback(char *name, cdev_t dev, bool is_alias,
sys/kern/vfs_syscalls.c
4148
kern_fsync(int fd, bool fullsync)
sys/libprop/prop_array.c
148
static bool
sys/libprop/prop_array.c
156
bool rv = false;
sys/libprop/prop_array.c
290
static bool
sys/libprop/prop_array.c
494
bool
sys/libprop/prop_array.c
497
bool rv;
sys/libprop/prop_array.c
566
bool
sys/libprop/prop_array.c
569
bool rv;
sys/libprop/prop_array.c
59
static bool _prop_array_externalize(
sys/libprop/prop_array.c
600
static bool
sys/libprop/prop_array.c
629
bool
sys/libprop/prop_array.c
633
bool rv = false;
sys/libprop/prop_array.c
671
bool
sys/libprop/prop_array.c
674
bool rv;
sys/libprop/prop_array.c
727
bool
sys/libprop/prop_array.c
772
static bool _prop_array_internalize_body(prop_stack_t, prop_object_t *,
sys/libprop/prop_array.c
775
bool
sys/libprop/prop_array.c
796
static bool
sys/libprop/prop_array.c
828
static bool
sys/libprop/prop_array.c
873
bool
sys/libprop/prop_array.c
877
bool rv;
sys/libprop/prop_array.h
101
bool prop_array_set_int8(prop_array_t, unsigned int,
sys/libprop/prop_array.h
103
bool prop_array_set_uint8(prop_array_t, unsigned int,
sys/libprop/prop_array.h
106
bool prop_array_get_int16(prop_array_t, unsigned int,
sys/libprop/prop_array.h
108
bool prop_array_get_uint16(prop_array_t, unsigned int,
sys/libprop/prop_array.h
110
bool prop_array_set_int16(prop_array_t, unsigned int,
sys/libprop/prop_array.h
112
bool prop_array_set_uint16(prop_array_t, unsigned int,
sys/libprop/prop_array.h
115
bool prop_array_get_int32(prop_array_t, unsigned int,
sys/libprop/prop_array.h
117
bool prop_array_get_uint32(prop_array_t, unsigned int,
sys/libprop/prop_array.h
119
bool prop_array_set_int32(prop_array_t, unsigned int,
sys/libprop/prop_array.h
121
bool prop_array_set_uint32(prop_array_t, unsigned int,
sys/libprop/prop_array.h
124
bool prop_array_get_int64(prop_array_t, unsigned int,
sys/libprop/prop_array.h
126
bool prop_array_get_uint64(prop_array_t, unsigned int,
sys/libprop/prop_array.h
128
bool prop_array_set_int64(prop_array_t, unsigned int,
sys/libprop/prop_array.h
130
bool prop_array_set_uint64(prop_array_t, unsigned int,
sys/libprop/prop_array.h
133
bool prop_array_add_int8(prop_array_t, int8_t);
sys/libprop/prop_array.h
134
bool prop_array_add_uint8(prop_array_t, uint8_t);
sys/libprop/prop_array.h
136
bool prop_array_add_int16(prop_array_t, int16_t);
sys/libprop/prop_array.h
137
bool prop_array_add_uint16(prop_array_t, uint16_t);
sys/libprop/prop_array.h
139
bool prop_array_add_int32(prop_array_t, int32_t);
sys/libprop/prop_array.h
140
bool prop_array_add_uint32(prop_array_t, uint32_t);
sys/libprop/prop_array.h
142
bool prop_array_add_int64(prop_array_t, int64_t);
sys/libprop/prop_array.h
143
bool prop_array_add_uint64(prop_array_t, uint64_t);
sys/libprop/prop_array.h
145
bool prop_array_get_cstring(prop_array_t, unsigned int,
sys/libprop/prop_array.h
147
bool prop_array_set_cstring(prop_array_t, unsigned int,
sys/libprop/prop_array.h
150
bool prop_array_get_cstring_nocopy(prop_array_t,
sys/libprop/prop_array.h
153
bool prop_array_set_cstring_nocopy(prop_array_t,
sys/libprop/prop_array.h
157
bool prop_array_add_and_rel(prop_array_t, prop_object_t);
sys/libprop/prop_array.h
48
bool prop_array_ensure_capacity(prop_array_t, unsigned int);
sys/libprop/prop_array.h
51
bool prop_array_mutable(prop_array_t);
sys/libprop/prop_array.h
56
bool prop_array_set(prop_array_t, unsigned int, prop_object_t);
sys/libprop/prop_array.h
57
bool prop_array_add(prop_array_t, prop_object_t);
sys/libprop/prop_array.h
60
bool prop_array_equals(prop_array_t, prop_array_t);
sys/libprop/prop_array.h
65
bool prop_array_externalize_to_file(prop_array_t, const char *);
sys/libprop/prop_array.h
71
bool prop_array_externalize_to_pref(prop_array_t, struct plistref *);
sys/libprop/prop_array.h
72
bool prop_array_internalize_from_pref(const struct plistref *,
sys/libprop/prop_array.h
92
bool prop_array_get_bool(prop_array_t, unsigned int,
sys/libprop/prop_array.h
93
bool *);
sys/libprop/prop_array.h
94
bool prop_array_set_bool(prop_array_t, unsigned int,
sys/libprop/prop_array.h
95
bool);
sys/libprop/prop_array.h
97
bool prop_array_get_int8(prop_array_t, unsigned int,
sys/libprop/prop_array.h
99
bool prop_array_get_uint8(prop_array_t, unsigned int,
sys/libprop/prop_array_util.c
105
bool \
sys/libprop/prop_array_util.c
130
bool \
sys/libprop/prop_array_util.c
147
bool \
sys/libprop/prop_array_util.c
164
bool \
sys/libprop/prop_array_util.c
180
bool \
sys/libprop/prop_array_util.c
204
bool \
sys/libprop/prop_array_util.c
220
bool \
sys/libprop/prop_array_util.c
242
bool
sys/libprop/prop_array_util.c
245
bool ret;
sys/libprop/prop_array_util.c
44
bool
sys/libprop/prop_array_util.c
47
bool *valp)
sys/libprop/prop_array_util.c
60
bool
sys/libprop/prop_array_util.c
63
bool val)
sys/libprop/prop_array_util.c
78
bool \
sys/libprop/prop_bool.c
127
_prop_bool_alloc(bool val)
sys/libprop/prop_bool.c
144
prop_bool_create(bool val)
sys/libprop/prop_bool.c
173
bool
sys/libprop/prop_bool.c
187
bool
sys/libprop/prop_bool.c
203
bool
sys/libprop/prop_bool.c
207
bool val;
sys/libprop/prop_bool.c
37
bool pb_value;
sys/libprop/prop_bool.c
45
static bool _prop_bool_externalize(
sys/libprop/prop_bool.c
76
static bool
sys/libprop/prop_bool.h
40
prop_bool_t prop_bool_create(bool);
sys/libprop/prop_bool.h
43
bool prop_bool_true(prop_bool_t);
sys/libprop/prop_bool.h
45
bool prop_bool_equals(prop_bool_t, prop_bool_t);
sys/libprop/prop_data.c
103
static bool
sys/libprop/prop_data.c
358
bool
sys/libprop/prop_data.c
372
bool
sys/libprop/prop_data.c
384
static bool
sys/libprop/prop_data.c
542
bool
sys/libprop/prop_data.c
68
static bool _prop_data_externalize(
sys/libprop/prop_data.h
50
bool prop_data_equals(prop_data_t, prop_data_t);
sys/libprop/prop_data.h
51
bool prop_data_equals_data(prop_data_t, const void *, size_t);
sys/libprop/prop_dictionary.c
106
static bool _prop_dictionary_externalize(
sys/libprop/prop_dictionary.c
1070
bool
sys/libprop/prop_dictionary.c
1161
bool
sys/libprop/prop_dictionary.c
1190
bool
sys/libprop/prop_dictionary.c
120
prop_dictionary_keysym_t, bool);
sys/libprop/prop_dictionary.c
122
_prop_dictionary_get(prop_dictionary_t, const char *, bool);
sys/libprop/prop_dictionary.c
1245
static bool _prop_dictionary_internalize_body(prop_stack_t,
sys/libprop/prop_dictionary.c
1248
bool
sys/libprop/prop_dictionary.c
1282
static bool
sys/libprop/prop_dictionary.c
1310
static bool
sys/libprop/prop_dictionary.c
1382
bool
sys/libprop/prop_dictionary.c
1386
bool rv;
sys/libprop/prop_dictionary.c
140
static bool _prop_dict_keysym_externalize(
sys/libprop/prop_dictionary.c
244
static bool
sys/libprop/prop_dictionary.c
425
static bool
sys/libprop/prop_dictionary.c
434
bool rv = false;
sys/libprop/prop_dictionary.c
578
static bool
sys/libprop/prop_dictionary.c
785
bool
sys/libprop/prop_dictionary.c
788
bool rv;
sys/libprop/prop_dictionary.c
848
bool rv = true;
sys/libprop/prop_dictionary.c
909
_prop_dictionary_get(prop_dictionary_t pd, const char *key, bool locked)
sys/libprop/prop_dictionary.c
948
bool locked)
sys/libprop/prop_dictionary.c
974
bool
sys/libprop/prop_dictionary.c
980
bool rv = false;
sys/libprop/prop_dictionary.h
118
bool prop_dictionary_get_dict(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
120
bool prop_dictionary_get_bool(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
121
bool *);
sys/libprop/prop_dictionary.h
122
bool prop_dictionary_set_bool(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
123
bool);
sys/libprop/prop_dictionary.h
125
bool prop_dictionary_get_int8(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
127
bool prop_dictionary_get_uint8(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
129
bool prop_dictionary_set_int8(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
131
bool prop_dictionary_set_uint8(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
134
bool prop_dictionary_get_int16(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
136
bool prop_dictionary_get_uint16(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
138
bool prop_dictionary_set_int16(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
140
bool prop_dictionary_set_uint16(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
143
bool prop_dictionary_get_int32(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
145
bool prop_dictionary_get_uint32(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
147
bool prop_dictionary_set_int32(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
149
bool prop_dictionary_set_uint32(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
152
bool prop_dictionary_get_int64(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
154
bool prop_dictionary_get_uint64(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
156
bool prop_dictionary_set_int64(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
158
bool prop_dictionary_set_uint64(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
161
bool prop_dictionary_get_cstring(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
163
bool prop_dictionary_set_cstring(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
166
bool prop_dictionary_get_cstring_nocopy(prop_dictionary_t,
sys/libprop/prop_dictionary.h
169
bool prop_dictionary_set_cstring_nocopy(prop_dictionary_t,
sys/libprop/prop_dictionary.h
173
bool prop_dictionary_set_and_rel(prop_dictionary_t,
sys/libprop/prop_dictionary.h
48
bool prop_dictionary_ensure_capacity(prop_dictionary_t,
sys/libprop/prop_dictionary.h
52
bool prop_dictionary_mutable(prop_dictionary_t);
sys/libprop/prop_dictionary.h
58
bool prop_dictionary_set(prop_dictionary_t, const char *,
sys/libprop/prop_dictionary.h
64
bool prop_dictionary_set_keysym(prop_dictionary_t,
sys/libprop/prop_dictionary.h
70
bool prop_dictionary_equals(prop_dictionary_t, prop_dictionary_t);
sys/libprop/prop_dictionary.h
75
bool prop_dictionary_externalize_to_file(prop_dictionary_t,
sys/libprop/prop_dictionary.h
81
bool prop_dictionary_keysym_equals(prop_dictionary_keysym_t,
sys/libprop/prop_dictionary.h
87
bool prop_dictionary_externalize_to_pref(prop_dictionary_t, struct plistref *);
sys/libprop/prop_dictionary.h
88
bool prop_dictionary_internalize_from_pref(const struct plistref *,
sys/libprop/prop_dictionary_util.c
117
bool \
sys/libprop/prop_dictionary_util.c
142
bool \
sys/libprop/prop_dictionary_util.c
159
bool \
sys/libprop/prop_dictionary_util.c
184
bool \
sys/libprop/prop_dictionary_util.c
200
bool \
sys/libprop/prop_dictionary_util.c
222
bool
sys/libprop/prop_dictionary_util.c
226
bool ret;
sys/libprop/prop_dictionary_util.c
44
bool
sys/libprop/prop_dictionary_util.c
56
bool
sys/libprop/prop_dictionary_util.c
59
bool *valp)
sys/libprop/prop_dictionary_util.c
72
bool
sys/libprop/prop_dictionary_util.c
75
bool val)
sys/libprop/prop_dictionary_util.c
90
bool \
sys/libprop/prop_ingest.c
121
bool
sys/libprop/prop_ingest.h
50
typedef bool (*prop_ingest_handler_t)(prop_ingest_context_t, prop_object_t);
sys/libprop/prop_ingest.h
85
bool prop_dictionary_ingest(prop_dictionary_t,
sys/libprop/prop_kern.c
222
bool
sys/libprop/prop_kern.c
253
bool
sys/libprop/prop_kern.c
72
bool
sys/libprop/prop_kern.c
97
bool
sys/libprop/prop_number.c
192
static bool
sys/libprop/prop_number.c
379
bool
sys/libprop/prop_number.c
460
bool
sys/libprop/prop_number.c
473
bool
sys/libprop/prop_number.c
492
bool
sys/libprop/prop_number.c
506
static bool
sys/libprop/prop_number.c
529
static bool
sys/libprop/prop_number.c
558
bool
sys/libprop/prop_number.c
68
static bool _prop_number_externalize(
sys/libprop/prop_number.h
47
bool prop_number_unsigned(prop_number_t);
sys/libprop/prop_number.h
52
bool prop_number_equals(prop_number_t, prop_number_t);
sys/libprop/prop_number.h
53
bool prop_number_equals_integer(prop_number_t, int64_t);
sys/libprop/prop_number.h
54
bool prop_number_equals_unsigned_integer(prop_number_t, uint64_t);
sys/libprop/prop_object.c
109
bool
sys/libprop/prop_object.c
1128
bool
sys/libprop/prop_object.c
1134
bool
sys/libprop/prop_object.c
1136
bool *error_flag)
sys/libprop/prop_object.c
131
bool
sys/libprop/prop_object.c
150
bool
sys/libprop/prop_object.c
175
bool
sys/libprop/prop_object.c
194
bool
sys/libprop/prop_object.c
234
bool
sys/libprop/prop_object.c
262
bool
sys/libprop/prop_object.c
284
bool
sys/libprop/prop_object.c
335
static bool
sys/libprop/prop_object.c
361
bool
sys/libprop/prop_object.c
502
bool
sys/libprop/prop_object.c
578
bool
sys/libprop/prop_object.c
844
bool
sys/libprop/prop_object.c
909
bool need_guard = false;
sys/libprop/prop_object.h
62
bool prop_object_equals(prop_object_t, prop_object_t);
sys/libprop/prop_object.h
63
bool prop_object_equals_with_error(prop_object_t, prop_object_t, bool *);
sys/libprop/prop_object_impl.h
131
bool _prop_object_internalize_find_tag(
sys/libprop/prop_object_impl.h
134
bool _prop_object_internalize_match(const char *, size_t,
sys/libprop/prop_object_impl.h
138
bool _prop_object_internalize_decode_string(
sys/libprop/prop_object_impl.h
149
bool _prop_object_externalize_write_file(const char *,
sys/libprop/prop_object_impl.h
163
typedef bool (*prop_object_internalizer_t)(prop_stack_t, prop_object_t *,
sys/libprop/prop_object_impl.h
165
typedef bool (*prop_object_internalizer_continue_t)(prop_stack_t,
sys/libprop/prop_object_impl.h
171
bool _prop_array_internalize(prop_stack_t, prop_object_t *,
sys/libprop/prop_object_impl.h
173
bool _prop_bool_internalize(prop_stack_t, prop_object_t *,
sys/libprop/prop_object_impl.h
175
bool _prop_data_internalize(prop_stack_t, prop_object_t *,
sys/libprop/prop_object_impl.h
177
bool _prop_dictionary_internalize(prop_stack_t, prop_object_t *,
sys/libprop/prop_object_impl.h
179
bool _prop_number_internalize(prop_stack_t, prop_object_t *,
sys/libprop/prop_object_impl.h
181
bool _prop_string_internalize(prop_stack_t, prop_object_t *,
sys/libprop/prop_object_impl.h
198
bool (*pot_extern)(struct _prop_object_externalize_context *,
sys/libprop/prop_object_impl.h
232
#define _PROP_NOTHREAD_ONCE_DECL(x) static bool x = false;
sys/libprop/prop_object_impl.h
48
bool _prop_object_externalize_start_tag(
sys/libprop/prop_object_impl.h
51
bool _prop_object_externalize_end_tag(
sys/libprop/prop_object_impl.h
54
bool _prop_object_externalize_empty_tag(
sys/libprop/prop_object_impl.h
57
bool _prop_object_externalize_append_cstring(
sys/libprop/prop_object_impl.h
60
bool _prop_object_externalize_append_encoded_cstring(
sys/libprop/prop_object_impl.h
63
bool _prop_object_externalize_append_char(
sys/libprop/prop_object_impl.h
66
bool _prop_object_externalize_header(
sys/libprop/prop_object_impl.h
68
bool _prop_object_externalize_footer(
sys/libprop/prop_object_impl.h
95
bool poic_is_empty_element;
sys/libprop/prop_rb.c
1001
static bool
sys/libprop/prop_rb.c
1003
const struct rb_node *prev, bool red_check)
sys/libprop/prop_rb.c
115
bool rebalance;
sys/libprop/prop_rb.c
1204
rb_tree_check(const struct rb_tree *rbt, bool red_check)
sys/libprop/prop_rb.c
424
rb_tree_prune_node(struct rb_tree *rbt, struct rb_node *self, bool rebalance)
sys/libprop/prop_rb.c
429
const bool was_root = RB_ROOT_P(rbt, self);
sys/libprop/prop_rb.c
483
bool rebalance = RB_BLACK_P(standin);
sys/libprop/prop_rb.c
54
static bool rb_tree_check_node(const struct rb_tree *, const struct rb_node *,
sys/libprop/prop_rb.c
55
const struct rb_node *, bool);
sys/libprop/prop_rb.c
635
const bool was_root = RB_ROOT_P(rbt, self);
sys/libprop/prop_rb.c
701
const bool rebalance = RB_BLACK_P(self) && !RB_ROOT_P(rbt, self);
sys/libprop/prop_rb_impl.h
183
void _prop_rb_tree_check(const struct rb_tree *, bool);
sys/libprop/prop_stack.c
42
bool
sys/libprop/prop_stack.c
79
bool
sys/libprop/prop_stack.h
61
bool _prop_stack_push(prop_stack_t, prop_object_t, void *, void *, void *);
sys/libprop/prop_stack.h
62
bool _prop_stack_pop(prop_stack_t, prop_object_t *, void **, void **, void **);
sys/libprop/prop_string.c
279
bool
sys/libprop/prop_string.c
329
bool
sys/libprop/prop_string.c
362
bool
sys/libprop/prop_string.c
394
bool
sys/libprop/prop_string.c
408
bool
sys/libprop/prop_string.c
424
bool
sys/libprop/prop_string.c
60
static bool _prop_string_externalize(
sys/libprop/prop_string.c
92
static bool
sys/libprop/prop_string.h
48
bool prop_string_mutable(prop_string_t);
sys/libprop/prop_string.h
53
bool prop_string_append(prop_string_t, prop_string_t);
sys/libprop/prop_string.h
54
bool prop_string_append_cstring(prop_string_t, const char *);
sys/libprop/prop_string.h
56
bool prop_string_equals(prop_string_t, prop_string_t);
sys/libprop/prop_string.h
57
bool prop_string_equals_cstring(prop_string_t, const char *);
sys/net/if_clone.c
271
static bool
sys/net/if_clone.c
49
static bool if_clone_match(struct if_clone *, const char *);
sys/net/if_clone.c
63
bool wildcard;
sys/net/netmsg.h
114
bool using_srcrt;
sys/net/netmsg.h
122
typedef bool (*msg_predicate_fn_t)(struct netmsg_so_notify *);
sys/net/radix.c
1081
bool stopping;
sys/net/radix.c
200
bool
sys/net/radix.c
205
bool equal;
sys/net/radix.c
274
static bool
sys/net/radix.c
457
rn_insert(const void *key, struct radix_node_head *head, bool *dupentry,
sys/net/radix.c
547
rn_addmask(const void *_mask, bool search, int skip,
sys/net/radix.c
554
bool maskduplicated, isnormal;
sys/net/radix.c
640
static bool
sys/net/radix.c
707
bool keyduplicated;
sys/net/radix.c
87
static bool rn_debug = true;
sys/net/radix.h
215
bool rn_refines(const void *m, const void *n);
sys/net/radix.h
216
struct radix_node *rn_addmask(const void *mask, bool search, int skip,
sys/net/wg/if_wg.c
1207
static void wg_timers_run_send_initiation(struct wg_peer *, bool);
sys/net/wg/if_wg.c
1243
static bool
sys/net/wg/if_wg.c
1388
wg_timers_run_send_initiation(struct wg_peer *peer, bool is_retry)
sys/net/wg/if_wg.c
1566
static bool
sys/net/wg/if_wg.c
1575
bool underload;
sys/net/wg/if_wg.c
1602
bool underload;
sys/net/wg/if_wg.c
2385
wg_ioctl_get(struct wg_softc *sc, struct wg_data_io *data, bool privileged)
sys/net/wg/if_wg.c
239
bool p_enabled;
sys/net/wg/if_wg.c
240
bool p_need_another_keepalive;
sys/net/wg/if_wg.c
2521
bool new_peer;
sys/net/wg/if_wg.c
2683
bool privileged;
sys/net/wg/if_wg.c
2948
static bool
sys/net/wg/if_wg.c
2951
bool ret = true;
sys/net/wg/if_wg.c
2961
static inline bool
sys/net/wg/if_wg.c
415
static bool
sys/net/wg/if_wg.c
418
bool ok = false;
sys/net/wg/if_wg.c
500
static bool
sys/net/wg/selftest/allowedips.c
150
static inline bool
sys/net/wg/selftest/allowedips.c
157
static inline bool
sys/net/wg/selftest/allowedips.c
27
static bool
sys/net/wg/selftest/allowedips.c
292
static bool
sys/net/wg/selftest/allowedips.c
300
bool ret = false;
sys/net/wg/selftest/allowedips.c
473
static inline bool
sys/net/wg/selftest/allowedips.c
509
static inline bool
sys/net/wg/selftest/allowedips.c
515
static inline bool
sys/net/wg/selftest/allowedips.c
598
static bool
sys/net/wg/selftest/allowedips.c
606
bool found_a, found_b, found_c, found_d, found_e, found_other;
sys/net/wg/selftest/allowedips.c
607
bool success = false;
sys/net/wg/selftest/allowedips.c
783
static bool
sys/net/wg/selftest/allowedips.c
786
bool ret = true;
sys/net/wg/selftest/cookie.c
129
static bool
sys/net/wg/selftest/cookie.c
134
bool ret = false;
sys/net/wg/selftest/cookie.c
164
static bool
sys/net/wg/selftest/cookie.c
169
bool ret = false;
sys/net/wg/selftest/cookie.c
213
static bool
sys/net/wg/selftest/cookie.c
225
bool ret = false;
sys/net/wg/selftest/cookie.c
336
bool
sys/net/wg/selftest/cookie.c
339
bool ret = true;
sys/net/wg/selftest/cookie.c
53
static bool
sys/net/wg/selftest/cookie.c
62
bool ret = false;
sys/net/wg/selftest/counter.c
39
bool
sys/net/wg/selftest/counter.c
44
bool success = true;
sys/net/wg/wg_cookie.c
100
bool rl_initialized;
sys/net/wg/wg_cookie.c
118
static void ratelimit_gc(struct ratelimit *, bool);
sys/net/wg/wg_cookie.c
139
static inline bool
sys/net/wg/wg_cookie.c
245
const void *buf, size_t len, bool check_cookie,
sys/net/wg/wg_cookie.c
499
ratelimit_gc(struct ratelimit *rl, bool force)
sys/net/wg/wg_cookie.c
66
bool cm_cookie_valid;
sys/net/wg/wg_cookie.c
69
bool cm_mac1_sent;
sys/net/wg/wg_cookie.h
58
size_t, bool, const struct sockaddr *);
sys/net/wg/wg_cookie.h
70
bool cookie_selftest(void);
sys/net/wg/wg_noise.c
1033
bool
sys/net/wg/wg_noise.c
1042
bool ok = false;
sys/net/wg/wg_noise.c
1171
bool
sys/net/wg/wg_noise.c
1180
bool ok = false;
sys/net/wg/wg_noise.c
122
bool r_entry_inserted;
sys/net/wg/wg_noise.c
1292
static bool
sys/net/wg/wg_noise.c
1476
static bool
sys/net/wg/wg_noise.c
1493
static bool
sys/net/wg/wg_noise.c
150
bool l_has_identity;
sys/net/wg/wg_noise.c
1564
static bool
sys/net/wg/wg_noise.c
193
uint32_t, bool);
sys/net/wg/wg_noise.c
194
static bool noise_remote_index_remove(struct noise_local *,
sys/net/wg/wg_noise.c
198
static bool noise_begin_session(struct noise_remote *);
sys/net/wg/wg_noise.c
206
static bool noise_mix_dh(uint8_t [NOISE_HASH_LEN],
sys/net/wg/wg_noise.c
210
static bool noise_mix_ss(uint8_t ck[NOISE_HASH_LEN],
sys/net/wg/wg_noise.c
226
static bool noise_msg_decrypt(uint8_t *, const uint8_t *, size_t,
sys/net/wg/wg_noise.c
243
static inline bool
sys/net/wg/wg_noise.c
354
bool
sys/net/wg/wg_noise.c
360
bool has_identity;
sys/net/wg/wg_noise.c
384
bool
sys/net/wg/wg_noise.c
388
bool has_identity;
sys/net/wg/wg_noise.c
538
bool lookup_keypair)
sys/net/wg/wg_noise.c
572
static bool
sys/net/wg/wg_noise.c
640
bool
sys/net/wg/wg_noise.c
645
bool has_psk = false;
sys/net/wg/wg_noise.c
661
bool
sys/net/wg/wg_noise.c
664
bool expired;
sys/net/wg/wg_noise.c
776
bool
sys/net/wg/wg_noise.c
80
bool i_is_keypair;
sys/net/wg/wg_noise.c
861
bool
sys/net/wg/wg_noise.c
87
bool kp_can_send;
sys/net/wg/wg_noise.c
88
bool kp_is_initiator;
sys/net/wg/wg_noise.c
949
bool
sys/net/wg/wg_noise.c
950
noise_keypair_should_refresh(struct noise_remote *r, bool sending)
sys/net/wg/wg_noise.c
954
bool refresh;
sys/net/wg/wg_noise.h
105
bool noise_create_initiation(
sys/net/wg/wg_noise.h
118
bool noise_create_response(
sys/net/wg/wg_noise.h
133
bool noise_counter_selftest(void);
sys/net/wg/wg_noise.h
53
bool noise_local_set_private(struct noise_local *,
sys/net/wg/wg_noise.h
55
bool noise_local_keys(struct noise_local *,
sys/net/wg/wg_noise.h
78
bool noise_remote_keys(struct noise_remote *,
sys/net/wg/wg_noise.h
81
bool noise_remote_initiation_expired(struct noise_remote *);
sys/net/wg/wg_noise.h
95
bool noise_keypair_received_with(struct noise_keypair *);
sys/net/wg/wg_noise.h
96
bool noise_keypair_should_refresh(struct noise_remote *, bool);
sys/net/wg/wg_noise.h
97
bool noise_keypair_counter_next(struct noise_keypair *, uint64_t *);
sys/netinet/if_ether.c
726
bool do_rtmsg = false;
sys/netproto/802_11/ieee80211_proto.h
80
void ieee80211_promisc(struct ieee80211vap *, bool);
sys/netproto/802_11/ieee80211_proto.h
81
void ieee80211_allmulti(struct ieee80211vap *, bool);
sys/netproto/802_11/wlan/ieee80211.c
843
ieee80211_promisc(struct ieee80211vap *vap, bool on)
sys/netproto/802_11/wlan/ieee80211.c
870
ieee80211_allmulti(struct ieee80211vap *vap, bool on)
sys/platform/pc64/x86_64/efirt.c
198
static bool
sys/sys/cpuhelper.h
56
void cpuhelper_assert(int cpuid, bool in);
sys/sys/devfs.h
255
typedef void (devfs_scan_t)(char *, cdev_t, bool, void *);
sys/sys/kern_syscall.h
173
int kern_fsync(int fd, bool fullsync);
sys/sys/objcache.h
52
typedef bool (objcache_ctor_fn)(void *obj, void *privdata, int ocflags);
sys/sys/objcache.h
84
bool objcache_reclaimlist(struct objcache *oc[], int nlist);
sys/sys/sleepqueue.h
108
void sleepq_chains_remove_matching(bool (*matches)(struct thread *));
sys/sys/sleepqueue.h
111
bool (*matches)(struct thread *), int pri);
sys/vfs/autofs/autofs.c
153
bool
sys/vfs/autofs/autofs.c
213
bool
sys/vfs/autofs/autofs.c
308
bool wildcards;
sys/vfs/autofs/autofs.h
106
bool an_cached;
sys/vfs/autofs/autofs.h
107
bool an_wildcards;
sys/vfs/autofs/autofs.h
127
bool ar_done;
sys/vfs/autofs/autofs.h
129
bool ar_wildcards;
sys/vfs/autofs/autofs.h
130
bool ar_in_progress;
sys/vfs/autofs/autofs.h
145
bool sc_dev_opened;
sys/vfs/autofs/autofs.h
152
bool autofs_cached(struct autofs_node *anp, const char *component,
sys/vfs/autofs/autofs.h
156
bool autofs_ignore_thread(void);
sys/vfs/autofs/autofs_vfsops.c
216
bool found;
sys/vfs/autofs/autofs_vnops.c
44
static bool
sys/vfs/autofs/autofs_vnops.c
62
static bool
sys/vfs/fuse/fuse.h
121
bool closed; /* XXX associated with closed fh */
sys/vfs/fuse/fuse_io.c
35
fuse_fix_size(struct fuse_node *fnp, bool fixsize, size_t oldsize)
sys/vfs/fuse/fuse_util.c
90
bool res;
sys/vfs/msdosfs/fat.h
111
int markvoldirty_upgrade(struct msdosfsmount *pmp, bool dirty, bool rw_upgrade);
sys/vfs/msdosfs/fat.h
114
markvoldirty(struct msdosfsmount *pmp, bool dirty)
sys/vfs/msdosfs/msdosfs_fat.c
1128
markvoldirty_upgrade(struct msdosfsmount *pmp, bool dirty, bool rw_upgrade)
test/crypto/cryptoapi/cryptoapi_test.c
354
bool benchmark = false;
test/illumos/oclo/oclo.c
1191
static bool
test/illumos/oclo/oclo.c
1194
bool ret = true;
test/illumos/oclo/oclo.c
132
static bool
test/illumos/oclo/oclo.c
133
oclo_flags_match(const clo_rtdata_t *rt, bool child)
test/illumos/oclo/oclo.c
136
bool fail = child && (rt->crt_flags & FD_CLOFORK) != 0;
test/illumos/oclo/oclo.c
382
oclo_dup_common(const clo_create_t *c, int targ_flags, bool v3)
test/illumos/oclo/oclo.c
469
oclo_accept_common(const clo_create_t *c, int targ_flags, bool a4)
test/illumos/oclo/oclo_errors.c
43
static bool
test/illumos/oclo/oclo_errors.c
61
static bool
test/illumos/oclo/oclo_errors.c
68
static bool
test/illumos/oclo/oclo_errors.c
76
static bool
test/illumos/oclo/oclo_errors.c
86
static bool
test/illumos/oclo/oclo_errors.c
94
static bool
test/illumos/oclo/ocloexec_verify.c
49
static bool
test/illumos/oclo/ocloexec_verify.c
52
bool fail = (exp_flags & FD_CLOEXEC) != 0;
test/illumos/oclo/ocloexec_verify.c
54
bool clofork = (exp_flags & FD_CLOFORK) != 0;
test/nvmm/demo/smallkern/console.c
45
void print_state(bool ok, char *buf)
test/nvmm/demo/smallkern/smallkern.h
75
void print_state(bool, char *);
test/nvmm/demo/toyvirt/common.h
43
void toydev_mmio(gpaddr_t, bool, uint8_t *, size_t);
test/nvmm/demo/toyvirt/common.h
44
void toydev_io(int, bool, uint8_t *, size_t);
test/nvmm/demo/toyvirt/main.c
75
static bool can_take_int = false;
test/nvmm/demo/toyvirt/main.c
76
static bool can_take_nmi = false;
test/nvmm/demo/toyvirt/main.c
77
static bool has_int_pending = false;
test/nvmm/demo/toyvirt/main.c
78
static bool has_nmi_pending = false;
test/nvmm/demo/toyvirt/toydev.c
114
toydev_io(int port, bool in, uint8_t *buf, size_t size)
test/nvmm/demo/toyvirt/toydev.c
47
toydev_lapic(gpaddr_t gpa, bool write, uint8_t *buf, size_t size)
test/nvmm/demo/toyvirt/toydev.c
71
toydev_cons(int port __unused, bool in, uint8_t *buf, size_t size)
test/nvmm/demo/toyvirt/toydev.c
73
static bool new_line = true;
test/nvmm/demo/toyvirt/toydev.c
97
toydev_mmio(gpaddr_t gpa, bool write, uint8_t *buf, size_t size)
test/stress/stress2/testcases/openat/doat.c
84
bool dir_exist = false;
test/stress/stress2/testcases/openat/doat.c
85
bool file_exist = false;
test/stress/stress2/testcases/openat/doat.c
86
bool link_exist = false;
test/testcases/libnvmm/h_io_assist.c
290
bool in;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
101
bool g_sendfile;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
163
bool do_sendfile = false, bindcpu = false;
usr.bin/backlight/backlight.c
97
bool quiet = false;
usr.bin/bc/bc.y
104
static bool st_has_continue;
usr.bin/bc/bc.y
106
static bool do_fork = true;
usr.bin/bc/extern.h
48
extern bool interactive;
usr.bin/calendar/basics.c
382
bool positive;
usr.bin/calendar/basics.c
401
bool north, east;
usr.bin/calendar/calendar.c
133
static bool cd_home(const char *home);
usr.bin/calendar/calendar.c
139
static void print_location(const struct location *loc, bool warn);
usr.bin/calendar/calendar.c
143
bool
usr.bin/calendar/calendar.c
169
bool L_flag = false;
usr.bin/calendar/calendar.c
319
bool reaped;
usr.bin/calendar/calendar.c
513
static bool
usr.bin/calendar/calendar.c
556
print_location(const struct location *loc, bool warn)
usr.bin/calendar/calendar.h
103
bool set_calendar(const char *name);
usr.bin/calendar/calendar.h
76
bool allmode; /* whether to process calendars for all users */
usr.bin/calendar/chinese.c
168
static bool
usr.bin/calendar/chinese.c
182
static bool
usr.bin/calendar/chinese.c
210
bool leap_year = (lround((m11_next - m12) / mean_synodic_month) == 12);
usr.bin/calendar/chinese.c
268
bool leap_year = (lround((m11_next - m12) / mean_synodic_month) == 12);
usr.bin/calendar/chinese.c
273
bool leap_month = (leap_year &&
usr.bin/calendar/chinese.h
46
bool leap; /* whether $month is a leap month */
usr.bin/calendar/chinese.h
53
bool is_major; /* whether a major solar term (Zhōngqì) */
usr.bin/calendar/dates.c
176
event_add(struct cal_day *dp, bool day_first, bool variable,
usr.bin/calendar/dates.c
50
bool variable; /* Whether a variable event ? */
usr.bin/calendar/dates.h
48
bool last_dom; /* true if the last day of month */
usr.bin/calendar/dates.h
58
struct event *event_add(struct cal_day *dp, bool day_first, bool variable,
usr.bin/calendar/gregorian.c
64
bool
usr.bin/calendar/gregorian.h
48
bool gregorian_leap_year(int year);
usr.bin/calendar/io.c
101
static bool is_date_entry(char *line, char **content);
usr.bin/calendar/io.c
102
static bool is_variable_entry(char *line, char **value);
usr.bin/calendar/io.c
169
static bool
usr.bin/calendar/io.c
170
process_token(char *line, bool *skip)
usr.bin/calendar/io.c
262
static bool
usr.bin/calendar/io.c
271
static bool
usr.bin/calendar/io.c
281
bool d_first, skip, var_handled;
usr.bin/calendar/io.c
282
bool locale_changed, calendar_changed;
usr.bin/calendar/io.c
418
static bool
usr.bin/calendar/io.c
419
cal_readentry(struct cal_file *cfile, struct cal_entry *entry, bool skip)
usr.bin/calendar/io.c
525
static bool
usr.bin/calendar/io.c
548
static bool
usr.bin/calendar/io.c
84
bool rewinded; /* if 'nextline' has the rewinded line */
usr.bin/calendar/io.c
91
static bool cal_parse(FILE *in);
usr.bin/calendar/io.c
92
static bool process_token(char *line, bool *skip);
usr.bin/calendar/io.c
97
static bool cal_readentry(struct cal_file *cfile,
usr.bin/calendar/io.c
98
struct cal_entry *entry, bool skip);
usr.bin/calendar/julian.c
270
bool leap;
usr.bin/calendar/julian.c
63
bool
usr.bin/calendar/julian.h
46
bool julian_leap_year(int year);
usr.bin/calendar/moon.c
723
bool waning = lunar_phase(t) > 180.0;
usr.bin/calendar/moon.c
771
bool waxing = lunar_phase(t) < 180.0;
usr.bin/calendar/moon.c
828
bool waxing = (phi <= 180);
usr.bin/calendar/moon.c
829
bool crescent = (phi <= 90 || phi > 270);
usr.bin/calendar/parsedata.c
131
static bool
usr.bin/calendar/parsedata.c
406
static bool
usr.bin/calendar/parsedata.c
445
static bool
usr.bin/calendar/parsedata.c
484
static bool
usr.bin/calendar/parsedata.c
485
is_onlydigits(const char *s, bool endstar)
usr.bin/calendar/parsedata.c
496
static bool
usr.bin/calendar/parsedata.c
500
bool parsed = false;
usr.bin/calendar/parsedata.c
563
bool
usr.bin/calendar/parsedata.c
596
static bool
usr.bin/calendar/parsedata.c
62
static bool check_dayofweek(const char *s, size_t *len, int *dow);
usr.bin/calendar/parsedata.c
63
static bool check_month(const char *s, size_t *len, int *month);
usr.bin/calendar/parsedata.c
635
bool
usr.bin/calendar/parsedata.c
64
static bool determine_style(const char *date, struct dateinfo *di);
usr.bin/calendar/parsedata.c
65
static bool is_onlydigits(const char *s, bool endstar);
usr.bin/calendar/parsedata.c
66
static bool parse_angle(const char *s, double *result);
usr.bin/calendar/parsedata.c
687
bool
usr.bin/calendar/parsedata.c
69
static bool parse_index(const char *s, int *index);
usr.bin/calendar/parsedata.c
733
bool
usr.bin/calendar/parsedata.h
59
bool parse_timezone(const char *s, int *result);
usr.bin/calendar/parsedata.h
60
bool parse_location(const char *s, double *latitude, double *longitude,
usr.bin/calendar/parsedata.h
62
bool parse_date(const char *date, int *rd_out);
usr.bin/calendar/parsedata.h
63
bool parse_time(const char *time, double *t_out);
usr.bin/calendar/sun.c
257
double alpha, bool morning)
usr.bin/calendar/sun.c
293
double alpha, bool morning)
usr.bin/calendar/utils.c
180
bool
usr.bin/calendar/utils.h
265
bool list_lookup(struct node *listp, const char *name,
usr.bin/calendar/utils.h
56
static inline bool
usr.bin/cmp/cmp.c
53
bool lflag, sflag, xflag, zflag;
usr.bin/cmp/cmp.c
71
bool special;
usr.bin/cmp/extern.h
48
extern bool lflag, sflag, xflag, zflag;
usr.bin/ctags/ctags.c
54
bool _wht[256], _etk[256], _itk[256], _btk[256], _gd[256];
usr.bin/ctags/ctags.h
66
bool been_warned; /* set if noticed dup */
usr.bin/ctags/ctags.h
80
extern bool _wht[], _etk[], _itk[], _btk[], _gd[];
usr.bin/ctags/fortran.c
47
bool pfcnt; /* pascal/fortran functions found */
usr.bin/ctags/yacc.c
48
bool in_rule;
usr.bin/dc/bcode.c
102
static bool bsqrt_stop(const BIGNUM *, const BIGNUM *, u_int *);
usr.bin/dc/bcode.c
115
static bool compare_numbers(enum bcode_compare, struct number *,
usr.bin/dc/bcode.c
1168
bool neg;
usr.bin/dc/bcode.c
1268
static bool
usr.bin/dc/bcode.c
1272
bool ret;
usr.bin/dc/bcode.c
1462
static bool
usr.bin/dc/bcode.c
1502
bool ok;
usr.bin/dc/bcode.c
230
init_bmachine(bool extended_registers)
usr.bin/dc/bcode.c
47
bool extended_regs;
usr.bin/dc/bcode.h
89
void init_bmachine(bool);
usr.bin/dc/dc.c
46
bool extended_regs = false;
usr.bin/dc/inout.c
186
bool sign = false;
usr.bin/dc/inout.c
187
bool dot = false;
usr.bin/dc/inout.c
232
bool escape;
usr.bin/dc/stack.c
28
static __inline bool stack_empty(const struct stack *);
usr.bin/dc/stack.c
45
static __inline bool
usr.bin/dc/stack.c
48
bool empty = stack->sp == -1;
usr.bin/dfregress/testcase.c
350
_testcase_get_interpreter(prop_dictionary_t testcase, bool fatal)
usr.bin/getaddrinfo/getaddrinfo.c
177
static bool
usr.bin/getaddrinfo/getaddrinfo.c
185
static bool
usr.bin/getaddrinfo/getaddrinfo.c
216
static bool
usr.bin/getaddrinfo/getaddrinfo.c
224
static bool
usr.bin/getaddrinfo/getaddrinfo.c
52
static bool parse_af(const char *, int *);
usr.bin/getaddrinfo/getaddrinfo.c
53
static bool parse_protocol(const char *, int *);
usr.bin/getaddrinfo/getaddrinfo.c
54
static bool parse_socktype(const char *, int *);
usr.bin/getaddrinfo/getaddrinfo.c
55
static bool parse_numeric_tabular(const char *, int *, const char *const *,
usr.bin/head/head.c
57
bool first;
usr.bin/head/head.c
58
bool qflag = false, vflag = false;
usr.bin/iconv/iconv.c
160
bool opt_c = false, opt_s = false;
usr.bin/iconv/iconv.c
46
static void do_conv(FILE *, const char *, const char *, bool, bool);
usr.bin/iconv/iconv.c
72
do_conv(FILE *fp, const char *from, const char *to, bool silent,
usr.bin/iconv/iconv.c
73
bool hide_invalid)
usr.bin/msgs/msgs.c
107
bool local;
usr.bin/msgs/msgs.c
108
bool ruptible;
usr.bin/msgs/msgs.c
109
bool totty;
usr.bin/msgs/msgs.c
110
bool seenfrom;
usr.bin/msgs/msgs.c
111
bool seensubj;
usr.bin/msgs/msgs.c
112
bool blankline;
usr.bin/msgs/msgs.c
113
bool printing = NO;
usr.bin/msgs/msgs.c
114
bool mailing = NO;
usr.bin/msgs/msgs.c
115
bool quitit = NO;
usr.bin/msgs/msgs.c
116
bool sending = NO;
usr.bin/msgs/msgs.c
117
bool intrpflg = NO;
usr.bin/msgs/msgs.c
128
bool hdrs = NO;
usr.bin/msgs/msgs.c
129
bool qopt = NO;
usr.bin/msgs/msgs.c
130
bool hush = NO;
usr.bin/msgs/msgs.c
131
bool send_msg = NO;
usr.bin/msgs/msgs.c
132
bool locomode = NO;
usr.bin/msgs/msgs.c
133
bool use_pager = NO;
usr.bin/msgs/msgs.c
134
bool clean = NO;
usr.bin/msgs/msgs.c
135
bool lastcmd = NO;
usr.bin/msgs/msgs.c
152
bool newrc, already;
usr.bin/msgs/msgs.c
264
bool seenany = NO;
usr.bin/netstat/mbuf.c
76
bool *seen; /* "have we seen this type yet?" */
usr.bin/patch/common.h
65
extern bool using_plan_a; /* try to keep everything in memory */
usr.bin/patch/common.h
66
extern bool out_of_mem; /* ran out of memory in plan a */
usr.bin/patch/common.h
67
extern bool nonempty_patchf_seen; /* seen a non-zero-length patch file? */
usr.bin/patch/common.h
72
extern bool ok_to_create_file;
usr.bin/patch/common.h
80
extern bool toutkeep;
usr.bin/patch/common.h
81
extern bool trejkeep;
usr.bin/patch/common.h
87
extern bool force;
usr.bin/patch/common.h
88
extern bool batch;
usr.bin/patch/common.h
89
extern bool verbose;
usr.bin/patch/common.h
90
extern bool reverse;
usr.bin/patch/common.h
91
extern bool noreverse;
usr.bin/patch/common.h
92
extern bool skip_rest_of_patch;
usr.bin/patch/common.h
94
extern bool canonicalize;
usr.bin/patch/common.h
96
extern bool check_only;
usr.bin/patch/common.h
97
extern bool warn_on_invalid_line;
usr.bin/patch/common.h
98
extern bool last_line_missing_eol;
usr.bin/patch/inp.c
114
static bool
usr.bin/patch/inp.c
137
static bool
usr.bin/patch/inp.c
289
bool found_revision = (revision == NULL);
usr.bin/patch/inp.c
418
static bool
usr.bin/patch/inp.c
68
static bool rev_in_string(const char *);
usr.bin/patch/inp.c
69
static bool reallocate_lines(size_t *);
usr.bin/patch/inp.c
72
static bool plan_a(const char *);
usr.bin/patch/patch.c
101
static void copy_till(LINENUM, bool);
usr.bin/patch/patch.c
102
static bool spew_output(void);
usr.bin/patch/patch.c
1023
copy_till(LINENUM lastline, bool endoffile)
usr.bin/patch/patch.c
103
static void dump_line(LINENUM, bool);
usr.bin/patch/patch.c
1038
static bool
usr.bin/patch/patch.c
104
static bool patch_match(LINENUM, LINENUM, LINENUM);
usr.bin/patch/patch.c
105
static bool similar(const char *, const char *, int);
usr.bin/patch/patch.c
1058
dump_line(LINENUM line, bool write_newline)
usr.bin/patch/patch.c
107
static bool handle_creation(bool, bool *);
usr.bin/patch/patch.c
1075
static bool
usr.bin/patch/patch.c
110
static bool remove_empty_files = false;
usr.bin/patch/patch.c
1121
static bool
usr.bin/patch/patch.c
113
static bool reverse_flag_specified = false;
usr.bin/patch/patch.c
1143
static bool
usr.bin/patch/patch.c
1144
handle_creation(bool out_existed, bool *remove)
usr.bin/patch/patch.c
1146
bool reverse_seen;
usr.bin/patch/patch.c
115
static bool Vflag = false;
usr.bin/patch/patch.c
136
static bool do_defines = false;
usr.bin/patch/patch.c
154
bool out_creating, out_existed, patch_seen, remove_file;
usr.bin/patch/patch.c
155
bool reverse_seen;
usr.bin/patch/patch.c
55
bool using_plan_a = true; /* try to keep everything in memory */
usr.bin/patch/patch.c
56
bool out_of_mem = false; /* ran out of memory in plan a */
usr.bin/patch/patch.c
57
bool nonempty_patchf_seen = false; /* seen nonempty patch file? */
usr.bin/patch/patch.c
62
bool ok_to_create_file = false;
usr.bin/patch/patch.c
69
bool toutkeep = false;
usr.bin/patch/patch.c
70
bool trejkeep = false;
usr.bin/patch/patch.c
71
bool warn_on_invalid_line;
usr.bin/patch/patch.c
72
bool last_line_missing_eol;
usr.bin/patch/patch.c
724
bool check_after = (offset <= max_pos_offset);
usr.bin/patch/patch.c
725
bool check_before = (offset <= max_neg_offset);
usr.bin/patch/patch.c
78
bool force = false;
usr.bin/patch/patch.c
79
bool batch = false;
usr.bin/patch/patch.c
80
bool verbose = true;
usr.bin/patch/patch.c
81
bool reverse = false;
usr.bin/patch/patch.c
82
bool noreverse = false;
usr.bin/patch/patch.c
83
bool skip_rest_of_patch = false;
usr.bin/patch/patch.c
85
bool canonicalize = false;
usr.bin/patch/patch.c
86
bool check_only = false;
usr.bin/patch/pch.c
1220
pgets(bool do_indent)
usr.bin/patch/pch.c
1256
bool
usr.bin/patch/pch.c
1264
bool blankline = false;
usr.bin/patch/pch.c
1533
posix_name(const struct file_name *names, bool assume_exists)
usr.bin/patch/pch.c
1563
compare_names(const struct file_name *names, bool assume_exists)
usr.bin/patch/pch.c
1607
best_name(const struct file_name *names, bool assume_exists)
usr.bin/patch/pch.c
174
bool
usr.bin/patch/pch.c
177
bool exists = false;
usr.bin/patch/pch.c
272
bool last_line_was_command = false, this_is_a_command = false;
usr.bin/patch/pch.c
273
bool stars_last_line = false, stars_this_line = false;
usr.bin/patch/pch.c
514
static bool
usr.bin/patch/pch.c
536
bool
usr.bin/patch/pch.c
544
bool ptrn_spaces_eaten; /* ptrn was slightly malformed */
usr.bin/patch/pch.c
545
bool repl_could_be_missing; /* no + or ! lines in this hunk */
usr.bin/patch/pch.c
546
bool repl_missing; /* we are now backtracking */
usr.bin/patch/pch.c
79
static size_t pgets(bool _do_indent);
usr.bin/patch/pch.c
80
static char *best_name(const struct file_name *, bool);
usr.bin/patch/pch.c
81
static char *posix_name(const struct file_name *, bool);
usr.bin/patch/pch.h
37
bool exists;
usr.bin/patch/pch.h
45
bool there_is_another_patch(void);
usr.bin/patch/pch.h
46
bool another_hunk(void);
usr.bin/patch/pch.h
47
bool pch_swap(void);
usr.bin/patch/util.c
330
makedirs(const char *filename, bool striplast)
usr.bin/patch/util.c
354
fetchname(const char *at, bool *exists, int strip_leading)
usr.bin/patch/util.h
30
char *fetchname(const char *, bool *, int);
usr.bin/patch/util.h
48
void makedirs(const char *, bool);
usr.bin/sdiff/sdiff.c
71
static bool Iflag; /* ignore sets matching regexp */
usr.bin/sdiff/sdiff.c
72
static bool lflag; /* print only left column for identical lines */
usr.bin/sdiff/sdiff.c
73
static bool sflag; /* skip identical lines */
usr.bin/sdiff/sdiff.c
74
static bool tflag; /* expand tabs */
usr.bin/sed/compile.c
385
static bool
usr.bin/sed/compile.c
394
static bool
usr.bin/showmount/showmount.c
253
int bool;
usr.bin/showmount/showmount.c
257
if (!xdr_bool(xdrsp, &bool))
usr.bin/showmount/showmount.c
259
while (bool) {
usr.bin/showmount/showmount.c
317
if (!xdr_bool(xdrsp, &bool))
usr.bin/showmount/showmount.c
331
int bool, grpbool;
usr.bin/showmount/showmount.c
335
if (!xdr_bool(xdrsp, &bool))
usr.bin/showmount/showmount.c
337
while (bool) {
usr.bin/showmount/showmount.c
361
if (!xdr_bool(xdrsp, &bool))
usr.bin/sort/bwstring.c
418
bwsfwrite(struct bwstring *bws, FILE *f, bool zero_ended)
usr.bin/sort/bwstring.c
44
bool byte_sort;
usr.bin/sort/bwstring.c
473
bwsfgetln(FILE *f, size_t *len, bool zero_ended, struct reader_buffer *rb)
usr.bin/sort/bwstring.c
850
bwstod(struct bwstring *s0, bool *empty)
usr.bin/sort/bwstring.h
41
extern bool byte_sort;
usr.bin/sort/bwstring.h
75
double bwstod(struct bwstring *s0, bool *empty);
usr.bin/sort/bwstring.h
96
size_t bwsfwrite(struct bwstring *bws, FILE *f, bool zero_ended);
usr.bin/sort/bwstring.h
97
struct bwstring *bwsfgetln(FILE *file, size_t *len, bool zero_ended, struct reader_buffer *rb);
usr.bin/sort/coll.c
1074
static inline bool
usr.bin/sort/coll.c
1088
static inline bool
usr.bin/sort/coll.c
1102
static bool
usr.bin/sort/coll.c
1131
bool empty1, empty2, key1_read, key2_read;
usr.bin/sort/coll.c
1286
bool key1_read, key2_read;
usr.bin/sort/coll.c
229
bool skip_blanks, bool *empty_key)
usr.bin/sort/coll.c
253
skip_fields_to_start(const struct bwstring *s, size_t fields, bool *empty_field)
usr.bin/sort/coll.c
262
bool pb = true;
usr.bin/sort/coll.c
265
bool isblank;
usr.bin/sort/coll.c
302
size_t *field_start, size_t *key_start, bool *empty_field, bool *empty_key)
usr.bin/sort/coll.c
320
bool empty_field, empty_key;
usr.bin/sort/coll.c
367
bool empty_field, empty_key;
usr.bin/sort/coll.c
802
size_t offset __unused, bool use_suffix)
usr.bin/sort/coll.c
810
bool e1, e2, key1_read, key2_read;
usr.bin/sort/coll.c
858
bool neg1, neg2;
usr.bin/sort/coll.h
114
bool pos1b;
usr.bin/sort/coll.h
115
bool pos2b;
usr.bin/sort/coll.h
43
bool empty;
usr.bin/sort/coll.h
44
bool neg;
usr.bin/sort/coll.h
53
bool nan;
usr.bin/sort/coll.h
54
bool notnum;
usr.bin/sort/file.c
169
static bool
usr.bin/sort/file.c
173
bool ret = false;
usr.bin/sort/file.c
213
file_list_init(struct file_list *fl, bool tmp)
usr.bin/sort/file.c
228
file_list_add(struct file_list *fl, char *fn, bool allocate)
usr.bin/sort/file.c
246
file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate)
usr.bin/sort/file.c
56
bool use_mmap;
usr.bin/sort/file.h
108
void file_list_init(struct file_list *fl, bool tmp);
usr.bin/sort/file.h
109
void file_list_add(struct file_list *fl, char *fn, bool allocate);
usr.bin/sort/file.h
110
void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
usr.bin/sort/file.h
70
bool tmp;
usr.bin/sort/file.h
81
extern bool use_mmap;
usr.bin/sort/radixsort.c
115
static inline bool
usr.bin/sort/radixsort.c
118
bool ret;
usr.bin/sort/radixsort.c
54
static bool reverse_sort;
usr.bin/sort/sort.c
1051
bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] =
usr.bin/sort/sort.c
114
bool debug_sort;
usr.bin/sort/sort.c
115
bool need_hint;
usr.bin/sort/sort.c
122
static bool gnusort_numeric_compatibility;
usr.bin/sort/sort.c
127
static bool print_symbols_on_debug;
usr.bin/sort/sort.c
212
static bool
usr.bin/sort/sort.c
229
usage(bool opt_err)
usr.bin/sort/sort.c
540
check_mutually_exclusive_flags(char c, bool *mef_flags)
usr.bin/sort/sort.c
543
bool found_others, found_this;
usr.bin/sort/sort.c
584
static bool
usr.bin/sort/sort.c
646
parse_pos(const char *s, struct key_specs *ks, bool *mef_flags, bool second)
usr.bin/sort/sort.c
72
static bool need_random;
usr.bin/sort/sort.c
761
bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] =
usr.bin/sort/sort.h
113
bool bflag;
usr.bin/sort/sort.h
114
bool dflag;
usr.bin/sort/sort.h
115
bool fflag;
usr.bin/sort/sort.h
116
bool gflag;
usr.bin/sort/sort.h
117
bool iflag;
usr.bin/sort/sort.h
118
bool Mflag;
usr.bin/sort/sort.h
119
bool nflag;
usr.bin/sort/sort.h
120
bool rflag;
usr.bin/sort/sort.h
122
bool Rflag;
usr.bin/sort/sort.h
124
bool Vflag;
usr.bin/sort/sort.h
125
bool hflag;
usr.bin/sort/sort.h
128
extern bool need_hint;
usr.bin/sort/sort.h
66
extern bool debug_sort;
usr.bin/sort/sort.h
86
bool cflag;
usr.bin/sort/sort.h
87
bool csilentflag;
usr.bin/sort/sort.h
88
bool kflag;
usr.bin/sort/sort.h
89
bool mflag;
usr.bin/sort/sort.h
90
bool sflag;
usr.bin/sort/sort.h
91
bool uflag;
usr.bin/sort/sort.h
92
bool zflag;
usr.bin/sort/sort.h
93
bool tflag;
usr.bin/sort/sort.h
94
bool complex_sort;
usr.bin/sort/vsort.c
40
static inline bool
usr.bin/sort/vsort.c
47
static inline bool
usr.bin/sort/vsort.c
54
static inline bool
usr.bin/sort/vsort.c
71
bool expect_alpha, sfx;
usr.bin/split/split.c
59
static bool dflag;
usr.bin/tic/transform.h
4
extern bool same_program(const char *, const char *);
usr.bin/timeout/timeout.c
189
send_sig(pid_t pid, int signo, bool foreground)
usr.bin/timeout/timeout.c
280
bool foreground = false;
usr.bin/timeout/timeout.c
281
bool preserve = false;
usr.bin/timeout/timeout.c
282
bool timedout = false;
usr.bin/timeout/timeout.c
283
bool do_second_kill = false;
usr.bin/timeout/timeout.c
284
bool child_done = false;
usr.bin/timeout/timeout.c
57
static bool verbose = false;
usr.bin/tr/cmap.c
66
bool
usr.bin/tr/cmap.h
46
bool cm_havecache;
usr.bin/tr/cmap.h
55
bool cmap_add(struct cmap *, wint_t, wint_t);
usr.bin/tr/cset.c
149
bool
usr.bin/tr/cset.c
196
bool
usr.bin/tr/cset.c
197
cset_addclass(struct cset *cs, wctype_t type, bool invert)
usr.bin/tr/cset.c
67
bool
usr.bin/tr/cset.h
45
bool csc_invert;
usr.bin/tr/cset.h
51
bool cs_cache[CS_CACHE_SIZE];
usr.bin/tr/cset.h
52
bool cs_havecache;
usr.bin/tr/cset.h
55
bool cs_invert;
usr.bin/tr/cset.h
58
bool cset_addclass(struct cset *, wctype_t, bool);
usr.bin/tr/cset.h
60
bool cset_add(struct cset *, wchar_t);
usr.bin/tr/cset.h
62
bool cset_in_hard(struct cset *, wchar_t);
usr.bin/tr/cset.h
65
static __always_inline bool
usr.bin/unifdef/unifdef.c
1395
addsym1(bool ignorethis, bool definethis, char *symval)
usr.bin/unifdef/unifdef.c
1416
addsym2(bool ignorethis, const char *sym, const char *val)
usr.bin/unifdef/unifdef.c
1466
static bool
usr.bin/unifdef/unifdef.c
152
static bool compblank; /* -B: compress blank lines */
usr.bin/unifdef/unifdef.c
153
static bool lnblank; /* -b: blank deleted lines */
usr.bin/unifdef/unifdef.c
154
static bool complement; /* -c: do the complement */
usr.bin/unifdef/unifdef.c
155
static bool debugging; /* -d: debugging reports */
usr.bin/unifdef/unifdef.c
156
static bool inplace; /* -m: modify in place */
usr.bin/unifdef/unifdef.c
157
static bool iocccok; /* -e: fewer IOCCC errors */
usr.bin/unifdef/unifdef.c
158
static bool strictlogic; /* -K: keep ambiguous #ifs */
usr.bin/unifdef/unifdef.c
159
static bool killconsts; /* -k: eval constant #ifs */
usr.bin/unifdef/unifdef.c
160
static bool lnnum; /* -n: add #line directives */
usr.bin/unifdef/unifdef.c
161
static bool symlist; /* -s: output symbol list */
usr.bin/unifdef/unifdef.c
162
static bool symdepth; /* -S: output symbol depth */
usr.bin/unifdef/unifdef.c
163
static bool text; /* -t: this is a text file */
usr.bin/unifdef/unifdef.c
167
static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */
usr.bin/unifdef/unifdef.c
198
static bool ignoring[MAXDEPTH]; /* ignore comments state */
usr.bin/unifdef/unifdef.c
204
static bool constexpr; /* constant #if expression */
usr.bin/unifdef/unifdef.c
205
static bool zerosyms; /* to format symdepth output */
usr.bin/unifdef/unifdef.c
206
static bool firstsym; /* ditto */
usr.bin/unifdef/unifdef.c
210
static bool altered; /* was this file modified? */
usr.bin/unifdef/unifdef.c
212
static void addsym1(bool, bool, char *);
usr.bin/unifdef/unifdef.c
213
static void addsym2(bool, const char *, const char *);
usr.bin/unifdef/unifdef.c
219
static bool defundef(void);
usr.bin/unifdef/unifdef.c
224
static void flushline(bool);
usr.bin/unifdef/unifdef.c
688
flushline(bool keep)
usr.bin/unifdef/unifdef.c
693
bool blankline = tline[strspn(tline, " \t\r\n")] == '\0';
usr.bin/unifdef/unifdef.c
962
bool defparen;
usr.bin/units/units.c
698
bool quiet;
usr.bin/units/units.c
699
bool readfile;
usr.bin/units/units.c
74
static bool verbose = false;
usr.bin/xargs/strnsubst.c
20
bool strnsubst(char **, const char *, const char *, size_t);
usr.bin/xargs/strnsubst.c
33
bool
usr.bin/xargs/strnsubst.c
37
bool error = false;
usr.bin/xargs/xargs.c
72
bool strnsubst(char **, const char *, const char *, size_t);
usr.sbin/autofs/automount.c
222
unmount_automounted(bool force)
usr.sbin/autofs/automount.c
264
bool do_unmount = false, force_unmount = false, flush = false;
usr.sbin/autofs/automount.c
45
unmount_by_statfs(const struct statfs *sb, bool force)
usr.sbin/autofs/automountd.c
114
create_subtree(const struct node *node, bool incomplete)
usr.sbin/autofs/automountd.c
118
bool wildcard_found = false;
usr.sbin/autofs/automountd.c
162
bool incomplete_hierarchy)
usr.sbin/autofs/automountd.c
169
bool wildcards;
usr.sbin/autofs/automountd.c
380
wait_for_children(bool block)
usr.sbin/autofs/automountd.c
429
bool dont_daemonize = false, incomplete_hierarchy = false;
usr.sbin/autofs/automountd.c
58
done(int request_error, bool wildcards)
usr.sbin/autofs/automountd.c
84
bool first = true;
usr.sbin/autofs/autounmountd.c
271
bool dont_daemonize = false;
usr.sbin/autofs/autounmountd.c
53
bool af_mark;
usr.sbin/autofs/common.c
1014
bool *wildcards)
usr.sbin/autofs/common.c
1018
bool executable;
usr.sbin/autofs/common.c
273
node_expand_includes(struct node *root, bool is_master)
usr.sbin/autofs/common.c
326
bool backslashed = false;
usr.sbin/autofs/common.c
448
static bool
usr.sbin/autofs/common.c
460
bool
usr.sbin/autofs/common.c
474
bool
usr.sbin/autofs/common.c
488
node_expand_maps(struct node *n, bool indirect)
usr.sbin/autofs/common.c
923
static bool
usr.sbin/autofs/common.h
100
bool node_is_direct_map(const struct node *n);
usr.sbin/autofs/common.h
101
bool node_has_wildcards(const struct node *n);
usr.sbin/autofs/common.h
111
bool *wildcards);
usr.sbin/autofs/defined.c
71
bool backslashed = false, bracketed = false;
usr.sbin/efibootmgr/efibootmgr.c
1045
set_boot_to_fw_ui(bool to_fw)
usr.sbin/efibootmgr/efibootmgr.c
380
handle_activity(int bootnum, bool active)
usr.sbin/efibootmgr/efibootmgr.c
652
make_boot_var(const char *label, const char *loader, const char *kernel, const char *env, bool dry_run,
usr.sbin/efibootmgr/efibootmgr.c
653
int bootnum, bool activate)
usr.sbin/efibootmgr/efibootmgr.c
75
bool copy;
usr.sbin/efibootmgr/efibootmgr.c
76
bool create;
usr.sbin/efibootmgr/efibootmgr.c
77
bool delete;
usr.sbin/efibootmgr/efibootmgr.c
78
bool delete_bootnext;
usr.sbin/efibootmgr/efibootmgr.c
79
bool del_timeout;
usr.sbin/efibootmgr/efibootmgr.c
80
bool dry_run;
usr.sbin/efibootmgr/efibootmgr.c
81
bool device_path;
usr.sbin/efibootmgr/efibootmgr.c
811
static bool
usr.sbin/efibootmgr/efibootmgr.c
812
print_boot_var(const char *name, bool verbose, bool curboot)
usr.sbin/efibootmgr/efibootmgr.c
82
bool esp_device;
usr.sbin/efibootmgr/efibootmgr.c
83
bool fw_ui;
usr.sbin/efibootmgr/efibootmgr.c
836
static bool
usr.sbin/efibootmgr/efibootmgr.c
84
bool no_fw_ui;
usr.sbin/efibootmgr/efibootmgr.c
85
bool has_bootnum;
usr.sbin/efibootmgr/efibootmgr.c
86
bool once;
usr.sbin/efibootmgr/efibootmgr.c
879
print_boot_vars(bool verbose)
usr.sbin/efibootmgr/efibootmgr.c
88
bool set_active;
usr.sbin/efibootmgr/efibootmgr.c
89
bool set_bootnext;
usr.sbin/efibootmgr/efibootmgr.c
891
bool boot_to_fw_ui;
usr.sbin/efibootmgr/efibootmgr.c
90
bool set_inactive;
usr.sbin/efibootmgr/efibootmgr.c
91
bool set_timeout;
usr.sbin/efibootmgr/efibootmgr.c
93
bool unix_path;
usr.sbin/efibootmgr/efibootmgr.c
94
bool verbose;
usr.sbin/efibootmgr/efibootmgr.c
980
report_esp_device(bool do_dp, bool do_unix)
usr.sbin/fstyp/exfat.c
291
bool eod = false;
usr.sbin/fstyp/fstyp.c
179
bool ignore_type = false, show_unmountable = false;
usr.sbin/fstyp/fstyp.c
52
bool show_label = false;
usr.sbin/fstyp/fstyp.c
60
bool unmountable;
usr.sbin/fstyp/fstyp.c
80
bool unmountable;
usr.sbin/fstyp/fstyp.h
49
extern bool show_label; /* -l flag */
usr.sbin/fstyp/hammer2.c
185
find_pfs(FILE *fp, const hammer2_blockref_t *bref, const char *pfs, bool *res)
usr.sbin/fstyp/hammer2.c
283
bool res = false;
usr.sbin/makefs/ffs.h
56
bool min_inodes; /* allocate minimum number of inodes */
usr.sbin/makefs/hammer2.c
1275
bool prev_was_c;
usr.sbin/makefs/hammer2.c
1341
static bool
usr.sbin/makefs/hammer2.c
2081
hammer2_linkq_cleanup(struct hammer2_linkq *linkq, bool is_root)
usr.sbin/makefs/hammer2.c
2233
bool found = false;
usr.sbin/makefs/hammer2.h
55
bool emergency_mode;
usr.sbin/makefs/hammer2/hammer2.h
1524
void hammer2_update_time(uint64_t *timep, bool is_mtime);
usr.sbin/makefs/hammer2/hammer2_subr.c
337
hammer2_update_time(uint64_t *timep, bool is_mtime)
usr.sbin/makefs/makefs.c
404
*(bool *)options[i].value = 1;
usr.sbin/makefs/mtree.c
821
read_mtree_spec1(FILE *fp, bool def, const char *name)
usr.sbin/mpsutil/mps_cmd.c
447
mps_firmware_send(int fd, unsigned char *fw, uint32_t len, bool bios)
usr.sbin/mpsutil/mps_cmd.c
467
mps_firmware_get(int fd, unsigned char **firmware, bool bios)
usr.sbin/mpsutil/mps_flash.c
125
bool bios = false;
usr.sbin/mpsutil/mps_flash.c
52
bool bios = false;
usr.sbin/mpsutil/mpsutil.h
129
int mps_firmware_send(int fd, unsigned char *buf, uint32_t len, bool bios);
usr.sbin/mpsutil/mpsutil.h
130
int mps_firmware_get(int fd, unsigned char **buf, bool bios);
usr.sbin/mtree/extern.h
76
bool find_only(const char *path);
usr.sbin/mtree/only.c
137
bool
usr.sbin/mtree/only.c
55
static bool loaded;
usr.sbin/mtree/only.c
68
static bool
usr.sbin/nvmmctl/nvmmctl.c
50
bool takesargs;
usr.sbin/nvmmctl/nvmmctl.c
51
bool argsoptional;
usr.sbin/pw/pw_group.c
315
bool matchFound;
usr.sbin/sshlockout/sshlockout.c
172
static bool
usr.sbin/tcpdrop/tcpdrop.c
174
static bool
usr.sbin/tcpdrop/tcpdrop.c
205
static bool
usr.sbin/tcpdrop/tcpdrop.c
210
bool ok;
usr.sbin/tcpdrop/tcpdrop.c
247
static bool
usr.sbin/tcpdrop/tcpdrop.c
260
bool ok, infamily;
usr.sbin/tcpdrop/tcpdrop.c
302
static bool
usr.sbin/tcpdrop/tcpdrop.c
51
static bool tcpdrop_list_commands = false;
usr.sbin/tcpdrop/tcpdrop.c
56
static bool tcpdrop(const struct sockaddr *, const struct sockaddr *);
usr.sbin/tcpdrop/tcpdrop.c
57
static bool tcpdropall(void);
usr.sbin/tcpdrop/tcpdrop.c
58
static bool tcpdropbyname(const char *, const char *, const char *,
usr.sbin/tcpdrop/tcpdrop.c
60
static bool tcpdropconn(const struct in_conninfo *);
usr.sbin/tcpdrop/tcpdrop.c
70
bool dropall;
usr.sbin/uefisign/child.c
226
bool Vflag, bool vflag)
usr.sbin/uefisign/uefisign.c
338
bool Vflag = false, vflag = false;
usr.sbin/uefisign/uefisign.h
84
bool Vflag, bool vflag);