Home
last modified time | relevance | path

Searched refs:PIXEL_ENCODING_RGB (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h756 PIXEL_ENCODING_RGB, enumerator
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c669 ASSERT(crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB); in dce110_stream_encoder_dvi_set_stream_attribute()
693 ASSERT(crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB); in dce110_stream_encoder_lvds_set_stream_attribute()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1294 requestPixelEncoding = PIXEL_ENCODING_RGB; in dm_helpers_dp_handle_test_pattern_request()
1303 requestPixelEncoding = PIXEL_ENCODING_RGB; in dm_helpers_dp_handle_test_pattern_request()
H A Damdgpu_dm_mst_types.c1962 case PIXEL_ENCODING_RGB: in dm_dp_mst_is_port_support_mode()
H A Damdgpu_dm.c6572 if (dc_crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB) in get_output_color_space()
6579 if (dc_crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB) { in get_output_color_space()
6703 timing_out->pixel_encoding = PIXEL_ENCODING_RGB; in fill_stream_properties_from_drm_display_mode()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4518 color_space = (stream->timing.pixel_encoding == PIXEL_ENCODING_RGB) ? in set_avi_info_frame()
4545 case PIXEL_ENCODING_RGB: in set_avi_info_frame()
5108 (pixel_encoding == PIXEL_ENCODING_RGB) ? 1 : 0; in resource_build_bit_depth_reduction_params()
5118 (pixel_encoding == PIXEL_ENCODING_RGB) ? 1 : 0; in resource_build_bit_depth_reduction_params()
5127 (pixel_encoding == PIXEL_ENCODING_RGB) ? 1 : 0; in resource_build_bit_depth_reduction_params()
H A Ddc.c6916 …state->opp[i].fmt_cbcr_bit_reduction_bypass = (timing->pixel_encoding == PIXEL_ENCODING_RGB) ? 1 :… in dc_capture_register_software_state()
6952 if (timing->pixel_encoding != PIXEL_ENCODING_RGB) { in dc_capture_register_software_state()