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:vp_feat
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H
A
D
tidss_dispc.c
99
.
vp_feat
= { .color = {
174
.
vp_feat
= { .color = {
264
.
vp_feat
= { .color = {
311
.
vp_feat
= { .color = {
2291
u32 hwlen = dispc->feat->
vp_feat
.color.gamma_size;
in dispc_k2g_vp_write_gamma_table()
2296
if (WARN_ON(dispc->feat->
vp_feat
.color.gamma_type != TIDSS_GAMMA_8BIT))
in dispc_k2g_vp_write_gamma_table()
2313
u32 hwlen = dispc->feat->
vp_feat
.color.gamma_size;
in dispc_am65x_vp_write_gamma_table()
2318
if (WARN_ON(dispc->feat->
vp_feat
.color.gamma_type != TIDSS_GAMMA_8BIT))
in dispc_am65x_vp_write_gamma_table()
2334
u32 hwlen = dispc->feat->
vp_feat
.color.gamma_size;
in dispc_j721e_vp_write_gamma_table()
2339
if (WARN_ON(dispc->feat->
vp_feat
in dispc_j721e_vp_write_gamma_table()
[all...]
H
A
D
tidss_dispc.h
82
struct tidss_vp_feat
vp_feat
;
member
H
A
D
tidss_crtc.c
420
bool has_ctm = tidss->feat->
vp_feat
.color.has_ctm;
in tidss_crtc_create()
446
if (tidss->feat->
vp_feat
.color.gamma_size)
in tidss_crtc_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H
A
D
tidss_dispc.c
98
.
vp_feat
= { .color = {
173
.
vp_feat
= { .color = {
263
.
vp_feat
= { .color = {
2241
u32 hwlen = dispc->feat->
vp_feat
.color.gamma_size;
in dispc_k2g_vp_write_gamma_table()
2246
if (WARN_ON(dispc->feat->
vp_feat
.color.gamma_type != TIDSS_GAMMA_8BIT))
in dispc_k2g_vp_write_gamma_table()
2263
u32 hwlen = dispc->feat->
vp_feat
.color.gamma_size;
in dispc_am65x_vp_write_gamma_table()
2268
if (WARN_ON(dispc->feat->
vp_feat
.color.gamma_type != TIDSS_GAMMA_8BIT))
in dispc_am65x_vp_write_gamma_table()
2284
u32 hwlen = dispc->feat->
vp_feat
.color.gamma_size;
in dispc_j721e_vp_write_gamma_table()
2289
if (WARN_ON(dispc->feat->
vp_feat
.color.gamma_type != TIDSS_GAMMA_10BIT))
in dispc_j721e_vp_write_gamma_table()
2332
u32 hwlen = dispc->feat->
vp_feat
in dispc_vp_set_gamma()
[all...]
H
A
D
tidss_dispc.h
81
struct tidss_vp_feat
vp_feat
;
member
H
A
D
tidss_crtc.c
407
bool has_ctm = tidss->feat->
vp_feat
.color.has_ctm;
in tidss_crtc_create()
433
if (tidss->feat->
vp_feat
.color.gamma_size)
in tidss_crtc_create()
Completed in 10 milliseconds