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:v_back_porch
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H
A
D
dcn314_fpu.c
298
unsigned int v_active = 0, v_blank = 0,
v_back_porch
= 0;
in get_vertical_back_porch()
local
302
v_back_porch
= v_blank - timing->v_front_porch - timing->v_sync_width;
in get_vertical_back_porch()
304
return
v_back_porch
;
in get_vertical_back_porch()
324
unsigned int
v_back_porch
= 0;
in dcn314_populate_dml_pipes_from_context_fpu()
local
338
v_back_porch
= get_vertical_back_porch(timing);
in dcn314_populate_dml_pipes_from_context_fpu()
342
// vblank_nom should not smaller than (VSync (timing->v_sync_width +
v_back_porch
) + 2)
in dcn314_populate_dml_pipes_from_context_fpu()
347
max(pipes[pipe_cnt].pipe.dest.vblank_nom, timing->v_sync_width +
v_back_porch
+ 2);
in dcn314_populate_dml_pipes_from_context_fpu()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcvt.c
51
u32
v_back_porch
;
member
267
mode->upper_margin = cvt->
v_back_porch
;
in fb_cvt_convert_to_mode()
362
cvt.
v_back_porch
= cvt.vtotal - cvt.yres/cvt.interlace -
in fb_find_mode_cvt()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcvt.c
51
u32
v_back_porch
;
member
267
mode->upper_margin = cvt->
v_back_porch
;
in fb_cvt_convert_to_mode()
362
cvt.
v_back_porch
= cvt.vtotal - cvt.yres/cvt.interlace -
in fb_find_mode_cvt()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_vid.c
76
timing->
v_back_porch
= mode->vtotal - mode->vsync_end;
in drm_mode_to_intf_timing_params()
108
timing->
v_back_porch
+= timing->v_front_porch;
in drm_mode_to_intf_timing_params()
126
timing->
v_back_porch
+ timing->v_front_porch +
in get_vertical_total()
152
timing->
v_back_porch
+ timing->vsync_pulse_width;
in programmable_fetch_get_num_lines()
174
"v_front_porch %u
v_back_porch
%u vsync_pulse_width %u\n",
in programmable_fetch_get_num_lines()
175
timing->v_front_porch, timing->
v_back_porch
,
in programmable_fetch_get_num_lines()
H
A
D
dpu_hw_intf.h
24
u32
v_back_porch
;
member
H
A
D
dpu_hw_intf.c
97
vsync_period = p->vsync_pulse_width + p->
v_back_porch
+ p->height +
in dpu_hw_intf_setup_timing_engine()
100
display_v_start = ((p->vsync_pulse_width + p->
v_back_porch
) *
in dpu_hw_intf_setup_timing_engine()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_vid.c
78
timing->
v_back_porch
= mode->vtotal - mode->vsync_end;
in drm_mode_to_intf_timing_params()
98
timing->
v_back_porch
+= timing->v_front_porch;
in drm_mode_to_intf_timing_params()
131
timing->
v_back_porch
+ timing->v_front_porch +
in get_vertical_total()
157
timing->
v_back_porch
+ timing->vsync_pulse_width;
in programmable_fetch_get_num_lines()
179
"v_front_porch %u
v_back_porch
%u vsync_pulse_width %u\n",
in programmable_fetch_get_num_lines()
180
timing->v_front_porch, timing->
v_back_porch
,
in programmable_fetch_get_num_lines()
H
A
D
dpu_hw_intf.h
25
u32
v_back_porch
;
member
H
A
D
dpu_hw_intf.c
124
vsync_period = p->vsync_pulse_width + p->
v_back_porch
+ p->height +
in dpu_hw_intf_setup_timing_engine()
127
display_v_start = ((p->vsync_pulse_width + p->
v_back_porch
) *
in dpu_hw_intf_setup_timing_engine()
Completed in 7 milliseconds