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:src_y_offset
(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
444
int
src_y_offset
= y_pos - pos->y_hotspot;
in dpp1_set_cursor_position()
local
457
src_y_offset
= y_pos - y_hotspot;
in dpp1_set_cursor_position()
461
src_y_offset
= y_pos - (cursor_height - y_hotspot);
in dpp1_set_cursor_position()
468
src_y_offset
= y_pos - (cursor_height - y_hotspot);
in dpp1_set_cursor_position()
477
if (
src_y_offset
>= (int)param->viewport.height)
in dpp1_set_cursor_position()
480
if (
src_y_offset
+ cursor_height <= 0)
in dpp1_set_cursor_position()
H
A
D
dcn10_hubp.c
1187
int
src_y_offset
= y_pos - pos->y_hotspot;
in hubp1_cursor_set_position()
local
1213
src_y_offset
= y_pos - y_hotspot;
in hubp1_cursor_set_position()
1217
src_y_offset
= y_pos - (cursor_height - y_hotspot);
in hubp1_cursor_set_position()
1224
src_y_offset
= y_pos - (cursor_height - y_hotspot);
in hubp1_cursor_set_position()
1244
if (
src_y_offset
>= (int)param->viewport.height)
in hubp1_cursor_set_position()
1247
if (
src_y_offset
+ cursor_height <= 0)
in hubp1_cursor_set_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_dpp.c
446
int
src_y_offset
= pos->y - pos->y_hotspot - param->viewport.y;
in dpp1_set_cursor_position()
local
454
src_y_offset
= pos->y - pos->x_hotspot - param->viewport.y;
in dpp1_set_cursor_position()
458
src_y_offset
= pos->y - param->viewport.y;
in dpp1_set_cursor_position()
468
if (
src_y_offset
>= (int)param->viewport.height)
in dpp1_set_cursor_position()
471
if (
src_y_offset
+ (int)height <= 0)
in dpp1_set_cursor_position()
H
A
D
dcn10_hubp.c
1154
int
src_y_offset
= pos->y - pos->y_hotspot - param->viewport.y;
in hubp1_cursor_set_position()
local
1177
src_y_offset
= pos->y - pos->x_hotspot - param->viewport.y;
in hubp1_cursor_set_position()
1181
src_y_offset
= pos->y - param->viewport.y;
in hubp1_cursor_set_position()
1206
if (
src_y_offset
>= (int)param->viewport.height)
in hubp1_cursor_set_position()
1209
if (
src_y_offset
+ cursor_height <= 0)
in hubp1_cursor_set_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hubp.c
981
int
src_y_offset
= y_pos - pos->y_hotspot;
in hubp2_cursor_set_position()
local
1007
src_y_offset
= y_pos - y_hotspot;
in hubp2_cursor_set_position()
1011
src_y_offset
= y_pos - (cursor_height - y_hotspot);
in hubp2_cursor_set_position()
1018
src_y_offset
= y_pos - (cursor_height - y_hotspot);
in hubp2_cursor_set_position()
1038
if (
src_y_offset
>= (int)param->viewport.height)
in hubp2_cursor_set_position()
1041
if (
src_y_offset
+ cursor_height <= 0)
in hubp2_cursor_set_position()
1075
if (
src_y_offset
< 0)
in hubp2_cursor_set_position()
1076
src_y_offset
= 0;
in hubp2_cursor_set_position()
1086
hubp->cur_rect.y =
src_y_offset
+ param->viewport.y;
in hubp2_cursor_set_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hubp.c
971
int
src_y_offset
= pos->y - pos->y_hotspot - param->viewport.y;
in hubp2_cursor_set_position()
local
994
src_y_offset
= pos->y - pos->x_hotspot - param->viewport.y;
in hubp2_cursor_set_position()
998
src_y_offset
= pos->y - param->viewport.y;
in hubp2_cursor_set_position()
1023
if (
src_y_offset
>= (int)param->viewport.height)
in hubp2_cursor_set_position()
1026
if (
src_y_offset
+ cursor_height <= 0)
in hubp2_cursor_set_position()
Completed in 9 milliseconds