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:cur_en
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_dpp.c
447
uint32_t
cur_en
= pos->enable ? 1 : 0;
in dpp1_set_cursor_position()
local
472
cur_en
= 0; /* not visible beyond right edge*/
in dpp1_set_cursor_position()
475
cur_en
= 0; /* not visible beyond left edge*/
in dpp1_set_cursor_position()
478
cur_en
= 0; /* not visible beyond bottom edge*/
in dpp1_set_cursor_position()
481
cur_en
= 0; /* not visible beyond top edge*/
in dpp1_set_cursor_position()
484
CUR0_ENABLE,
cur_en
);
in dpp1_set_cursor_position()
486
dpp_base->pos.cur0_ctl.bits.cur0_enable =
cur_en
;
in dpp1_set_cursor_position()
H
A
D
dcn10_hubp.c
1191
uint32_t
cur_en
= pos->enable ? 1 : 0;
in hubp1_cursor_set_position()
local
1239
cur_en
= 0; /* not visible beyond right edge*/
in hubp1_cursor_set_position()
1242
cur_en
= 0; /* not visible beyond left edge*/
in hubp1_cursor_set_position()
1245
cur_en
= 0; /* not visible beyond bottom edge*/
in hubp1_cursor_set_position()
1248
cur_en
= 0; /* not visible beyond top edge*/
in hubp1_cursor_set_position()
1250
if (
cur_en
&& REG_READ(CURSOR_SURFACE_ADDRESS) == 0)
in hubp1_cursor_set_position()
1254
CURSOR_ENABLE,
cur_en
);
in hubp1_cursor_set_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_dpp.c
447
uint32_t
cur_en
= pos->enable ? 1 : 0;
in dpp1_set_cursor_position()
local
463
cur_en
= 0; /* not visible beyond right edge*/
in dpp1_set_cursor_position()
466
cur_en
= 0; /* not visible beyond left edge*/
in dpp1_set_cursor_position()
469
cur_en
= 0; /* not visible beyond bottom edge*/
in dpp1_set_cursor_position()
472
cur_en
= 0; /* not visible beyond top edge*/
in dpp1_set_cursor_position()
475
CUR0_ENABLE,
cur_en
);
in dpp1_set_cursor_position()
H
A
D
dcn10_hubp.c
1160
uint32_t
cur_en
= pos->enable ? 1 : 0;
in hubp1_cursor_set_position()
local
1201
cur_en
= 0; /* not visible beyond right edge*/
in hubp1_cursor_set_position()
1204
cur_en
= 0; /* not visible beyond left edge*/
in hubp1_cursor_set_position()
1207
cur_en
= 0; /* not visible beyond bottom edge*/
in hubp1_cursor_set_position()
1210
cur_en
= 0; /* not visible beyond top edge*/
in hubp1_cursor_set_position()
1212
if (
cur_en
&& REG_READ(CURSOR_SURFACE_ADDRESS) == 0)
in hubp1_cursor_set_position()
1216
CURSOR_ENABLE,
cur_en
);
in hubp1_cursor_set_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hubp.c
985
uint32_t
cur_en
= pos->enable ? 1 : 0;
in hubp2_cursor_set_position()
local
1033
cur_en
= 0; /* not visible beyond right edge*/
in hubp2_cursor_set_position()
1036
cur_en
= 0; /* not visible beyond left edge*/
in hubp2_cursor_set_position()
1039
cur_en
= 0; /* not visible beyond bottom edge*/
in hubp2_cursor_set_position()
1042
cur_en
= 0; /* not visible beyond top edge*/
in hubp2_cursor_set_position()
1044
if (
cur_en
&& REG_READ(CURSOR_SURFACE_ADDRESS) == 0)
in hubp2_cursor_set_position()
1048
CURSOR_ENABLE,
cur_en
);
in hubp2_cursor_set_position()
1062
hubp->pos.cur_ctl.bits.cur_enable =
cur_en
;
in hubp2_cursor_set_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hubp.c
977
uint32_t
cur_en
= pos->enable ? 1 : 0;
in hubp2_cursor_set_position()
local
1018
cur_en
= 0; /* not visible beyond right edge*/
in hubp2_cursor_set_position()
1021
cur_en
= 0; /* not visible beyond left edge*/
in hubp2_cursor_set_position()
1024
cur_en
= 0; /* not visible beyond bottom edge*/
in hubp2_cursor_set_position()
1027
cur_en
= 0; /* not visible beyond top edge*/
in hubp2_cursor_set_position()
1029
if (
cur_en
&& REG_READ(CURSOR_SURFACE_ADDRESS) == 0)
in hubp2_cursor_set_position()
1033
CURSOR_ENABLE,
cur_en
);
in hubp2_cursor_set_position()
Completed in 9 milliseconds