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:SVGA_CAP_GMR2
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_gmr.c
139
if (unlikely(!(dev_priv->capabilities &
SVGA_CAP_GMR2
)))
in vmw_gmr_bind()
148
if (likely(dev_priv->capabilities &
SVGA_CAP_GMR2
))
in vmw_gmr_unbind()
H
A
D
vmwgfx_drv.c
328
if (capabilities &
SVGA_CAP_GMR2
)
in vmw_print_capabilities()
727
if (dev_priv->capabilities &
SVGA_CAP_GMR2
) {
in vmw_driver_load()
798
if (dev_priv->capabilities &
SVGA_CAP_GMR2
) {
in vmw_driver_load()
903
if (((dev_priv->capabilities & (SVGA_CAP_GMR |
SVGA_CAP_GMR2
)) == 0) ||
in vmw_driver_load()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_gmr.c
138
if (unlikely(!(dev_priv->capabilities &
SVGA_CAP_GMR2
)))
in vmw_gmr_bind()
147
if (likely(dev_priv->capabilities &
SVGA_CAP_GMR2
))
in vmw_gmr_unbind()
H
A
D
vmwgfx_drv.c
308
{
SVGA_CAP_GMR2
, "gmr2" },
930
if (dev_priv->capabilities &
SVGA_CAP_GMR2
) {
in vmw_driver_load()
1004
if (dev_priv->capabilities &
SVGA_CAP_GMR2
) {
in vmw_driver_load()
1087
if (((dev_priv->capabilities & (SVGA_CAP_GMR |
SVGA_CAP_GMR2
)) == 0) ||
in vmw_driver_load()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H
A
D
svga_reg.h
831
*
SVGA_CAP_GMR2
--
902
#define
SVGA_CAP_GMR2
0x00400000
macro
2159
*
SVGA_CAP_GMR2
2197
*
SVGA_CAP_GMR2
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H
A
D
svga_reg.h
417
#define
SVGA_CAP_GMR2
0x00400000
macro
Completed in 10 milliseconds