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:top_margin
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_logo.h
27
int
top_margin
;
member
H
A
D
rockchip_drm_drv.h
156
int
top_margin
;
member
H
A
D
rockchip_drm_logo.c
419
if (!of_property_read_u32(route, "overscan,
top_margin
", &val)) {
in of_parse_display_resource()
420
set->
top_margin
= val;
in of_parse_display_resource()
795
s->
top_margin
= set->
top_margin
;
in update_state()
H
A
D
rockchip_drm_vop.c
3430
u16 vsize = vdisplay * (s->
top_margin
+ s->bottom_margin) / 0xc8;
in vop_post_config()
3443
vact_st += vdisplay * (0x64 - s->
top_margin
) / 0xc8;
in vop_post_config()
3812
s->
top_margin
= 0x64;
in vop_crtc_reset()
3923
*val = s->
top_margin
;
in vop_crtc_atomic_get_property()
3972
s->
top_margin
= val;
in vop_crtc_atomic_set_property()
H
A
D
rockchip_drm_vop2.c
5188
u16 vsize = vdisplay * (vcstate->
top_margin
+ vcstate->bottom_margin) / 0xc8;
in vop2_post_config()
5199
vact_st += vdisplay * (0x64 - vcstate->
top_margin
) / 0xc8;
in vop2_post_config()
7371
vcstate->
top_margin
= 0x64;
in vop2_crtc_reset()
7483
*val = vcstate->
top_margin
;
in vop2_crtc_atomic_get_property()
7532
vcstate->
top_margin
= val;
in vop2_crtc_atomic_set_property()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_logo.h
27
int
top_margin
;
member
H
A
D
rockchip_drm_logo.c
394
if (!of_property_read_u32(route, "overscan,
top_margin
", &val))
in of_parse_display_resource()
395
set->
top_margin
= val;
in of_parse_display_resource()
761
s->
top_margin
= set->
top_margin
;
in update_state()
H
A
D
rockchip_drm_vop2.c
5205
u16 vsize = vdisplay * (vcstate->
top_margin
+ vcstate->bottom_margin) / 200;
in vop2_post_config()
5216
vact_st += vdisplay * (100 - vcstate->
top_margin
) / 200;
in vop2_post_config()
7481
vcstate->
top_margin
= 100;
in vop2_crtc_reset()
7596
*val = vcstate->
top_margin
;
in vop2_crtc_atomic_get_property()
7647
vcstate->
top_margin
= val;
in vop2_crtc_atomic_set_property()
/device/soc/rockchip/rk3588/kernel/include/drm/
H
A
D
rockchip_drm_logo.h
27
int
top_margin
;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_modes.c
386
int
top_margin
, bottom_margin;
in drm_gtf_mode_complex()
local
434
top_margin
= 0;
in drm_gtf_mode_complex()
436
top_margin
= (vdisplay_rnd * GTF_MARGIN_PERCENTAGE + 0x1f4) / 0x3e8;
in drm_gtf_mode_complex()
439
bottom_margin =
top_margin
;
in drm_gtf_mode_complex()
451
tmp2 = (vdisplay_rnd + 0x2 *
top_margin
+ GTF_MIN_V_PORCH) * 0x2 + interlace;
in drm_gtf_mode_complex()
462
vtotal_lines = vdisplay_rnd +
top_margin
+ bottom_margin + vsync_plus_bp + GTF_MIN_V_PORCH;
in drm_gtf_mode_complex()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_drm_drv.h
157
int
top_margin
;
member
Completed in 40 milliseconds