OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_front_porch
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_optc.c
57
if (timing->
v_front_porch
< 2)
58
timing->
v_front_porch
= 2;
60
if (timing->
v_front_porch
< 1)
61
timing->
v_front_porch
= 1;
228
patched_crtc_timing.
v_front_porch
;
315
v_init = patched_crtc_timing.v_total - patched_crtc_timing.
v_front_porch
;
1265
hw_crtc_timing->
v_front_porch
= s.v_total + 1 - s.v_blank_start;
amdgpu_dcn10_stream_encoder.c
280
hw_crtc_timing.
v_front_porch
/= 2;
453
hw_crtc_timing.
v_front_porch
;
amdgpu_dcn10_hw_sequencer.c
3098
if (timing->
v_front_porch
< 2)
3099
timing->
v_front_porch
= 2;
3101
if (timing->
v_front_porch
< 1)
3102
timing->
v_front_porch
= 1;
3122
patched_crtc_timing.
v_front_porch
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
amdgpu_dce80_timing_generator.c
151
if ((timing->v_sync_width + timing->
v_front_porch
) <= 3) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_timing_generator_v.c
252
timing->
v_front_porch
;
398
if ((timing->v_sync_width + timing->
v_front_porch
) <= 3) {
amdgpu_dce110_timing_generator.c
75
if (timing->
v_front_porch
< 2)
76
timing->
v_front_porch
= 2;
78
if (timing->
v_front_porch
< 1)
79
timing->
v_front_porch
= 1;
296
dc_crtc_timing->
v_front_porch
;
611
timing->
v_front_porch
;
1442
if ((timing->v_sync_width + timing->
v_front_porch
) <= 3) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h
726
uint32_t
v_front_porch
;
member in struct:dc_crtc_timing
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c
307
hw_crtc_timing.
v_front_porch
/= 2;
495
hw_crtc_timing.
v_front_porch
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
amdgpu_dce120_timing_generator.c
440
timing->
v_front_porch
;
677
timing->v_border_bottom - timing->
v_front_porch
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c
430
input->dest.vblank_start = input->dest.vtotal - pipe->stream->timing.
v_front_porch
;
885
- pipe->stream->timing.
v_front_porch
;
1192
pipe->stream->timing.
v_front_porch
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c
1127
if (crtc_timing->
v_front_porch
!= hw_crtc_timing.
v_front_porch
)
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c
1918
front_porch = timing->
v_front_porch
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
3830
timing_out->
v_front_porch
=
Completed in 68 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025