Home
last modified time | relevance | path

Searched refs:pixel_encoding (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c297 switch (hw_crtc_timing.pixel_encoding) { in dce110_stream_encoder_dp_set_stream_attribute()
412 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dce110_stream_encoder_dp_set_stream_attribute()
414 else if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR444) in dce110_stream_encoder_dp_set_stream_attribute()
423 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dce110_stream_encoder_dp_set_stream_attribute()
425 else if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR444) in dce110_stream_encoder_dp_set_stream_attribute()
523 switch (crtc_timing->pixel_encoding) { in dce110_stream_encoder_set_stream_attribute_helper()
533 switch (crtc_timing->pixel_encoding) { in dce110_stream_encoder_set_stream_attribute_helper()
590 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dce110_stream_encoder_hdmi_set_stream_attribute()
601 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dce110_stream_encoder_hdmi_set_stream_attribute()
684 ASSERT(crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB); in dce110_stream_encoder_dvi_set_stream_attribute()
[all …]
H A Ddce_clock_source.c404 if (pix_clk_params->pixel_encoding != PIXEL_ENCODING_YCBCR422) { in pll_adjust_pix_clk()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn42b/
H A Ddcn42b_resource.c1649 pixel_clk_params->pixel_encoding = stream->timing.pixel_encoding; in dcn42b_build_pipe_pix_clk_params()
1651 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dcn42b_build_pipe_pix_clk_params()
1657 stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) in dcn42b_build_pipe_pix_clk_params()
1667 stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in dcn42b_build_pipe_pix_clk_params()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c752 dsc_cfg.pixel_encoding = stream->timing.pixel_encoding; in link_set_dsc_on_stream()
904 dsc_cfg.pixel_encoding = stream->timing.pixel_encoding; in link_set_dsc_pps_packet()
1906 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in enable_link_hdmi()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1499 && pipe_ctx->stream->timing.pixel_encoding != requestPixelEncoding)) { in dm_helpers_dp_handle_test_pattern_request()
1503 pipe_ctx->stream->timing.pixel_encoding, in dm_helpers_dp_handle_test_pattern_request()
1507 pipe_ctx->stream->timing.pixel_encoding = requestPixelEncoding; in dm_helpers_dp_handle_test_pattern_request()
H A Damdgpu_dm.c6876 if (dc_crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB) in get_output_color_space()
6883 if (dc_crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB) { in get_output_color_space()
6939 if (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420) in adjust_colour_depth_from_display_info()
6997 timing_out->pixel_encoding = PIXEL_ENCODING_YCBCR420; in fill_stream_properties_from_drm_display_mode()
7002 timing_out->pixel_encoding = PIXEL_ENCODING_YCBCR420; in fill_stream_properties_from_drm_display_mode()
7007 timing_out->pixel_encoding = PIXEL_ENCODING_YCBCR422; in fill_stream_properties_from_drm_display_mode()
7013 timing_out->pixel_encoding = PIXEL_ENCODING_YCBCR444; in fill_stream_properties_from_drm_display_mode()
7015 timing_out->pixel_encoding = PIXEL_ENCODING_RGB; in fill_stream_properties_from_drm_display_mode()
7020 (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420), in fill_stream_properties_from_drm_display_mode()
7084 timing_out->pixel_encoding != PIXEL_ENCODING_YCBCR420) { in fill_stream_properties_from_drm_display_mode()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn42/
H A Ddcn42_resource.c1684 pixel_clk_params->pixel_encoding = stream->timing.pixel_encoding; in dcn42_build_pipe_pix_clk_params()
1686 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dcn42_build_pipe_pix_clk_params()
1692 stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) in dcn42_build_pipe_pix_clk_params()
1702 stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in dcn42_build_pipe_pix_clk_params()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2044 &hw_crtc_timing.pixel_encoding, in dc_validate_boot_timing()
2055 if (hw_crtc_timing.pixel_encoding != crtc_timing->pixel_encoding) { in dc_validate_boot_timing()
3997 dsc_cfg->pixel_encoding = stream->timing.pixel_encoding; in add_link_update_dsc_config_sequence()
4042 dsc_pps_cfg.pixel_encoding = stream->timing.pixel_encoding; in add_link_update_dsc_config_sequence()
7672 state->opp[i].fmt_pixel_encoding = timing->pixel_encoding; in dc_capture_register_software_state()
7675 if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420) { in dc_capture_register_software_state()
7677 } else if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dc_capture_register_software_state()
7683 …state->opp[i].fmt_cbcr_bit_reduction_bypass = (timing->pixel_encoding == PIXEL_ENCODING_RGB) ? 1 :… in dc_capture_register_software_state()
7716 state->opp[i].fmt_clamp_color_format = timing->pixel_encoding; in dc_capture_register_software_state()
7719 if (timing->pixel_encoding != PIXEL_ENCODING_RGB) { in dc_capture_register_software_state()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1456 switch (crtc_timing->pixel_encoding) { in populate_audio_dp_link_info()
1525 audio_output->crtc_info.pixel_encoding = in build_audio_output()
1526 stream->timing.pixel_encoding; in build_audio_output()
1538 if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in build_audio_output()
1620 if (pipe_ctx->stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) in program_scaler()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h120 enum hdmi_frl_pixel_encoding pixel_encoding; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c1318 l->hdmifrlparams.pixel_encoding = LIB_FRL_CAP_CHECK_PIXEL_ENCODING_420; in TruncToValidBPP()
1326 l->hdmifrlparams.pixel_encoding = LIB_FRL_CAP_CHECK_PIXEL_ENCODING_444; in TruncToValidBPP()
1329 l->hdmifrlparams.pixel_encoding = LIB_FRL_CAP_CHECK_PIXEL_ENCODING_422; in TruncToValidBPP()