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:has_nvdisplay
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
dc.c
923
if (!dc->soc->
has_nvdisplay
)
in __tegra_cursor_atomic_update()
966
if (dc->soc->
has_nvdisplay
)
in __tegra_cursor_atomic_update()
977
if (dc->soc->
has_nvdisplay
) {
in __tegra_cursor_atomic_update()
1130
if (!dc->soc->
has_nvdisplay
) {
in tegra_dc_cursor_plane_create()
1760
if (dc->syncpt && !dc->soc->
has_nvdisplay
)
in tegra_dc_get_vblank_counter()
1810
if (!dc->soc->
has_nvdisplay
) {
in tegra_dc_set_timings()
1997
if (dc->soc->
has_nvdisplay
)
in tegra_crtc_update_memory_bandwidth()
2166
if (dc->soc->
has_nvdisplay
)
in tegra_crtc_atomic_enable()
2178
if (dc->soc->
has_nvdisplay
) {
in tegra_crtc_atomic_enable()
2231
if (!dc->soc->
has_nvdisplay
) {
in tegra_crtc_atomic_enable()
[all...]
H
A
D
sor.c
381
bool
has_nvdisplay
;
member
2223
if (!sor->soc->
has_nvdisplay
)
in tegra_sor_hdmi_disable()
2374
if (!sor->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2429
if (!sor->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2445
if (!dc->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2547
if (!dc->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2620
if (!sor->soc->
has_nvdisplay
)
in tegra_sor_hdmi_enable()
2627
if (dc->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
3397
.
has_nvdisplay
= false,
3437
.
has_nvdisplay
[all...]
H
A
D
dc.h
67
bool
has_nvdisplay
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
dc.c
1569
if (dc->syncpt && !dc->soc->
has_nvdisplay
)
in tegra_dc_get_vblank_counter()
1619
if (!dc->soc->
has_nvdisplay
) {
in tegra_dc_set_timings()
1708
if (!dc->soc->
has_nvdisplay
) {
in tegra_dc_commit_state()
1826
if (dc->soc->
has_nvdisplay
)
in tegra_crtc_atomic_enable()
1838
if (dc->soc->
has_nvdisplay
) {
in tegra_crtc_atomic_enable()
1908
if (!dc->soc->
has_nvdisplay
) {
in tegra_crtc_atomic_enable()
1916
if (dc->soc->
has_nvdisplay
) {
in tegra_crtc_atomic_enable()
2054
if (dc->soc->
has_nvdisplay
)
in tegra_dc_init()
2245
.
has_nvdisplay
= false,
2264
.
has_nvdisplay
[all...]
H
A
D
sor.c
381
bool
has_nvdisplay
;
member
2227
if (!sor->soc->
has_nvdisplay
)
in tegra_sor_hdmi_disable()
2378
if (!sor->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2433
if (!sor->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2449
if (!dc->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2551
if (!dc->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
2624
if (!sor->soc->
has_nvdisplay
)
in tegra_sor_hdmi_enable()
2631
if (dc->soc->
has_nvdisplay
) {
in tegra_sor_hdmi_enable()
3407
.
has_nvdisplay
= false,
3447
.
has_nvdisplay
[all...]
H
A
D
dc.h
59
bool
has_nvdisplay
;
member
Completed in 19 milliseconds