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:afbcd
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H
A
D
meson_osd_afbcd.c
124
meson_gxm_afbcd_pixel_fmt(priv->
afbcd
.modifier,
in meson_gxm_afbcd_setup()
125
priv->
afbcd
.format);
in meson_gxm_afbcd_setup()
127
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_SPARSE)
in meson_gxm_afbcd_setup()
130
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_SPLIT)
in meson_gxm_afbcd_setup()
343
u32 format = meson_g12a_afbcd_pixel_fmt(priv->
afbcd
.modifier,
in meson_g12a_afbcd_setup()
344
priv->
afbcd
.format);
in meson_g12a_afbcd_setup()
346
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_YTR)
in meson_g12a_afbcd_setup()
349
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_SPLIT)
in meson_g12a_afbcd_setup()
352
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_TILED)
in meson_g12a_afbcd_setup()
355
if ((priv->
afbcd
in meson_g12a_afbcd_setup()
[all...]
H
A
D
meson_plane.c
112
switch (priv->
afbcd
.format) {
in meson_g12a_afbcd_line_stride()
204
priv->
afbcd
.ops->fmt_to_blk_mode(fb->modifier,
in meson_plane_atomic_update()
370
priv->
afbcd
.modifier = fb->modifier;
in meson_plane_atomic_update()
371
priv->
afbcd
.format = fb->format->format;
in meson_plane_atomic_update()
399
if (priv->
afbcd
.ops) {
in meson_plane_atomic_disable()
400
priv->
afbcd
.ops->reset(priv);
in meson_plane_atomic_disable()
401
priv->
afbcd
.ops->disable(priv);
in meson_plane_atomic_disable()
452
if (priv->
afbcd
.ops && priv->
afbcd
.ops->supported_fmt)
in meson_plane_format_mod_supported()
453
return priv->
afbcd
in meson_plane_format_mod_supported()
[all...]
H
A
D
meson_drv.c
230
priv->
afbcd
.ops = match->afbcd_ops;
in meson_drv_bind_master()
320
if (priv->
afbcd
.ops) {
in meson_drv_bind_master()
321
ret = priv->
afbcd
.ops->init(priv);
in meson_drv_bind_master()
376
if (priv->
afbcd
.ops)
in meson_drv_bind_master()
377
priv->
afbcd
.ops->exit(priv);
in meson_drv_bind_master()
408
if (priv->
afbcd
.ops)
in meson_drv_unbind()
409
priv->
afbcd
.ops->exit(priv);
in meson_drv_unbind()
438
if (priv->
afbcd
.ops)
in meson_drv_pm_resume()
439
priv->
afbcd
.ops->init(priv);
in meson_drv_pm_resume()
H
A
D
meson_crtc.c
341
if (priv->
afbcd
.ops) {
in meson_crtc_irq()
342
priv->
afbcd
.ops->reset(priv);
in meson_crtc_irq()
343
priv->
afbcd
.ops->disable(priv);
in meson_crtc_irq()
382
priv->
afbcd
.ops->reset(priv);
in meson_crtc_irq()
383
priv->
afbcd
.ops->setup(priv);
in meson_crtc_irq()
384
priv->
afbcd
.ops->enable(priv);
in meson_crtc_irq()
H
A
D
meson_drv.h
169
}
afbcd
;
member
H
A
D
meson_viu.c
370
switch (priv->
afbcd
.format) {
in meson_viu_g12a_enable_osd1_afbc()
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H
A
D
meson_osd_afbcd.c
124
meson_gxm_afbcd_pixel_fmt(priv->
afbcd
.modifier,
in meson_gxm_afbcd_setup()
125
priv->
afbcd
.format);
in meson_gxm_afbcd_setup()
127
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_SPARSE)
in meson_gxm_afbcd_setup()
130
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_SPLIT)
in meson_gxm_afbcd_setup()
343
u32 format = meson_g12a_afbcd_pixel_fmt(priv->
afbcd
.modifier,
in meson_g12a_afbcd_setup()
344
priv->
afbcd
.format);
in meson_g12a_afbcd_setup()
346
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_YTR)
in meson_g12a_afbcd_setup()
349
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_SPLIT)
in meson_g12a_afbcd_setup()
352
if (priv->
afbcd
.modifier & AFBC_FORMAT_MOD_TILED)
in meson_g12a_afbcd_setup()
355
if ((priv->
afbcd
in meson_g12a_afbcd_setup()
[all...]
H
A
D
meson_plane.c
117
switch (priv->
afbcd
.format) {
in meson_g12a_afbcd_line_stride()
210
priv->
afbcd
.ops->fmt_to_blk_mode(fb->modifier,
in meson_plane_atomic_update()
376
priv->
afbcd
.modifier = fb->modifier;
in meson_plane_atomic_update()
377
priv->
afbcd
.format = fb->format->format;
in meson_plane_atomic_update()
405
if (priv->
afbcd
.ops) {
in meson_plane_atomic_disable()
406
priv->
afbcd
.ops->reset(priv);
in meson_plane_atomic_disable()
407
priv->
afbcd
.ops->disable(priv);
in meson_plane_atomic_disable()
457
if (priv->
afbcd
.ops && priv->
afbcd
.ops->supported_fmt)
in meson_plane_format_mod_supported()
458
return priv->
afbcd
in meson_plane_format_mod_supported()
[all...]
H
A
D
meson_drv.c
213
priv->
afbcd
.ops = match->afbcd_ops;
in meson_drv_bind_master()
307
if (priv->
afbcd
.ops) {
in meson_drv_bind_master()
308
ret = priv->
afbcd
.ops->init(priv);
in meson_drv_bind_master()
372
if (priv->
afbcd
.ops)
in meson_drv_bind_master()
373
priv->
afbcd
.ops->exit(priv);
in meson_drv_bind_master()
416
if (priv->
afbcd
.ops)
in meson_drv_unbind()
417
priv->
afbcd
.ops->exit(priv);
in meson_drv_unbind()
446
if (priv->
afbcd
.ops)
in meson_drv_pm_resume()
447
priv->
afbcd
.ops->init(priv);
in meson_drv_pm_resume()
H
A
D
meson_crtc.c
341
if (priv->
afbcd
.ops) {
in meson_crtc_irq()
342
priv->
afbcd
.ops->reset(priv);
in meson_crtc_irq()
343
priv->
afbcd
.ops->disable(priv);
in meson_crtc_irq()
382
priv->
afbcd
.ops->reset(priv);
in meson_crtc_irq()
383
priv->
afbcd
.ops->setup(priv);
in meson_crtc_irq()
384
priv->
afbcd
.ops->enable(priv);
in meson_crtc_irq()
H
A
D
meson_drv.h
176
}
afbcd
;
member
H
A
D
meson_viu.c
370
switch (priv->
afbcd
.format) {
in meson_viu_g12a_enable_osd1_afbc()
Completed in 8 milliseconds