Home
last modified time | relevance | path

Searched refs:crtc_source_select (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c627 struct bp_crtc_source_select crtc_source_select = {0}; in bios_parser_crtc_source_select() local
635 crtc_source_select.signal = pipe_ctx->stream->signal; in bios_parser_crtc_source_select()
636 crtc_source_select.enable_dp_audio = false; in bios_parser_crtc_source_select()
637 crtc_source_select.sink_signal = pipe_ctx->stream->signal; in bios_parser_crtc_source_select()
641 crtc_source_select.display_output_bit_depth = PANEL_6BIT_COLOR; in bios_parser_crtc_source_select()
644 crtc_source_select.display_output_bit_depth = PANEL_8BIT_COLOR; in bios_parser_crtc_source_select()
647 crtc_source_select.display_output_bit_depth = PANEL_10BIT_COLOR; in bios_parser_crtc_source_select()
650 crtc_source_select.display_output_bit_depth = PANEL_12BIT_COLOR; in bios_parser_crtc_source_select()
654 crtc_source_select.display_output_bit_depth = PANEL_8BIT_COLOR; in bios_parser_crtc_source_select()
660 if (BP_RESULT_OK != dcb->funcs->crtc_source_select( in bios_parser_crtc_source_select()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_bios_types.h180 enum bp_result (*crtc_source_select)( member
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c2131 .crtc_source_select = bios_parser_crtc_source_select,
H A Dbios_parser.c4025 ….crtc_source_select = bios_parser_crtc_source_select, /* still use. should probably retire and p…