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:surface_depth
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
fbdev.c
168
sizes->
surface_depth
= 24;
in psb_fbdev_fb_probe()
171
depth = sizes->
surface_depth
;
in psb_fbdev_fb_probe()
184
sizes->
surface_depth
= 16;
in psb_fbdev_fb_probe()
187
depth = sizes->
surface_depth
;
in psb_fbdev_fb_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_fb_helper.c
1493
sizes.
surface_depth
= 24;
in drm_fb_helper_single_fb_probe()
1503
sizes.
surface_depth
= sizes.surface_bpp = preferred_bpp;
in drm_fb_helper_single_fb_probe()
1514
sizes.
surface_depth
= sizes.surface_bpp = 8;
in drm_fb_helper_single_fb_probe()
1517
sizes.
surface_depth
= 15;
in drm_fb_helper_single_fb_probe()
1521
sizes.
surface_depth
= sizes.surface_bpp = 16;
in drm_fb_helper_single_fb_probe()
1524
sizes.
surface_depth
= sizes.surface_bpp = 24;
in drm_fb_helper_single_fb_probe()
1527
sizes.
surface_depth
= 24;
in drm_fb_helper_single_fb_probe()
1565
if (fmt->depth == sizes.
surface_depth
) {
in drm_fb_helper_single_fb_probe()
1571
if (fmt->depth > sizes.
surface_depth
)
in drm_fb_helper_single_fb_probe()
1579
if (sizes.
surface_depth
!
in drm_fb_helper_single_fb_probe()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H
A
D
omap_fbdev.c
104
sizes->
surface_depth
= 24;
in omap_fbdev_create()
111
sizes->
surface_depth
);
in omap_fbdev_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H
A
D
omap_fbdev.c
136
sizes->
surface_depth
= 24;
in omap_fbdev_create()
143
sizes->
surface_depth
);
in omap_fbdev_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H
A
D
armada_fbdev.c
43
sizes->
surface_depth
);
in armada_fbdev_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_fbdev.c
59
sizes->
surface_depth
);
in rockchip_drm_fbdev_create()
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_fb_helper.h
47
* @
surface_depth
: scanout buffer depth
63
u32
surface_depth
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
framebuffer.c
319
depth = sizes->
surface_depth
;
in psbfb_create()
477
sizes->
surface_depth
= 16;
in psbfb_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_fbdev.c
121
sizes->
surface_depth
);
in exynos_drm_fbdev_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
msm_fbdev.c
73
format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->
surface_depth
);
in msm_fbdev_create()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_fb_helper.h
53
* @
surface_depth
: scanout buffer depth
69
u32
surface_depth
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
H
A
D
armada_fbdev.c
58
sizes->
surface_depth
);
in armada_fbdev_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_fbdev_dma.c
93
format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->
surface_depth
);
in drm_fbdev_dma_helper_fb_probe()
H
A
D
drm_fbdev_generic.c
87
format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->
surface_depth
);
in drm_fbdev_generic_helper_fb_probe()
H
A
D
drm_fb_helper.c
1566
sizes->
surface_depth
= info->depth;
in __drm_fb_helper_find_sizes()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_fbdev.c
108
sizes->
surface_depth
);
in exynos_drm_fbdev_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_fbdev.c
80
format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->
surface_depth
);
in msm_fbdev_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
fbdev.c
91
sizes->
surface_depth
);
in tegra_fbdev_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_fb.c
217
sizes->
surface_depth
);
in amdgpufb_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
fb.c
227
sizes->
surface_depth
);
in tegra_fbdev_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_fb.c
233
sizes->
surface_depth
);
in radeonfb_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_fbdev.c
225
sizes->
surface_depth
);
in radeon_fbdev_fb_helper_fb_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_fbdev.c
135
sizes->
surface_depth
);
in intelfb_alloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_fbcon.c
330
sizes->
surface_depth
);
in nouveau_fbcon_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_fbdev.c
170
sizes->
surface_depth
);
in intelfb_alloc()
Completed in 18 milliseconds