OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lb_request_fifo_depth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c
265
u32
lb_request_fifo_depth
;
member in struct:rs690_watermark
291
wm->
lb_request_fifo_depth
= 4;
321
wm->
lb_request_fifo_depth
= 4;
323
wm->
lb_request_fifo_depth
= dfixed_trunc(request_fifo_depth);
433
if ((2+wm->
lb_request_fifo_depth
) >= dfixed_trunc(request_fifo_depth)) {
436
tolerable_latency.full = dfixed_const(wm->
lb_request_fifo_depth
- 2);
637
tmp = (wm0_high.
lb_request_fifo_depth
- 1);
638
tmp |= (wm1_high.
lb_request_fifo_depth
- 1) << 16;
radeon_rv515.c
948
u32
lb_request_fifo_depth
;
member in struct:rv515_watermark
974
wm->
lb_request_fifo_depth
= 4;
1001
wm->
lb_request_fifo_depth
= 4;
1003
wm->
lb_request_fifo_depth
= dfixed_trunc(request_fifo_depth);
1084
if ((2+wm->
lb_request_fifo_depth
) >= dfixed_trunc(request_fifo_depth)) {
1087
tolerable_latency.full = dfixed_const(wm->
lb_request_fifo_depth
- 2);
1262
tmp = wm0_high.
lb_request_fifo_depth
;
1263
tmp |= wm1_high.
lb_request_fifo_depth
<< 16;
Completed in 13 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025