Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c594 if (crtc_timing->pixel_encoding != PIXEL_ENCODING_RGB) in dce110_link_encoder_validate_dvi_output()
665 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB) in dce110_link_encoder_validate_dp_output()
819 pixel_encoding == PIXEL_ENCODING_RGB) ? true : false; in dce110_link_encoder_validate_output_with_stream()
H A Ddce_stream_encoder.c672 ASSERT(crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB); in dce110_stream_encoder_dvi_set_stream_attribute()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c539 if (crtc_timing->pixel_encoding != PIXEL_ENCODING_RGB) in dcn10_link_encoder_validate_dvi_output()
610 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB) in dcn10_link_encoder_validate_dp_output()
767 is_valid = (stream->timing.pixel_encoding == PIXEL_ENCODING_RGB) ? true : false; in dcn10_link_encoder_validate_output_with_stream()
H A Ddcn10_opp.c164 case PIXEL_ENCODING_RGB: in opp1_set_pixel_encoding()
H A Ddcn10_stream_encoder.c604 ASSERT(crtc_timing->pixel_encoding == PIXEL_ENCODING_RGB); in enc1_stream_encoder_dvi_set_stream_attribute()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_hw_types.h615 PIXEL_ENCODING_RGB, enumerator
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c2098 color_space = (stream->timing.pixel_encoding == PIXEL_ENCODING_RGB) ? in set_avi_info_frame()
2125 case PIXEL_ENCODING_RGB: in set_avi_info_frame()
2856 (pixel_encoding == PIXEL_ENCODING_RGB) ? 1 : 0; in resource_build_bit_depth_reduction_params()
2866 (pixel_encoding == PIXEL_ENCODING_RGB) ? 1 : 0; in resource_build_bit_depth_reduction_params()
2875 (pixel_encoding == PIXEL_ENCODING_RGB) ? 1 : 0; in resource_build_bit_depth_reduction_params()
H A Ddc_link.c1958 if (timing->pixel_encoding == PIXEL_ENCODING_RGB) in dp_active_dongle_validate_timing()
1972 case PIXEL_ENCODING_RGB: in dp_active_dongle_validate_timing()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_resource.c927 != PIXEL_ENCODING_RGB) in dce110_validate_surface_sets()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2309 case PIXEL_ENCODING_RGB: in get_output_color_space()
2385 timing_out->pixel_encoding = PIXEL_ENCODING_RGB; in fill_stream_properties_from_drm_display_mode()