| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 703 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 D | dce_link_encoder.c | 795 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 D | dc_dsc.c | 106 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 D | amdgpu_dm_helpers.c | 1408 && 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 D | amdgpu_dm.h | 1133 int convert_dc_color_depth_into_bpc(enum dc_color_depth display_color_depth);
|
| H A D | amdgpu_dm.c | 6733 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 D | dce110_hwseq.c | 692 .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 D | dcn10_resource.c | 1043 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 D | dcn20_resource.c | 1281 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 D | dcn401_hwseq.c | 2138 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 D | dc_resource.c | 1466 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 D | dc_stream.c | 924 dc_color_depth_to_str(stream->timing.display_color_depth)); in dc_stream_log()
|
| H A D | dc_hw_sequencer.c | 2364 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 D | dml21_translation_helper.c | 160 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 D | dce110_resource.c | 908 stream->timing.display_color_depth; in get_pixel_clock_parameters()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
| H A D | dcn316_resource.c | 1680 switch (timing->display_color_depth) { in dcn316_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1716 switch (timing->display_color_depth) { in dcn31_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1759 switch (timing->display_color_depth) { in dcn315_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml2_translation_helper.c | 815 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 D | dcn32_resource.c | 2024 switch (timing->display_color_depth) { in dcn32_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | dcn20_fpu.c | 1473 switch (res_ctx->pipe_ctx[i].stream->timing.display_color_depth) { in dcn20_populate_dml_pipes_from_context()
|