Home
last modified time | relevance | path

Searched refs:color_formats (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c128 dsc_enc_caps->color_formats.bits.RGB = 1; in dsc35_get_single_enc_caps()
129 dsc_enc_caps->color_formats.bits.YCBCR_444 = 1; in dsc35_get_single_enc_caps()
130 dsc_enc_caps->color_formats.bits.YCBCR_SIMPLE_422 = 1; in dsc35_get_single_enc_caps()
131 dsc_enc_caps->color_formats.bits.YCBCR_NATIVE_422 = 1; in dsc35_get_single_enc_caps()
132 dsc_enc_caps->color_formats.bits.YCBCR_NATIVE_420 = 1; in dsc35_get_single_enc_caps()
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c372 …dsc_sink_caps->color_formats.raw = dpcd_dsc_basic_data[DP_DSC_DEC_COLOR_FORMAT_CAP - DP_DSC_SUPPOR… in dc_dsc_parse_dsc_dpcd()
509 DC_LOG_DSC("\tcolor_formats 0x%x", dsc_enc_caps.color_formats.raw); in dc_dsc_dump_encoder_caps()
528 DC_LOG_DSC("\tcolor_formats 0x%x", dsc_sink_caps->color_formats.raw); in dc_dsc_dump_decoder_caps()
615 dsc_enc_caps->color_formats.raw = single_dsc_enc_caps.color_formats.raw; in build_dsc_enc_caps()
726 …dsc_common_caps->color_formats.raw = dsc_sink_caps->color_formats.raw & dsc_enc_caps->color_format… in intersect_dsc_caps()
727 if (!dsc_common_caps->color_formats.raw) in intersect_dsc_caps()
1090 is_dsc_possible = (bool)dsc_common_caps.color_formats.bits.RGB; in setup_dsc_config()
1095 is_dsc_possible = (bool)dsc_common_caps.color_formats.bits.YCBCR_444; in setup_dsc_config()
1101 is_dsc_possible = (bool)dsc_common_caps.color_formats.bits.YCBCR_SIMPLE_422; in setup_dsc_config()
1105 is_dsc_possible = (bool)dsc_common_caps.color_formats.bits.YCBCR_NATIVE_422; in setup_dsc_config()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c78 dsc_enc_caps->color_formats.bits.RGB = 1; in dsc401_get_single_enc_caps()
79 dsc_enc_caps->color_formats.bits.YCBCR_444 = 1; in dsc401_get_single_enc_caps()
80 dsc_enc_caps->color_formats.bits.YCBCR_SIMPLE_422 = 1; in dsc401_get_single_enc_caps()
81 dsc_enc_caps->color_formats.bits.YCBCR_NATIVE_422 = 1; in dsc401_get_single_enc_caps()
82 dsc_enc_caps->color_formats.bits.YCBCR_NATIVE_420 = 1; in dsc401_get_single_enc_caps()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c100 dsc_enc_caps->color_formats.bits.RGB = 1; in dsc2_get_enc_caps()
101 dsc_enc_caps->color_formats.bits.YCBCR_444 = 1; in dsc2_get_enc_caps()
102 dsc_enc_caps->color_formats.bits.YCBCR_SIMPLE_422 = 1; in dsc2_get_enc_caps()
103 dsc_enc_caps->color_formats.bits.YCBCR_NATIVE_422 = 1; in dsc2_get_enc_caps()
104 dsc_enc_caps->color_formats.bits.YCBCR_NATIVE_420 = 1; in dsc2_get_enc_caps()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h173 u32 *color_depths, u32 *color_formats);
H A Dkomeda_wb_connector.c183 info->color_formats = kcrtc->master->improc->supported_color_formats; in komeda_wb_connector_add()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-dp.c1578 if (info->color_formats & BIT(DRM_OUTPUT_COLOR_FORMAT_YCBCR420) && in dw_dp_bridge_mode_valid()
1582 else if (info->color_formats & BIT(DRM_OUTPUT_COLOR_FORMAT_YCBCR422)) in dw_dp_bridge_mode_valid()
1584 else if (info->color_formats & BIT(DRM_OUTPUT_COLOR_FORMAT_RGB444)) in dw_dp_bridge_mode_valid()
1781 if (!(BIT(fmt->color_format) & di->color_formats)) in dw_dp_bridge_atomic_get_output_bus_fmts()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h891 union dsc_color_formats color_formats; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6799 else if ((connector->display_info.color_formats & BIT(DRM_OUTPUT_COLOR_FORMAT_YCBCR422)) in fill_stream_properties_from_drm_display_mode()
6803 else if ((connector->display_info.color_formats & BIT(DRM_OUTPUT_COLOR_FORMAT_YCBCR444)) in fill_stream_properties_from_drm_display_mode()