Home
last modified time | relevance | path

Searched refs:display_output_bit_depth (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/include/
H A Dbios_parser_types.h134 enum display_output_bit_depth display_output_bit_depth; member
H A Dgrph_object_ctrl_defs.h42 enum display_output_bit_depth { enum
/dflybsd-src/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c641 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()
/dflybsd-src/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table2.c524 params.dst_bpc = (uint8_t)(bp_params->display_output_bit_depth); in select_crtc_source_v3()
H A Dcommand_table.c2005 params.ucDstBpc = (uint8_t)(bp_params->display_output_bit_depth); in select_crtc_source_v3()