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:abm_level
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
124
uint32_t
abm_level
:1;
member
180
unsigned int
abm_level
;
member
244
unsigned int *
abm_level
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
127
uint32_t
abm_level
:1;
member
247
unsigned int
abm_level
;
member
316
unsigned int *
abm_level
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
abm.h
38
bool (*set_abm_level)(struct abm *abm, unsigned int
abm_level
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
abm.h
40
bool (*set_abm_level)(struct abm *abm, unsigned int
abm_level
);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
435
int
abm_level
;
member
456
uint8_t
abm_level
;
member
H
A
D
amdgpu_dm.c
4965
state->
abm_level
= cur->
abm_level
;
5118
dm_new_state->
abm_level
= val;
5163
*val = dm_state->
abm_level
;
5242
state->
abm_level
= amdgpu_dm_abm_level;
5263
new_state->
abm_level
= state->
abm_level
;
7437
acrtc_state->stream->
abm_level
= acrtc_state->
abm_level
;
7438
if (acrtc_state->
abm_level
!
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
745
int
abm_level
;
member
767
uint8_t
abm_level
;
member
H
A
D
amdgpu_dm_crtc.c
251
state->
abm_level
= cur->
abm_level
;
in dm_crtc_duplicate_state()
H
A
D
amdgpu_dm.c
6226
dm_new_state->
abm_level
= val ?: ABM_LEVEL_IMMEDIATE_DISABLE;
in amdgpu_dm_connector_atomic_set_property()
6271
*val = (dm_state->
abm_level
!= ABM_LEVEL_IMMEDIATE_DISABLE) ?
in amdgpu_dm_connector_atomic_get_property()
6272
dm_state->
abm_level
: 0;
in amdgpu_dm_connector_atomic_get_property()
6345
state->
abm_level
= amdgpu_dm_abm_level ?:
in amdgpu_dm_connector_funcs_reset()
6367
new_state->
abm_level
= state->
abm_level
;
in amdgpu_dm_connector_atomic_duplicate_state()
8321
acrtc_state->stream->
abm_level
= acrtc_state->
abm_level
;
in amdgpu_dm_commit_planes()
8322
if (acrtc_state->
abm_level
!= dm_old_crtc_state->
abm_level
)
in amdgpu_dm_commit_planes()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
1964
if (stream_update->
abm_level
)
in check_update_surfaces_for_stream()
1965
su_flags->bits.
abm_level
= 1;
in check_update_surfaces_for_stream()
2214
if (update->
abm_level
)
in copy_stream_update_to_stream()
2215
stream->
abm_level
= *update->
abm_level
;
in copy_stream_update_to_stream()
2362
if (stream_update->
abm_level
&& pipe_ctx->stream_res.abm) {
in commit_planes_do_stream_update()
2371
if (*stream_update->
abm_level
== ABM_LEVEL_IMMEDIATE_DISABLE) {
in commit_planes_do_stream_update()
2375
pipe_ctx->stream_res.abm, stream->
abm_level
);
in commit_planes_do_stream_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
2622
if (stream_update->
abm_level
)
in check_update_surfaces_for_stream()
2623
su_flags->bits.
abm_level
= 1;
in check_update_surfaces_for_stream()
2886
if (update->
abm_level
)
in copy_stream_update_to_stream()
2887
stream->
abm_level
= *update->
abm_level
;
in copy_stream_update_to_stream()
3230
if (stream_update->
abm_level
&& pipe_ctx->stream_res.abm) {
in commit_planes_do_stream_update()
3239
if (*stream_update->
abm_level
== ABM_LEVEL_IMMEDIATE_DISABLE) {
in commit_planes_do_stream_update()
3243
pipe_ctx->stream_res.abm, stream->
abm_level
);
in commit_planes_do_stream_update()
4218
stream_update->
abm_level
||
in full_update_required()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1112
stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->
abm_level
);
in dcn20_blank_pixel_data()
1696
pipe_ctx->stream->update_flags.bits.
abm_level
)
in dcn20_program_pipe()
1783
pipe_ctx->stream->
abm_level
);
in dcn20_program_pipe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1059
stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->
abm_level
);
in dcn20_blank_pixel_data()
1575
if ((pipe_ctx->update_flags.bits.enable || pipe_ctx->stream->update_flags.bits.
abm_level
)
in dcn20_program_pipe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
2663
stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->
abm_level
);
in dcn10_blank_pixel_data()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
2886
stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->
abm_level
);
in dcn10_blank_pixel_data()
Completed in 46 milliseconds