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:cursor_attr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_hwseq.c
690
struct dc_cursor_attributes
cursor_attr
;
in dcn30_apply_idle_power_optimizations()
local
727
cursor_attr
= stream->cursor_attributes;
in dcn30_apply_idle_power_optimizations()
747
cursor_cache_enable ? &
cursor_attr
: NULL)) {
in dcn30_apply_idle_power_optimizations()
815
switch (
cursor_attr
.color_format) {
in dcn30_apply_idle_power_optimizations()
831
cmd.mall.cursor_copy_src.quad_part =
cursor_attr
.address.quad_part;
in dcn30_apply_idle_power_optimizations()
834
cmd.mall.cursor_width =
cursor_attr
.width;
in dcn30_apply_idle_power_optimizations()
835
cmd.mall.cursor_height =
cursor_attr
.height;
in dcn30_apply_idle_power_optimizations()
836
cmd.mall.cursor_pitch =
cursor_attr
.pitch;
in dcn30_apply_idle_power_optimizations()
841
cursor_attr
.address.quad_part = cmd.mall.cursor_copy_dst.quad_part;
in dcn30_apply_idle_power_optimizations()
842
dc_stream_set_cursor_attributes(stream, &
cursor_attr
);
in dcn30_apply_idle_power_optimizations()
876
dcn30_does_plane_fit_in_mall(struct dc *dc, struct dc_plane_state *plane, struct dc_
cursor_attr
ibutes *
cursor_attr
)
dcn30_does_plane_fit_in_mall()
argument
[all...]
H
A
D
dcn30_hwseq.h
69
struct dc_cursor_attributes *
cursor_attr
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
hw_sequencer.h
374
struct dc_cursor_attributes *
cursor_attr
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
2247
struct dc_cursor_attributes *
cursor_attr
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
4836
struct dc_cursor_attributes *
cursor_attr
)
in dc_is_plane_eligible_for_idle_optimizations()
4838
if (dc->hwss.does_plane_fit_in_mall && dc->hwss.does_plane_fit_in_mall(dc, plane,
cursor_attr
))
in dc_is_plane_eligible_for_idle_optimizations()
4835
dc_is_plane_eligible_for_idle_optimizations(struct dc *dc, struct dc_plane_state *plane, struct dc_
cursor_attr
ibutes *
cursor_attr
)
dc_is_plane_eligible_for_idle_optimizations()
argument
Completed in 13 milliseconds