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:acrtc_state
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_crtc.c
151
struct dm_crtc_state *
acrtc_state
= to_dm_crtc_state(crtc->state);
in dm_set_vblank()
local
161
if (amdgpu_dm_crtc_vrr_active(
acrtc_state
))
in dm_set_vblank()
192
if (
acrtc_state
->stream) {
in dm_set_vblank()
193
dc_stream_retain(
acrtc_state
->stream);
in dm_set_vblank()
194
work->stream =
acrtc_state
->stream;
in dm_set_vblank()
H
A
D
amdgpu_dm.c
8040
struct dm_crtc_state *
acrtc_state
= to_dm_crtc_state(new_pcrtc_state);
in amdgpu_dm_commit_planes()
local
8046
bool vrr_active = amdgpu_dm_crtc_vrr_active(
acrtc_state
);
in amdgpu_dm_commit_planes()
8070
if (
acrtc_state
->active_planes == 0)
in amdgpu_dm_commit_planes()
8139
if (
acrtc_state
->stream->link->psr_settings.psr_feature_enabled ||
in amdgpu_dm_commit_planes()
8140
acrtc_state
->stream->link->replay_settings.replay_feature_enabled) {
in amdgpu_dm_commit_planes()
8152
if (
acrtc_state
->stream->link->psr_settings.psr_version >= DC_PSR_VERSION_SU_1 &&
in amdgpu_dm_commit_planes()
8155
!amdgpu_dm_crc_window_is_activated(
acrtc_state
->base.crtc) &&
in amdgpu_dm_commit_planes()
8159
acrtc_state
->stream->link->psr_settings.psr_dirty_rects_change_timestamp_ns =
in amdgpu_dm_commit_planes()
8161
if (
acrtc_state
->stream->link->psr_settings.psr_allow_active)
in amdgpu_dm_commit_planes()
8162
amdgpu_dm_psr_disable(
acrtc_state
in amdgpu_dm_commit_planes()
9091
struct dm_crtc_state *
acrtc_state
;
dm_restore_drm_connector_state()
local
[all...]
H
A
D
amdgpu_dm_debugfs.c
1224
struct dm_crtc_state *
acrtc_state
;
in dp_sdp_message_debugfs_write()
local
1233
acrtc_state
= to_dm_crtc_state(connector->base.state->crtc->state);
in dp_sdp_message_debugfs_write()
1239
dc_stream_send_dp_sdp(
acrtc_state
->stream, data, write_size);
in dp_sdp_message_debugfs_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
893
struct dm_crtc_state *
acrtc_state
;
in amdgpu_check_debugfs_connector_property_change()
local
907
acrtc_state
= to_dm_crtc_state(crtc->state);
in amdgpu_check_debugfs_connector_property_change()
909
if (!(
acrtc_state
&&
acrtc_state
->stream))
in amdgpu_check_debugfs_connector_property_change()
912
stream =
acrtc_state
->stream;
in amdgpu_check_debugfs_connector_property_change()
4998
struct dm_crtc_state *
acrtc_state
= to_dm_crtc_state(crtc->state);
5003
if (amdgpu_dm_vrr_active(
acrtc_state
))
7205
struct dm_crtc_state *
acrtc_state
= to_dm_crtc_state(new_pcrtc_state);
7213
bool vrr_active = amdgpu_dm_vrr_active(
acrtc_state
);
7235
if (
acrtc_state
[all...]
H
A
D
amdgpu_dm_debugfs.c
885
struct dm_crtc_state *
acrtc_state
;
in dp_sdp_message_debugfs_write()
local
894
acrtc_state
= to_dm_crtc_state(connector->base.state->crtc->state);
in dp_sdp_message_debugfs_write()
900
dc_stream_send_dp_sdp(
acrtc_state
->stream, data, write_size);
in dp_sdp_message_debugfs_write()
Completed in 24 milliseconds