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:qcrtc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H
A
D
qxl_display.c
320
struct qxl_crtc *
qcrtc
= to_qxl_crtc(crtc);
in qxl_crtc_update_monitors_config()
local
322
int oldcount, i =
qcrtc
->index;
in qxl_crtc_update_monitors_config()
489
struct qxl_crtc *
qcrtc
= to_qxl_crtc(plane_state->crtc);
in qxl_primary_apply_cursor()
local
494
if (!
qcrtc
->cursor_bo)
in qxl_primary_apply_cursor()
503
ret = qxl_release_list_add(release,
qcrtc
->cursor_bo);
in qxl_primary_apply_cursor()
516
cmd->u.set.shape = qxl_bo_physical_address(qdev,
qcrtc
->cursor_bo, 0);
in qxl_primary_apply_cursor()
535
struct qxl_crtc *
qcrtc
= to_qxl_crtc(plane_state->crtc);
in qxl_primary_move_cursor()
local
540
if (!
qcrtc
->cursor_bo)
in qxl_primary_move_cursor()
711
struct qxl_crtc *
qcrtc
;
in qxl_cursor_atomic_disable()
local
735
qcrtc
in qxl_cursor_atomic_disable()
850
struct qxl_crtc *
qcrtc
= to_qxl_crtc(new_state->crtc);
qxl_plane_prepare_fb()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H
A
D
qxl_display.c
316
struct qxl_crtc *
qcrtc
= to_qxl_crtc(crtc);
in qxl_crtc_update_monitors_config()
local
318
int oldcount, i =
qcrtc
->index;
in qxl_crtc_update_monitors_config()
484
struct qxl_crtc *
qcrtc
= to_qxl_crtc(plane->state->crtc);
in qxl_primary_apply_cursor()
local
489
if (!
qcrtc
->cursor_bo)
in qxl_primary_apply_cursor()
498
ret = qxl_release_list_add(release,
qcrtc
->cursor_bo);
in qxl_primary_apply_cursor()
511
cmd->u.set.shape = qxl_bo_physical_address(qdev,
qcrtc
->cursor_bo, 0);
in qxl_primary_apply_cursor()
578
struct qxl_crtc *
qcrtc
= to_qxl_crtc(plane->state->crtc);
in qxl_cursor_atomic_update()
local
641
old_cursor_bo =
qcrtc
->cursor_bo;
in qxl_cursor_atomic_update()
642
qcrtc
->cursor_bo = cursor_bo;
in qxl_cursor_atomic_update()
Completed in 3 milliseconds