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:critical_point2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
r100.c
3211
int critical_point = 0,
critical_point2
;
in r100_bandwidth_update()
local
3577
critical_point2
= 0;
in r100_bandwidth_update()
3597
critical_point2
= dfixed_trunc(crit_point_ff);
in r100_bandwidth_update()
3600
critical_point2
= 0;
in r100_bandwidth_update()
3603
if (max_stop_req -
critical_point2
< 4)
in r100_bandwidth_update()
3604
critical_point2
= 0;
in r100_bandwidth_update()
3608
if (
critical_point2
== 0 && rdev->family == CHIP_R300) {
in r100_bandwidth_update()
3610
critical_point2
= 0x10;
in r100_bandwidth_update()
3614
(
critical_point2
<< RADEON_GRPH_CRITICAL_POINT_SHIFT)));
in r100_bandwidth_update()
3624
(
critical_point2
<< RS400_DISP1_START_REQ_LEVEL_SHIF
in r100_bandwidth_update()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
r100.c
3208
int critical_point = 0,
critical_point2
;
in r100_bandwidth_update()
local
3574
critical_point2
= 0;
in r100_bandwidth_update()
3594
critical_point2
= dfixed_trunc(crit_point_ff);
in r100_bandwidth_update()
3597
critical_point2
= 0;
in r100_bandwidth_update()
3600
if (max_stop_req -
critical_point2
< 4)
in r100_bandwidth_update()
3601
critical_point2
= 0;
in r100_bandwidth_update()
3605
if (
critical_point2
== 0 && rdev->family == CHIP_R300) {
in r100_bandwidth_update()
3607
critical_point2
= 0x10;
in r100_bandwidth_update()
3611
(
critical_point2
<< RADEON_GRPH_CRITICAL_POINT_SHIFT)));
in r100_bandwidth_update()
3621
(
critical_point2
<< RS400_DISP1_START_REQ_LEVEL_SHIF
in r100_bandwidth_update()
[all...]
Completed in 11 milliseconds