Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_opp.c115 if (params->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in set_truncation()
160 if (params->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dce60_set_truncation()
485 if (params->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in set_pixel_encoding()
519 if (params->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dce60_set_pixel_encoding()
Ddce_stream_encoder.c298 case PIXEL_ENCODING_YCBCR422: in dce110_stream_encoder_dp_set_stream_attribute()
403 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dce110_stream_encoder_dp_set_stream_attribute()
414 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dce110_stream_encoder_dp_set_stream_attribute()
510 case PIXEL_ENCODING_YCBCR422: in dce110_stream_encoder_set_stream_attribute_helper()
520 case PIXEL_ENCODING_YCBCR422: in dce110_stream_encoder_set_stream_attribute_helper()
576 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dce110_stream_encoder_hdmi_set_stream_attribute()
587 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dce110_stream_encoder_hdmi_set_stream_attribute()
Ddce_clock_source.c405 if (pix_clk_params->pixel_encoding != PIXEL_ENCODING_YCBCR422) { in pll_adjust_pix_clk()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dio_stream_encoder.c155 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc32_stream_encoder_hdmi_set_stream_attribute()
166 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc32_stream_encoder_hdmi_set_stream_attribute()
241 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c279 case PIXEL_ENCODING_YCBCR422: in enc1_stream_encoder_dp_set_stream_attribute()
380 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in enc1_stream_encoder_dp_set_stream_attribute()
389 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in enc1_stream_encoder_dp_set_stream_attribute()
470 case PIXEL_ENCODING_YCBCR422: in enc1_stream_encoder_set_stream_attribute_helper()
519 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc1_stream_encoder_hdmi_set_stream_attribute()
534 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc1_stream_encoder_hdmi_set_stream_attribute()
1547 *encoding = PIXEL_ENCODING_YCBCR422; in enc1_stream_encoder_dp_get_pixel_format()
Ddcn10_opp.c168 case PIXEL_ENCODING_YCBCR422: in opp1_set_pixel_encoding()
Ddcn10_optc.c292 if (patched_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in optc1_program_timing()
1608 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in optc1_is_two_pixels_per_containter()
Ddcn10_resource.c1027 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in get_pixel_clock_parameters()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_dio_stream_encoder.c188 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc314_stream_encoder_hdmi_set_stream_attribute()
199 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc314_stream_encoder_hdmi_set_stream_attribute()
272 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
/Linux-v6.1/drivers/gpu/drm/amd/display/modules/info_packet/
Dinfo_packet.c347 case PIXEL_ENCODING_YCBCR422: in mod_build_vsc_infopacket()
372 case PIXEL_ENCODING_YCBCR422: in mod_build_vsc_infopacket()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_stream_encoder.c231 case PIXEL_ENCODING_YCBCR422: in dcn31_hpo_dp_stream_enc_set_stream_attribute()
310 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dcn31_hpo_dp_stream_enc_set_stream_attribute()
319 if (hw_crtc_timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in dcn31_hpo_dp_stream_enc_set_stream_attribute()
Ddcn31_dccg.c536 (params->timing->flags.DSC && params->timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in dccg31_set_dtbclk_dto()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c443 if (pixel_encoding == PIXEL_ENCODING_YCBCR422 || pixel_encoding == PIXEL_ENCODING_YCBCR420) in intersect_dsc_caps()
455 if (pixel_encoding == PIXEL_ENCODING_YCBCR422 || pixel_encoding == PIXEL_ENCODING_YCBCR420) in intersect_dsc_caps()
795 case PIXEL_ENCODING_YCBCR422: in setup_dsc_config()
1062 case PIXEL_ENCODING_YCBCR422: /* assume no YCbCr422 native support */ in dc_dsc_get_policy_for_timing()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dio_stream_encoder.c595 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc3_stream_encoder_hdmi_set_stream_attribute()
606 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in enc3_stream_encoder_hdmi_set_stream_attribute()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c447 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
Ddcn20_dsc.c443 case PIXEL_ENCODING_YCBCR422: in dsc_dc_pixel_encoding_to_dsc_pixel_format()
Ddcn20_resource.c1265 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in get_pixel_clock_parameters()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h717 PIXEL_ENCODING_YCBCR422, enumerator
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2705 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) in enable_link_hdmi()
2815 else if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) in get_timing_pixel_clock_100hz()
2851 case PIXEL_ENCODING_YCBCR422: in dp_active_dongle_validate_timing()
2960 } else if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dp_active_dongle_validate_timing()
4834 else if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) in dc_bandwidth_in_kbps_from_timing()
Ddc_resource.c2291 if (timing->pixel_encoding != PIXEL_ENCODING_YCBCR422) { in get_norm_pix_clk()
2739 case PIXEL_ENCODING_YCBCR422: in set_avi_info_frame()
Ddc_link_dp.c4354 pipe_ctx->stream->timing.pixel_encoding = PIXEL_ENCODING_YCBCR422; in dp_test_send_link_test_pattern()
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c1469 case PIXEL_ENCODING_YCBCR422: in dm_dp_mst_is_port_support_mode()
Damdgpu_dm.c5123 case PIXEL_ENCODING_YCBCR422: in get_output_color_space()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c905 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) { in get_pixel_clock_parameters()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1356 case PIXEL_ENCODING_YCBCR422: in dcn20_populate_dml_pipes_from_context()