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:ddb_range_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
skl_watermark.c
640
u32
ddb_range_size
;
in skl_crtc_allocate_ddb()
local
654
ddb_range_size
= skl_ddb_entry_size(&ddb_slices);
in skl_crtc_allocate_ddb()
659
start =
ddb_range_size
* weight_start / weight_total;
in skl_crtc_allocate_ddb()
660
end =
ddb_range_size
* weight_end / weight_total;
in skl_crtc_allocate_ddb()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_pm.c
4109
u32
ddb_range_size
;
in skl_ddb_get_pipe_allocation_limits()
local
4168
ddb_range_size
= hweight8(dbuf_slice_mask) * slice_size;
in skl_ddb_get_pipe_allocation_limits()
4230
start =
ddb_range_size
* width_before_pipe_in_range / total_width_in_range;
in skl_ddb_get_pipe_allocation_limits()
4231
end =
ddb_range_size
*
in skl_ddb_get_pipe_allocation_limits()
Completed in 14 milliseconds