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:gvt_dmabuf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
dmabuf.c
387
static void update_fb_info(struct vfio_device_gfx_plane_info *
gvt_dmabuf
,
in update_fb_info()
argument
390
gvt_dmabuf
->drm_format = fb_info->drm_format;
in update_fb_info()
391
gvt_dmabuf
->drm_format_mod = fb_info->drm_format_mod;
in update_fb_info()
392
gvt_dmabuf
->width = fb_info->width;
in update_fb_info()
393
gvt_dmabuf
->height = fb_info->height;
in update_fb_info()
394
gvt_dmabuf
->stride = fb_info->stride;
in update_fb_info()
395
gvt_dmabuf
->size = fb_info->size;
in update_fb_info()
396
gvt_dmabuf
->x_pos = fb_info->x_pos;
in update_fb_info()
397
gvt_dmabuf
->y_pos = fb_info->y_pos;
in update_fb_info()
398
gvt_dmabuf
in update_fb_info()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
dmabuf.c
404
static void update_fb_info(struct vfio_device_gfx_plane_info *
gvt_dmabuf
,
in update_fb_info()
argument
407
gvt_dmabuf
->drm_format = fb_info->drm_format;
in update_fb_info()
408
gvt_dmabuf
->drm_format_mod = fb_info->drm_format_mod;
in update_fb_info()
409
gvt_dmabuf
->width = fb_info->width;
in update_fb_info()
410
gvt_dmabuf
->height = fb_info->height;
in update_fb_info()
411
gvt_dmabuf
->stride = fb_info->stride;
in update_fb_info()
412
gvt_dmabuf
->size = fb_info->size;
in update_fb_info()
413
gvt_dmabuf
->x_pos = fb_info->x_pos;
in update_fb_info()
414
gvt_dmabuf
->y_pos = fb_info->y_pos;
in update_fb_info()
415
gvt_dmabuf
in update_fb_info()
[all...]
Completed in 2 milliseconds