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:GUI_ACTIVE
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/video/
H
A
D
aty128.h
237
#define
GUI_ACTIVE
0x80000000
macro
H
A
D
radeon.h
1002
#define
GUI_ACTIVE
0x80000000
macro
/kernel/linux/linux-6.6/include/video/
H
A
D
aty128.h
237
#define
GUI_ACTIVE
0x80000000
macro
H
A
D
radeon.h
1002
#define
GUI_ACTIVE
0x80000000
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
rv770d.h
405
#define
GUI_ACTIVE
(1<<31)
macro
H
A
D
nid.h
265
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
cikd.h
1058
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
sid.h
967
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
evergreend.h
863
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
r600d.h
293
#define
GUI_ACTIVE
(1<<31)
macro
H
A
D
r600.c
797
if (RREG32(GRBM_STATUS) &
GUI_ACTIVE
)
in r600_gui_idle()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
rv770d.h
405
#define
GUI_ACTIVE
(1<<31)
macro
H
A
D
nid.h
265
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
cikd.h
1058
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
sid.h
967
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
evergreend.h
863
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
r600d.h
293
#define
GUI_ACTIVE
(1<<31)
macro
H
A
D
r600.c
797
if (RREG32(GRBM_STATUS) &
GUI_ACTIVE
)
in r600_gui_idle()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
sid.h
965
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
gfx_v10_0.c
7096
GRBM_STATUS,
GUI_ACTIVE
))
in gfx_v10_0_is_idle()
7113
if (!REG_GET_FIELD(tmp, GRBM_STATUS,
GUI_ACTIVE
))
in gfx_v10_0_wait_for_idle()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
sid.h
965
#define
GUI_ACTIVE
(1 << 31)
macro
H
A
D
gfx_v11_0.c
4409
GRBM_STATUS,
GUI_ACTIVE
))
in gfx_v11_0_is_idle()
4426
if (!REG_GET_FIELD(tmp, GRBM_STATUS,
GUI_ACTIVE
))
in gfx_v11_0_wait_for_idle()
H
A
D
gfx_v9_4_3.c
2065
GRBM_STATUS,
GUI_ACTIVE
))
in gfx_v9_4_3_is_idle()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeon_base.c
396
if (((INREG(RBBM_STATUS) &
GUI_ACTIVE
)) == 0) {
in _radeon_engine_idle()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeon_base.c
397
if (((INREG(RBBM_STATUS) &
GUI_ACTIVE
)) == 0) {
in _radeon_engine_idle()
Completed in 149 milliseconds
1
2