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:stutter_period
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_hwseq.c
756
* dynamic_delay_us = 1000000 / refresh + 2 *
stutter_period
in dcn30_apply_idle_power_optimizations()
761
* = (1000000 / refresh + 2 *
stutter_period
) * (100 + p) / 100
in dcn30_apply_idle_power_optimizations()
762
* = (1000000 + 2 *
stutter_period
* refresh) * (100 + p) / (100 * refresh)
in dcn30_apply_idle_power_optimizations()
770
* = (1000000 + 2 *
stutter_period
* refresh) * (100 + p) / (100 * refresh) / 65.28 / 2^MallFrameCacheTmrScale - 64
in dcn30_apply_idle_power_optimizations()
771
* = (1000000 + 2 *
stutter_period
* refresh) * (100 + p) / (refresh * 6528 * 2^MallFrameCacheTmrScale) - 64
in dcn30_apply_idle_power_optimizations()
776
unsigned int
stutter_period
= dc->current_state->perf_params.stutter_period_us;
in dcn30_apply_idle_power_optimizations()
local
778
tmr_delay = div_u64(((1000000LL + 2 *
stutter_period
* refresh_hz) *
in dcn30_apply_idle_power_optimizations()
785
* We can check if
stutter_period
is more than 1/10th the frame time to
in dcn30_apply_idle_power_optimizations()
788
if (
stutter_period
> 100000/refresh_hz)
in dcn30_apply_idle_power_optimizations()
802
tmr_delay = div_u64(((1000000LL + 2 *
stutter_period
* refresh_h
in dcn30_apply_idle_power_optimizations()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
H
A
D
display_mode_vba.h
46
dml_get_attr_decl(
stutter_period
);
variable
H
A
D
display_mode_vba.c
96
dml_get_attr_func(
stutter_period
, mode_lib->vba.StutterPeriod);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/
H
A
D
display_mode_vba.h
50
dml_get_attr_decl(
stutter_period
);
variable
H
A
D
display_mode_vba.c
102
dml_get_attr_func(
stutter_period
, mode_lib->vba.StutterPeriod);
Completed in 12 milliseconds