Home
last modified time | relevance | path

Searched refs:INTERLACE (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_genfb.c68 #define INTERLACE __BIT(0) macro
75 { 5, 1920, 1080, INTERLACE },
76 { 6, 720, 480, DBLSCAN | INTERLACE },
77 { 7, 720, 480, DBLSCAN | INTERLACE },
84 { 20, 1920, 1080, INTERLACE },
89 { 39, 1920, 1080, INTERLACE },
581 prop_dictionary_set_bool(cfg, "interlace", !!(flags & INTERLACE)); in meson_genfb_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_optc.c56 if (timing->flags.INTERLACE == 1) { in apply_front_porch_workaround()
251 if (patched_crtc_timing.flags.INTERLACE == 1) in optc1_program_timing()
257 if (patched_crtc_timing.flags.INTERLACE == 1) in optc1_program_timing()
330 if (patched_crtc_timing.flags.INTERLACE == 1) { in optc1_set_vtg_params()
541 if (timing->flags.INTERLACE == 1) in optc1_validate_timing()
561 min_v_blank = timing->flags.INTERLACE?optc1->min_v_blank_interlace:optc1->min_v_blank; in optc1_validate_timing()
H A Damdgpu_dcn10_stream_encoder.c274 if (hw_crtc_timing.flags.INTERLACE) { in enc1_stream_encoder_dp_set_stream_attribute()
H A Damdgpu_dcn10_hw_sequencer.c3097 if (timing->flags.INTERLACE == 1) { in apply_front_porch_workaround()
3118 interlace_factor = patched_crtc_timing.flags.INTERLACE ? 2 : 1; in dcn10_get_vupdate_offset_from_vsync()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dbios_parser_types.h181 uint32_t INTERLACE:1; member
H A Dgrph_object_ctrl_defs.h121 uint32_t INTERLACE:1; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_timing_generator.c74 if (timing->flags.INTERLACE == 1) { in dce110_timing_generator_apply_front_porch_workaround()
342 if (patched_crtc_timing.flags.INTERLACE == 1) in dce110_timing_generator_program_timing_generator()
343 bp_params.flags.INTERLACE = 1; in dce110_timing_generator_program_timing_generator()
1142 if (timing->flags.INTERLACE == 1) in dce110_timing_generator_validate_timing()
H A Damdgpu_dce110_timing_generator_v.c383 timing->flags.INTERLACE, in dce110_timing_generator_v_program_blanking()
H A Damdgpu_dce110_hw_sequencer.c1144 stream->timing.flags.INTERLACE; in build_audio_output()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_hw_types.h649 uint32_t INTERLACE :1; member
H A Ddc_types.h274 uint32_t INTERLACE :1; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_command_table2.c541 if (bp_params->flags.INTERLACE) { in set_crtc_using_dtd_timing_v3()
H A Damdgpu_command_table.c1787 if (bp_params->flags.INTERLACE) { in set_crtc_timing_v1()
1866 if (bp_params->flags.INTERLACE) { in set_crtc_using_dtd_timing_v3()
H A Damdgpu_bios_parser.c1284 info->lcd_timing.misc_info.INTERLACE = in get_embedded_panel_info_v1_2()
1402 info->lcd_timing.misc_info.INTERLACE = in get_embedded_panel_info_v1_3()
H A Damdgpu_bios_parser2.c921 info->lcd_timing.misc_info.INTERLACE = !!(lvds->lcd_timing.miscinfo & ATOM_INTERLACE); in get_embedded_panel_info_v2_1()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
H A Damdgpu_dce120_timing_generator.c111 uint32_t interlace_factor = timing->flags.INTERLACE ? 2 : 1; in dce120_timing_generator_validate_timing()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_stream_encoder.c301 if (hw_crtc_timing.flags.INTERLACE) { in dce110_stream_encoder_dp_set_stream_attribute()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calcs.c1197 * (pipe->stream->timing.flags.INTERLACE ? 1 : 0); in dcn_validate_bandwidth()
1203 * (pipe->stream->timing.flags.INTERLACE ? 1 : 0); in dcn_validate_bandwidth()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_resource.c1956 pipes[pipe_cnt].pipe.dest.interlaced = timing->flags.INTERLACE; in dcn20_populate_dml_pipes_from_context()