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:ubwc_swizzle
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_mdss.c
190
u32 value = (data->
ubwc_swizzle
& 0x1) |
in msm_mdss_setup_ubwc_dec_30()
206
u32 value = (data->
ubwc_swizzle
& 0x7) |
in msm_mdss_setup_ubwc_dec_40()
532
.
ubwc_swizzle
= 6,
548
.
ubwc_swizzle
= 6,
563
.
ubwc_swizzle
= 6,
577
.
ubwc_swizzle
= 7,
585
.
ubwc_swizzle
= 1,
592
.
ubwc_swizzle
= 6,
602
.
ubwc_swizzle
= 6,
H
A
D
msm_mdss.h
13
u32
ubwc_swizzle
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_sspp.c
279
fast_clear | (ctx->ubwc->
ubwc_swizzle
& 0x1) |
in dpu_hw_sspp_setup_format()
286
fast_clear | (ctx->ubwc->
ubwc_swizzle
) |
in dpu_hw_sspp_setup_format()
291
BIT(30) | (ctx->ubwc->
ubwc_swizzle
) |
in dpu_hw_sspp_setup_format()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_catalog.h
451
* @
ubwc_swizzle
: ubwc default swizzle setting
457
u32
ubwc_swizzle
;
member
H
A
D
dpu_hw_sspp.c
315
fast_clear | (ctx->mdp->
ubwc_swizzle
) |
in dpu_hw_sspp_setup_format()
320
BIT(30) | (ctx->mdp->
ubwc_swizzle
) |
in dpu_hw_sspp_setup_format()
Completed in 7 milliseconds