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:res_dirty
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource.c
46
res->used_prio = (res->
res_dirty
) ? res->func->dirty_prio :
in vmw_resource_mob_attach()
228
res->
res_dirty
= false;
in vmw_resource_init()
439
if (dirtying && !res->
res_dirty
) {
in vmw_resource_do_validate()
516
res->
res_dirty
= dirty;
in vmw_resource_unreserve()
671
ret = func->unbind(res, res->
res_dirty
, &val_buf);
in vmw_resource_do_evict()
678
res->
res_dirty
= false;
in vmw_resource_do_evict()
794
(void) res->func->unbind(res, res->
res_dirty
, &val_buf);
in vmw_resource_unbind_list()
797
res->
res_dirty
= false;
in vmw_resource_unbind_list()
1137
if (found->
res_dirty
) {
in vmw_resources_clean()
1147
found->
res_dirty
in vmw_resources_clean()
[all...]
H
A
D
vmwgfx_stdu.c
527
stdu->display_srf->res.
res_dirty
= true;
in vmw_stdu_bo_fifo_commit()
811
stdu->display_srf->res.
res_dirty
= true;
in vmw_kms_stdu_surface_fifo_commit()
H
A
D
vmwgfx_drv.h
148
* @
res_dirty
: Resource contains data not yet in the backup buffer. Protected
176
u32
res_dirty
: 1;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource.c
47
res->used_prio = (res->
res_dirty
) ? res->func->dirty_prio :
in vmw_resource_mob_attach()
230
res->
res_dirty
= false;
in vmw_resource_init()
407
if (dirtying && !res->
res_dirty
) {
in vmw_resource_do_validate()
484
res->
res_dirty
= dirty;
in vmw_resource_unreserve()
642
ret = func->unbind(res, res->
res_dirty
, &val_buf);
in vmw_resource_do_evict()
649
res->
res_dirty
= false;
in vmw_resource_do_evict()
765
(void) res->func->unbind(res, res->
res_dirty
, &val_buf);
in vmw_resource_unbind_list()
768
res->
res_dirty
= false;
in vmw_resource_unbind_list()
1109
if (found->
res_dirty
) {
in vmw_resources_clean()
1119
found->
res_dirty
in vmw_resources_clean()
[all...]
H
A
D
vmwgfx_drv.h
146
* @
res_dirty
: Resource contains data not yet in the guest memory buffer.
178
u32
res_dirty
: 1;
member
H
A
D
vmwgfx_stdu.c
672
stdu->display_srf->res.
res_dirty
= true;
in vmw_kms_stdu_surface_fifo_commit()
Completed in 12 milliseconds