Home
last modified time | relevance | path

Searched refs:color_depth (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/sys/dev/drm/amd/display/include/
H A Dbios_parser_types.h109 enum dc_color_depth color_depth; member
120 enum dc_color_depth color_depth; member
145 enum dc_color_depth color_depth; /* not used for DCE6.0 */ member
228 enum transmitter_color_depth color_depth; member
H A Daudio_types.h44 enum dc_color_depth color_depth; member
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_transform.c754 enum dc_color_depth color_depth; in dce_transform_set_pixel_storage_depth() local
758 color_depth = COLOR_DEPTH_666; in dce_transform_set_pixel_storage_depth()
763 color_depth = COLOR_DEPTH_888; in dce_transform_set_pixel_storage_depth()
768 color_depth = COLOR_DEPTH_101010; in dce_transform_set_pixel_storage_depth()
773 color_depth = COLOR_DEPTH_121212; in dce_transform_set_pixel_storage_depth()
778 color_depth = COLOR_DEPTH_101010; in dce_transform_set_pixel_storage_depth()
785 set_denormalization(xfm_dce, color_depth); in dce_transform_set_pixel_storage_depth()
786 program_bit_depth_reduction(xfm_dce, color_depth, bit_depth_params); in dce_transform_set_pixel_storage_depth()
H A Ddce_link_encoder.c924 enum dc_color_depth color_depth, in dce110_link_encoder_enable_tmds_output() argument
947 cntl.color_depth = color_depth; in dce110_link_encoder_enable_tmds_output()
986 cntl.color_depth = COLOR_DEPTH_UNDEFINED; in dce110_link_encoder_enable_dp_output()
1025 cntl.color_depth = COLOR_DEPTH_UNDEFINED; in dce110_link_encoder_enable_dp_mst_output()
H A Ddce_clock_source.c399 switch (pix_clk_params->color_depth) { in pll_adjust_pix_clk()
536 switch (pix_clk_params->color_depth) { in dce112_get_pix_clk_dividers_helper()
978 pix_clk_params->color_depth); in dce110_program_pix_clk()
1005 pix_clk_params->color_depth, in dce110_program_pix_clk()
H A Ddce_stream_encoder.c1234 enum dc_color_depth color_depth, in get_audio_clock_info() argument
1244 switch (color_depth) { in get_audio_clock_info()
1352 get_audio_clock_info(crtc_info->color_depth, in dce110_se_setup_hdmi_audio()
H A Ddce_link_encoder.h212 enum dc_color_depth color_depth,
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table2.c123 switch (cntl->color_depth) { in encoder_control_digx_v1_5()
141 switch (cntl->color_depth) { in encoder_control_digx_v1_5()
311 bp_params->color_depth); in set_pixel_clock_v7()
314 bp_params->target_pixel_clock, bp_params->color_depth); in set_pixel_clock_v7()
H A Dcommand_table.c302 switch (cntl->color_depth) { in encoder_control_digx_v5()
320 switch (cntl->color_depth) { in encoder_control_digx_v5()
812 switch (cntl->color_depth) { in transmitter_control_v1_5()
871 switch (cntl->color_depth) { in transmitter_control_v1_6()
1188 …DeepColorRatio = (uint8_t) bp->cmd_helper->transmitter_color_depth_to_atom(bp_params->color_depth); in set_pixel_clock_v7()
2316 (uint8_t)(cntl->color_depth); in external_encoder_control_v3()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c463 enum dc_color_depth color_depth) in set_Denormalization() argument
467 switch (color_depth) { in set_Denormalization()
718 set_Denormalization(xfm, default_adjust->color_depth); in dce110_opp_v_set_csc_default()
H A Ddce110_timing_generator.h226 enum dc_color_depth color_depth);
H A Ddce110_resource.c749 pixel_clk_params->color_depth = in get_pixel_clock_parameters()
756 pixel_clk_params->color_depth = COLOR_DEPTH_888; in get_pixel_clock_parameters()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c873 enum dc_color_depth color_depth, in dcn10_link_encoder_enable_tmds_output() argument
896 cntl.color_depth = color_depth; in dcn10_link_encoder_enable_tmds_output()
935 cntl.color_depth = COLOR_DEPTH_UNDEFINED; in dcn10_link_encoder_enable_dp_output()
974 cntl.color_depth = COLOR_DEPTH_UNDEFINED; in dcn10_link_encoder_enable_dp_mst_output()
H A Ddcn10_stream_encoder.c1095 enum dc_color_depth color_depth, in get_audio_clock_info() argument
1105 switch (color_depth) { in get_audio_clock_info()
1207 get_audio_clock_info(crtc_info->color_depth, in enc1_se_setup_hdmi_audio()
H A Ddcn10_link_encoder.h283 enum dc_color_depth color_depth,
H A Ddcn10_optc.c878 enum dc_color_depth color_depth) in optc1_set_test_pattern() argument
903 switch (color_depth) { in optc1_set_test_pattern()
H A Ddcn10_resource.c931 pixel_clk_params->color_depth = in get_pixel_clock_parameters()
937 pixel_clk_params->color_depth = COLOR_DEPTH_888; in get_pixel_clock_parameters()
/dragonfly/sys/dev/drm/amd/display/dc/virtual/
H A Dvirtual_link_encoder.c44 enum dc_color_depth color_depth, in virtual_link_encoder_enable_tmds_output() argument
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h124 enum dc_color_depth color_depth; member
H A Dlink_encoder.h125 enum dc_color_depth color_depth,
H A Dopp.h222 enum dc_color_depth color_depth; /* clean up to uint32_t */ member
H A Dtiming_generator.h196 enum dc_color_depth color_depth);
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dclock_source.h94 enum dc_color_depth color_depth; member
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c859 enum dc_color_depth color_depth) in dce120_timing_generator_set_test_pattern() argument
884 switch (color_depth) { in dce120_timing_generator_set_test_pattern()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_link.c2172 static int get_color_depth(enum dc_color_depth color_depth) in get_color_depth() argument
2174 switch (color_depth) { in get_color_depth()
2193 bpc = get_color_depth(pipe_ctx->stream_res.pix_clk_params.color_depth); in get_pbn_from_timing()

12