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:mdp5_cfg
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5.xml.h
352
case 0: return (
mdp5_cfg
->ctl.base[0]);
in __offset_CTL()
353
case 1: return (
mdp5_cfg
->ctl.base[1]);
in __offset_CTL()
354
case 2: return (
mdp5_cfg
->ctl.base[2]);
in __offset_CTL()
355
case 3: return (
mdp5_cfg
->ctl.base[3]);
in __offset_CTL()
356
case 4: return (
mdp5_cfg
->ctl.base[4]);
in __offset_CTL()
539
case SSPP_VIG0: return (
mdp5_cfg
->pipe_vig.base[0]);
in __offset_PIPE()
540
case SSPP_VIG1: return (
mdp5_cfg
->pipe_vig.base[1]);
in __offset_PIPE()
541
case SSPP_VIG2: return (
mdp5_cfg
->pipe_vig.base[2]);
in __offset_PIPE()
542
case SSPP_RGB0: return (
mdp5_cfg
->pipe_rgb.base[0]);
in __offset_PIPE()
543
case SSPP_RGB1: return (
mdp5_cfg
in __offset_PIPE()
[all...]
H
A
D
mdp5_cfg.h
12
*
mdp5_cfg
15
* (initialized in
mdp5_cfg
.c)
17
extern const struct mdp5_cfg_hw *
mdp5_cfg
;
105
struct
mdp5_cfg
{
struct
114
struct
mdp5_cfg
*mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
H
A
D
mdp5_cfg.c
7
#include "
mdp5_cfg
.h"
11
struct
mdp5_cfg
config;
14
/*
mdp5_cfg
must be exposed (used in mdp5.xml.h) */
15
const struct mdp5_cfg_hw *
mdp5_cfg
= NULL;
variable
1134
struct
mdp5_cfg
*mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler)
in mdp5_cfg_get_config()
1181
/* only after
mdp5_cfg
global pointer's init can we access the hw */
in mdp5_cfg_init()
1185
mdp5_cfg
= cfg_handlers[i].config.hw;
in mdp5_cfg_init()
1189
if (unlikely(!
mdp5_cfg
)) {
in mdp5_cfg_init()
1197
cfg_handler->config.hw =
mdp5_cfg
;
in mdp5_cfg_init()
1202
DBG("MDP5: %s hw config selected",
mdp5_cfg
in mdp5_cfg_init()
[all...]
H
A
D
mdp5_kms.c
583
struct
mdp5_cfg
*config;
in mdp5_kms_init()
830
struct
mdp5_cfg
*config;
in mdp5_init()
H
A
D
mdp5_smp.c
52
* if
mdp5_cfg
->smp.clients[SSPP_VIG0] = N,
in pipe2client()
58
return
mdp5_cfg
->smp.clients[pipe] + plane;
in pipe2client()
H
A
D
mdp5_plane.c
261
struct
mdp5_cfg
*config = mdp5_cfg_get_config(get_kms(plane)->cfg);
in mdp5_plane_atomic_check_with_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5.xml.h
363
case 0: return (
mdp5_cfg
->ctl.base[0]);
in __offset_CTL()
364
case 1: return (
mdp5_cfg
->ctl.base[1]);
in __offset_CTL()
365
case 2: return (
mdp5_cfg
->ctl.base[2]);
in __offset_CTL()
366
case 3: return (
mdp5_cfg
->ctl.base[3]);
in __offset_CTL()
367
case 4: return (
mdp5_cfg
->ctl.base[4]);
in __offset_CTL()
550
case SSPP_VIG0: return (
mdp5_cfg
->pipe_vig.base[0]);
in __offset_PIPE()
551
case SSPP_VIG1: return (
mdp5_cfg
->pipe_vig.base[1]);
in __offset_PIPE()
552
case SSPP_VIG2: return (
mdp5_cfg
->pipe_vig.base[2]);
in __offset_PIPE()
553
case SSPP_RGB0: return (
mdp5_cfg
->pipe_rgb.base[0]);
in __offset_PIPE()
554
case SSPP_RGB1: return (
mdp5_cfg
in __offset_PIPE()
[all...]
H
A
D
mdp5_cfg.h
12
*
mdp5_cfg
15
* (initialized in
mdp5_cfg
.c)
17
extern const struct mdp5_cfg_hw *
mdp5_cfg
;
107
struct
mdp5_cfg
{
struct
115
struct
mdp5_cfg
*mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
H
A
D
mdp5_cfg.c
7
#include "
mdp5_cfg
.h"
11
struct
mdp5_cfg
config;
14
/*
mdp5_cfg
must be exposed (used in mdp5.xml.h) */
15
const struct mdp5_cfg_hw *
mdp5_cfg
= NULL;
variable
1343
struct
mdp5_cfg
*mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler)
in mdp5_cfg_get_config()
1388
/* only after
mdp5_cfg
global pointer's init can we access the hw */
in mdp5_cfg_init()
1392
mdp5_cfg
= cfg_handlers[i].config.hw;
in mdp5_cfg_init()
1396
if (unlikely(!
mdp5_cfg
)) {
in mdp5_cfg_init()
1404
cfg_handler->config.hw =
mdp5_cfg
;
in mdp5_cfg_init()
1406
DBG("MDP5: %s hw config selected",
mdp5_cfg
in mdp5_cfg_init()
[all...]
H
A
D
mdp5_kms.c
556
struct
mdp5_cfg
*config;
in mdp5_kms_init()
791
struct
mdp5_cfg
*config;
in mdp5_init()
H
A
D
mdp5_smp.c
52
* if
mdp5_cfg
->smp.clients[SSPP_VIG0] = N,
in pipe2client()
58
return
mdp5_cfg
->smp.clients[pipe] + plane;
in pipe2client()
H
A
D
mdp5_plane.c
184
struct
mdp5_cfg
*config = mdp5_cfg_get_config(get_kms(plane)->cfg);
in mdp5_plane_atomic_check_with_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
Makefile
43
disp/mdp5/
mdp5_cfg
.o \
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
Makefile
45
disp/mdp5/
mdp5_cfg
.o \
Completed in 20 milliseconds