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:allow_freesync
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
223
* @
allow_freesync
:
227
bool
allow_freesync
;
member
328
bool *
allow_freesync
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_resource_helpers.c
598
if (!fpo_candidate_stream->
allow_freesync
)
in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch()
663
(pipe->stream->
allow_freesync
|| pipe->stream->vrr_active_variable)) {
in dcn32_subvp_drr_admissable()
721
(pipe->stream->
allow_freesync
|| pipe->stream->vrr_active_variable)) {
in dcn32_subvp_vblank_admissable()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_stream.c
328
(dc->current_state->stream_count == 1 && !stream->
allow_freesync
)))
in is_subvp_high_refresh_candidate()
H
A
D
dc_hw_sequencer.c
457
if (pipe_ctx->stream->
allow_freesync
== 1) {
in get_subvp_visual_confirm_color()
H
A
D
dc.c
2641
(stream_update->vrr_infopacket || stream_update->
allow_freesync
||
in check_update_surfaces_for_stream()
2908
if (update->
allow_freesync
)
in copy_stream_update_to_stream()
2909
stream->
allow_freesync
= *update->
allow_freesync
;
in copy_stream_update_to_stream()
4227
stream_update->
allow_freesync
||
in full_update_required()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H
A
D
dcn32_fpu.c
908
(drr_pipe->stream->
allow_freesync
|| drr_pipe->stream->vrr_active_variable))
in subvp_drr_schedulable()
3027
if ((context->stream_count == 1 && !pipe->stream->
allow_freesync
) || context->stream_count > 1) {
in dcn32_allow_subvp_high_refresh_rate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_resource.c
1991
if (!context->streams[0]->
allow_freesync
)
in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
7905
new_stream->
allow_freesync
= mod_freesync_get_freesync_enabled(&vrr_params);
in update_freesync_state_on_stream()
Completed in 29 milliseconds