Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Dstream_encoder.h250 uint8_t *dsc_packed_pps,
332 uint8_t *dsc_packed_pps,
Ddsc.h104 uint8_t *dsc_packed_pps);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c298 uint8_t *dsc_packed_pps, in enc2_dp_set_dsc_pps_info_packet() argument
306 ASSERT(dsc_packed_pps); in enc2_dp_set_dsc_pps_info_packet()
314 memcpy(&pps_sdp.sb[0], dsc_packed_pps, sizeof(pps_sdp.sb)); in enc2_dp_set_dsc_pps_info_packet()
Ddcn20_dsc.c205 …s(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps) in dsc2_get_packed_pps() argument
219 …drm_dsc_pps_payload_pack((struct drm_dsc_picture_parameter_set *)dsc_packed_pps, &dsc_reg_vals.pps… in dsc2_get_packed_pps()
Ddcn20_dsc.h586 uint8_t *dsc_packed_pps);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/virtual/
Dvirtual_stream_encoder.c105 uint8_t *dsc_packed_pps, in virtual_stream_encoder_set_dsc_pps_info_packet() argument
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c887 uint8_t dsc_packed_pps[128]; in link_set_dsc_pps_packet() local
890 memset(dsc_packed_pps, 0, 128); in link_set_dsc_pps_packet()
900 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]); in link_set_dsc_pps_packet()
901 memcpy(&stream->dsc_packed_pps[0], &dsc_packed_pps[0], sizeof(stream->dsc_packed_pps)); in link_set_dsc_pps_packet()
908 &dsc_packed_pps[0], in link_set_dsc_pps_packet()
914 &dsc_packed_pps[0], in link_set_dsc_pps_packet()
919 memset(&stream->dsc_packed_pps[0], 0, sizeof(stream->dsc_packed_pps)); in link_set_dsc_pps_packet()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_stream_encoder.c546 uint8_t *dsc_packed_pps, in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet() argument
567 memcpy(pps_sdp.sb, &dsc_packed_pps[i * 32], 32); in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dio_stream_encoder.c324 uint8_t *dsc_packed_pps, in enc3_dp_set_dsc_pps_info_packet() argument
351 memcpy(pps_sdp.sb, &dsc_packed_pps[i * 32], 32); in enc3_dp_set_dsc_pps_info_packet()
Ddcn30_dio_stream_encoder.h324 uint8_t *dsc_packed_pps,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h200 uint8_t dsc_packed_pps[128]; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_dio_stream_encoder.h312 uint8_t *dsc_packed_pps,