HomeSort by: relevance | last modified time | path
    Searched refs:PIXEL_ENCODING_YCBCR420 (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_opp.c 407 if (params->pixel_encoding == PIXEL_ENCODING_YCBCR420) {
517 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420)
528 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420)
amdgpu_dce_link_encoder.c 657 crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
664 crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
673 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
amdgpu_dce_stream_encoder.c 332 case PIXEL_ENCODING_YCBCR420:
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_dc_dsc.c 83 if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
289 if (pixel_encoding == PIXEL_ENCODING_YCBCR422 || pixel_encoding == PIXEL_ENCODING_YCBCR420)
301 if (pixel_encoding == PIXEL_ENCODING_YCBCR422 || pixel_encoding == PIXEL_ENCODING_YCBCR420)
638 case PIXEL_ENCODING_YCBCR420:
747 (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420 && slice_height % 2 != 0)))
750 if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420) // For the case when pic_height < dsc_policy.min_sice_height
975 case PIXEL_ENCODING_YCBCR420:
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_opp.c 181 case PIXEL_ENCODING_YCBCR420:
296 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420)
amdgpu_dcn10_link_encoder.c 645 crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
652 crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
661 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420) {
amdgpu_dcn10_stream_encoder.c 307 case PIXEL_ENCODING_YCBCR420:
944 if (param->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) {
1610 *encoding = PIXEL_ENCODING_YCBCR420;
amdgpu_dcn10_optc.c 1529 bool two_pix = timing->pixel_encoding == PIXEL_ENCODING_YCBCR420;
amdgpu_dcn10_resource.c 1050 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420)
amdgpu_dcn10_hw_sequencer.c 2382 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420)
3246 if (params.timing.pixel_encoding == PIXEL_ENCODING_YCBCR420)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/info_packet/
amdgpu_info_packet.c 342 case PIXEL_ENCODING_YCBCR420:
365 case PIXEL_ENCODING_YCBCR420:
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 627 PIXEL_ENCODING_YCBCR420,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_optc.c 272 else if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
amdgpu_dcn20_stream_encoder.c 444 bool two_pix = timing->pixel_encoding == PIXEL_ENCODING_YCBCR420;
amdgpu_dcn20_dsc.c 436 case PIXEL_ENCODING_YCBCR420:
amdgpu_dcn20_resource.c 2038 case PIXEL_ENCODING_YCBCR420:
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_resource.c 882 PIXEL_ENCODING_YCBCR420);
887 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) {
amdgpu_dce110_hw_sequencer.c 1163 if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) {
1258 if (pipe_ctx->stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 2207 if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
2251 case PIXEL_ENCODING_YCBCR420:
3236 if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
amdgpu_dc_resource.c 1843 if (timing->pixel_encoding == PIXEL_ENCODING_YCBCR420)
2220 case PIXEL_ENCODING_YCBCR420:
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 3692 case PIXEL_ENCODING_YCBCR420:
3736 if (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420)
3786 timing_out->pixel_encoding = PIXEL_ENCODING_YCBCR420;
3789 timing_out->pixel_encoding = PIXEL_ENCODING_YCBCR420;
3799 (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420));
3844 timing_out->pixel_encoding != PIXEL_ENCODING_YCBCR420) {
3845 timing_out->pixel_encoding = PIXEL_ENCODING_YCBCR420;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 1005 PIXEL_ENCODING_YCBCR420 ? dcn_bw_420 : dcn_bw_444;

Completed in 70 milliseconds