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:freesync_module
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
132
* @
freesync_module
: Module handling freesync calculations
307
struct mod_freesync *
freesync_module
;
member
H
A
D
amdgpu_dm.c
473
adev->dm.
freesync_module
,
in dm_vupdate_high_irq()
536
mod_freesync_handle_v_update(adev->dm.
freesync_module
,
in dm_crtc_high_irq()
1068
adev->dm.
freesync_module
= mod_freesync_create(adev->dm.dc);
in amdgpu_dm_init()
1069
if (!adev->dm.
freesync_module
) {
in amdgpu_dm_init()
1071
"amdgpu: failed to initialize
freesync_module
.\n");
in amdgpu_dm_init()
1073
DRM_DEBUG_DRIVER("amdgpu:
freesync_module
init done %p.\n",
in amdgpu_dm_init()
1074
adev->dm.
freesync_module
);
in amdgpu_dm_init()
1167
if (adev->dm.
freesync_module
) {
in amdgpu_dm_fini()
1168
mod_freesync_destroy(adev->dm.
freesync_module
);
in amdgpu_dm_fini()
1169
adev->dm.
freesync_module
in amdgpu_dm_fini()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
246
* @
freesync_module
: Module handling freesync calculations
477
struct mod_freesync *
freesync_module
;
member
H
A
D
amdgpu_dm.c
549
adev->dm.
freesync_module
,
in dm_vupdate_high_irq()
612
mod_freesync_handle_v_update(adev->dm.
freesync_module
,
in dm_crtc_high_irq()
1772
adev->dm.
freesync_module
= mod_freesync_create(adev->dm.dc);
in amdgpu_dm_init()
1773
if (!adev->dm.
freesync_module
) {
in amdgpu_dm_init()
1775
"amdgpu: failed to initialize
freesync_module
.\n");
in amdgpu_dm_init()
1777
DRM_DEBUG_DRIVER("amdgpu:
freesync_module
init done %p.\n",
in amdgpu_dm_init()
1778
adev->dm.
freesync_module
);
in amdgpu_dm_init()
1946
if (adev->dm.
freesync_module
) {
in amdgpu_dm_fini()
1947
mod_freesync_destroy(adev->dm.
freesync_module
);
in amdgpu_dm_fini()
1948
adev->dm.
freesync_module
in amdgpu_dm_fini()
[all...]
Completed in 11 milliseconds