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:display_srf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_stdu.c
106
* @
display_srf
: surface to be displayed. The dimension of this will always
119
struct vmw_surface *
display_srf
;
member
506
/* Assume we are blitting from Guest (bo) to Host (
display_srf
) */
in vmw_stdu_bo_cpu_commit()
507
src_pitch = stdu->
display_srf
->metadata.base_size.width * stdu->cpp;
in vmw_stdu_bo_cpu_commit()
508
src_bo = &stdu->
display_srf
->res.guest_memory_bo->tbo;
in vmw_stdu_bo_cpu_commit()
616
if (sdirty->sid != stdu->
display_srf
->res.id) {
in vmw_kms_stdu_surface_clip()
663
if (sdirty->sid != stdu->
display_srf
->res.id) {
in vmw_kms_stdu_surface_fifo_commit()
669
cmd->body.dest.sid = stdu->
display_srf
->res.id;
in vmw_kms_stdu_surface_fifo_commit()
672
stdu->
display_srf
->res.res_dirty = true;
in vmw_kms_stdu_surface_fifo_commit()
1083
dst_bo = &stdu->
display_srf
in vmw_stdu_bo_populate_update_cpu()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_stdu.c
107
* @
display_srf
: surface to be displayed. The dimension of this will always
117
struct vmw_surface *
display_srf
;
member
510
cmd->body.host.sid = stdu->
display_srf
->res.id;
in vmw_stdu_bo_fifo_commit()
527
stdu->
display_srf
->res.res_dirty = true;
in vmw_stdu_bo_fifo_commit()
592
/* Assume we are blitting from Guest (bo) to Host (
display_srf
) */
in vmw_stdu_bo_cpu_commit()
593
dst_pitch = stdu->
display_srf
->metadata.base_size.width * stdu->cpp;
in vmw_stdu_bo_cpu_commit()
594
dst_bo = &stdu->
display_srf
->res.backup->base;
in vmw_stdu_bo_cpu_commit()
624
ret = vmw_kms_update_proxy(&stdu->
display_srf
->res, ®ion,
in vmw_stdu_bo_cpu_commit()
755
if (sdirty->sid != stdu->
display_srf
->res.id) {
in vmw_kms_stdu_surface_clip()
802
if (sdirty->sid != stdu->
display_srf
in vmw_kms_stdu_surface_fifo_commit()
[all...]
Completed in 4 milliseconds