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_rect
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hubp.c
627
hubp->
cur_rect
.w = attr->width;
in hubp2_cursor_set_attributes()
628
hubp->
cur_rect
.h = attr->height;
in hubp2_cursor_set_attributes()
1080
hubp->
cur_rect
.x = 0;
in hubp2_cursor_set_position()
1081
hubp->
cur_rect
.y = 0;
in hubp2_cursor_set_position()
1082
hubp->
cur_rect
.w = param->stream->timing.h_addressable;
in hubp2_cursor_set_position()
1083
hubp->
cur_rect
.h = param->stream->timing.v_addressable;
in hubp2_cursor_set_position()
1085
hubp->
cur_rect
.x = src_x_offset + param->viewport.x;
in hubp2_cursor_set_position()
1086
hubp->
cur_rect
.y = src_y_offset + param->viewport.y;
in hubp2_cursor_set_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
hubp.h
72
struct cursor_rect
cur_rect
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dmub_srv.c
922
payload->cursor_rect.x = hubp->
cur_rect
.x;
in dc_build_cursor_update_payload0()
923
payload->cursor_rect.y = hubp->
cur_rect
.y;
in dc_build_cursor_update_payload0()
925
payload->cursor_rect.width = hubp->
cur_rect
.w;
in dc_build_cursor_update_payload0()
926
payload->cursor_rect.height = hubp->
cur_rect
.h;
in dc_build_cursor_update_payload0()
Completed in 6 milliseconds