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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
dsc.h 96 uint8_t *dsc_packed_pps);
stream_encoder.h 229 uint8_t *dsc_packed_pps);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_stream_encoder.c 298 uint8_t *dsc_packed_pps)
305 ASSERT(dsc_packed_pps);
313 memcpy(&pps_sdp.sb[0], dsc_packed_pps, sizeof(pps_sdp.sb));
amdgpu_dcn20_dsc.c 50 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps);
208 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps)
222 drm_dsc_pps_payload_pack((struct drm_dsc_picture_parameter_set *)dsc_packed_pps, &dsc_reg_vals.pps);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_hwss.c 531 uint8_t dsc_packed_pps[128]; local in function:dp_set_dsc_pps_sdp
534 memset(dsc_packed_pps, 0, 128);
544 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]);
550 &dsc_packed_pps[0]);

Completed in 14 milliseconds