Home
last modified time | relevance | path

Searched refs:display_color_depth (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c703 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_on_stream()
836 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_pps_packet()
1774 enum dc_color_depth display_color_depth; in enable_link_hdmi() local
1819 display_color_depth = stream->timing.display_color_depth; in enable_link_hdmi()
1821 display_color_depth = COLOR_DEPTH_888; in enable_link_hdmi()
1834 display_color_depth, in enable_link_hdmi()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c795 switch (crtc_timing->display_color_depth) { in dce110_link_encoder_validate_dvi_output()
819 if (max_deep_color < crtc_timing->display_color_depth) in dce110_link_encoder_validate_hdmi_output()
822 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dce110_link_encoder_validate_hdmi_output()
875 if (crtc_timing->display_color_depth != COLOR_DEPTH_888) in dce110_link_encoder_validate_rgb_output()
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c106 switch (timing->display_color_depth) { in dc_bandwidth_in_kbps_from_timing()
1127 switch (timing->display_color_depth) { in setup_dsc_config()
1386 switch (timing->display_color_depth) { in dc_dsc_get_policy_for_timing()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1408 && pipe_ctx->stream->timing.display_color_depth != requestColorDepth) in dm_helpers_dp_handle_test_pattern_request()
1413 pipe_ctx->stream->timing.display_color_depth, in dm_helpers_dp_handle_test_pattern_request()
1417 pipe_ctx->stream->timing.display_color_depth = requestColorDepth; in dm_helpers_dp_handle_test_pattern_request()
H A Damdgpu_dm.h1133 int convert_dc_color_depth_into_bpc(enum dc_color_depth display_color_depth);
H A Damdgpu_dm.c6733 enum dc_color_depth depth = timing_out->display_color_depth; in adjust_colour_depth_from_display_info()
6759 timing_out->display_color_depth = depth; in adjust_colour_depth_from_display_info()
6810 timing_out->display_color_depth = convert_color_depth_from_display_info( in fill_stream_properties_from_drm_display_mode()
7455 stream->timing.display_color_depth, in create_stream_for_sink()
7456 aconnector->timing_requested->display_color_depth); in create_stream_for_sink()
8209 dc_color_depth_to_str(stream->timing.display_color_depth), in create_validate_stream_for_sink()
8470 int convert_dc_color_depth_into_bpc(enum dc_color_depth display_color_depth) in convert_dc_color_depth_into_bpc() argument
8472 switch (display_color_depth) { in convert_dc_color_depth_into_bpc()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c692 .color_depth = timing ? timing->display_color_depth : COLOR_DEPTH_888, in dce110_external_encoder_control()
1399 switch (crtc_timing->display_color_depth) { in populate_audio_dp_link_info()
1478 stream->timing.display_color_depth; in build_audio_output()
1688 stream->timing.display_color_depth, in dce110_apply_single_controller_ctx_to_hw()
1695 stream->timing.display_color_depth, in dce110_apply_single_controller_ctx_to_hw()
2666 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1043 stream->timing.display_color_depth; in get_pixel_clock_parameters()
1060 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1281 stream->timing.display_color_depth; in get_pixel_clock_parameters()
1314 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
1705 dsc_cfg.color_depth = stream->timing.display_color_depth; in dcn20_validate_dsc()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2138 pipe_ctx->stream->timing.display_color_depth, in dcn401_program_pipe()
2295 pipe_ctx->stream->timing.display_color_depth, pipe_ctx->stream->signal); in dcn401_program_pipe_sequence()
3093 stream->timing.display_color_depth, in dcn401_blank_pixel_data_sequence()
3110 stream->timing.display_color_depth, in dcn401_blank_pixel_data_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1466 enum dc_color_depth color_depth = otg_master->stream->timing.display_color_depth; in resource_build_test_pattern_params()
3703 switch (timing->display_color_depth) { in get_norm_pix_clk()
5057 switch (stream->timing.display_color_depth) { in resource_build_bit_depth_reduction_params()
5073 stream->timing.display_color_depth >= COLOR_DEPTH_101010) { in resource_build_bit_depth_reduction_params()
H A Ddc_stream.c924 dc_color_depth_to_str(stream->timing.display_color_depth)); in dc_stream_log()
H A Ddc_hw_sequencer.c2364 dsc_cfg.color_depth = stream->timing.display_color_depth; in hwss_dsc_calculate_and_set_config()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c160 switch (stream->timing.display_color_depth) { in populate_dml21_timing_config_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c908 stream->timing.display_color_depth; in get_pixel_clock_parameters()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1680 switch (timing->display_color_depth) { in dcn316_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1716 switch (timing->display_color_depth) { in dcn31_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1759 switch (timing->display_color_depth) { in dcn315_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_translation_helper.c815 switch (in->timing.display_color_depth) { in populate_dml_output_cfg_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2024 switch (timing->display_color_depth) { in dcn32_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1473 switch (res_ctx->pipe_ctx[i].stream->timing.display_color_depth) { in dcn20_populate_dml_pipes_from_context()