Home
last modified time | relevance | path

Searched refs:dsc_packed_pps (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c294 uint8_t *dsc_packed_pps) in enc2_dp_set_dsc_pps_info_packet() argument
301 ASSERT(dsc_packed_pps); in enc2_dp_set_dsc_pps_info_packet()
309 memcpy(&pps_sdp.sb[0], dsc_packed_pps, sizeof(pps_sdp.sb)); in enc2_dp_set_dsc_pps_info_packet()
Ddcn20_dsc.c46 …(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps);
204 …s(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps) in dsc2_get_packed_pps() argument
215 …drm_dsc_pps_payload_pack((struct drm_dsc_picture_parameter_set *)dsc_packed_pps, &dsc_reg_vals.pps… in dsc2_get_packed_pps()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddsc.h97 uint8_t *dsc_packed_pps);
Dstream_encoder.h229 uint8_t *dsc_packed_pps);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c496 uint8_t dsc_packed_pps[128]; in dp_set_dsc_pps_sdp() local
506 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]); in dp_set_dsc_pps_sdp()
512 &dsc_packed_pps[0]); in dp_set_dsc_pps_sdp()