Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dpconf
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H
A
D
dcb.c
147
outp->
dpconf
.link_bw = 0x06;
in dcb_outp_parse()
150
outp->
dpconf
.link_bw = 0x0a;
in dcb_outp_parse()
153
outp->
dpconf
.link_bw = 0x14;
in dcb_outp_parse()
157
outp->
dpconf
.link_bw = 0x1e;
in dcb_outp_parse()
164
outp->
dpconf
.link_nr = 4;
in dcb_outp_parse()
168
outp->
dpconf
.link_nr = 2;
in dcb_outp_parse()
172
outp->
dpconf
.link_nr = 1;
in dcb_outp_parse()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H
A
D
dcb.c
147
outp->
dpconf
.link_bw = 0x06;
in dcb_outp_parse()
150
outp->
dpconf
.link_bw = 0x0a;
in dcb_outp_parse()
153
outp->
dpconf
.link_bw = 0x14;
in dcb_outp_parse()
157
outp->
dpconf
.link_bw = 0x1e;
in dcb_outp_parse()
164
outp->
dpconf
.link_nr = 4;
in dcb_outp_parse()
168
outp->
dpconf
.link_nr = 2;
in dcb_outp_parse()
172
outp->
dpconf
.link_nr = 1;
in dcb_outp_parse()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_dp.c
154
nv_encoder->dcb->
dpconf
.link_nr,
in nouveau_dp_detect()
155
nv_encoder->dcb->
dpconf
.link_bw);
in nouveau_dp_detect()
157
if (nv_encoder->dcb->
dpconf
.link_nr < nv_encoder->dp.link_nr)
in nouveau_dp_detect()
158
nv_encoder->dp.link_nr = nv_encoder->dcb->
dpconf
.link_nr;
in nouveau_dp_detect()
159
if (nv_encoder->dcb->
dpconf
.link_bw < nv_encoder->dp.link_bw)
in nouveau_dp_detect()
160
nv_encoder->dp.link_bw = nv_encoder->dcb->
dpconf
.link_bw;
in nouveau_dp_detect()
H
A
D
nouveau_bios.c
1470
entry->
dpconf
.sor.link = (conf & 0x00000030) >> 4;
in parse_dcb20_entry()
1474
entry->
dpconf
.link_bw = 162000;
in parse_dcb20_entry()
1477
entry->
dpconf
.link_bw = 270000;
in parse_dcb20_entry()
1480
entry->
dpconf
.link_bw = 540000;
in parse_dcb20_entry()
1484
entry->
dpconf
.link_bw = 810000;
in parse_dcb20_entry()
1490
entry->
dpconf
.link_nr = 4;
in parse_dcb20_entry()
1494
entry->
dpconf
.link_nr = 2;
in parse_dcb20_entry()
1497
entry->
dpconf
.link_nr = 1;
in parse_dcb20_entry()
1500
link = entry->
dpconf
.sor.link;
in parse_dcb20_entry()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_dp.c
183
nv_encoder->dcb->
dpconf
.link_nr,
in nouveau_dp_detect()
184
nv_encoder->dcb->
dpconf
.link_bw);
in nouveau_dp_detect()
186
if (nv_encoder->dcb->
dpconf
.link_nr < nv_encoder->dp.link_nr)
in nouveau_dp_detect()
187
nv_encoder->dp.link_nr = nv_encoder->dcb->
dpconf
.link_nr;
in nouveau_dp_detect()
188
if (nv_encoder->dcb->
dpconf
.link_bw < nv_encoder->dp.link_bw)
in nouveau_dp_detect()
189
nv_encoder->dp.link_bw = nv_encoder->dcb->
dpconf
.link_bw;
in nouveau_dp_detect()
H
A
D
nouveau_bios.c
1473
entry->
dpconf
.sor.link = (conf & 0x00000030) >> 4;
in parse_dcb20_entry()
1477
entry->
dpconf
.link_bw = 162000;
in parse_dcb20_entry()
1480
entry->
dpconf
.link_bw = 270000;
in parse_dcb20_entry()
1483
entry->
dpconf
.link_bw = 540000;
in parse_dcb20_entry()
1487
entry->
dpconf
.link_bw = 810000;
in parse_dcb20_entry()
1493
entry->
dpconf
.link_nr = 4;
in parse_dcb20_entry()
1497
entry->
dpconf
.link_nr = 2;
in parse_dcb20_entry()
1500
entry->
dpconf
.link_nr = 1;
in parse_dcb20_entry()
1503
link = entry->
dpconf
.sor.link;
in parse_dcb20_entry()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H
A
D
dcb.h
50
}
dpconf
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H
A
D
dcb.h
50
}
dpconf
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H
A
D
dp.c
615
if (rate > outp->info.
dpconf
.link_bw * 27000) {
in nvkm_dp_enable_supported_link_rates()
745
outp->dp.links = min(outp->dp.links, outp->info.
dpconf
.link_nr);
in nvkm_dp_enable()
750
rate_max = min(rate_max, outp->info.
dpconf
.link_bw);
in nvkm_dp_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H
A
D
dp.c
350
const u8 outp_nr = dp->outp.info.
dpconf
.link_nr;
in nvkm_dp_train()
351
const u8 outp_bw = dp->outp.info.
dpconf
.link_bw;
in nvkm_dp_train()
Completed in 13 milliseconds