Home
last modified time | relevance | path

Searched refs:dsc_packed_pps (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h250 uint8_t *dsc_packed_pps,
332 uint8_t *dsc_packed_pps,
H A Ddsc.h104 uint8_t *dsc_packed_pps);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddsc.h100 uint8_t *dsc_packed_pps);
H A Dstream_encoder.h232 uint8_t *dsc_packed_pps);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_hwss.c548 uint8_t dsc_packed_pps[128]; in dp_set_dsc_pps_sdp() local
551 memset(dsc_packed_pps, 0, 128); in dp_set_dsc_pps_sdp()
562 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]); in dp_set_dsc_pps_sdp()
568 &dsc_packed_pps[0]); in dp_set_dsc_pps_sdp()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_stream_encoder.c293 uint8_t *dsc_packed_pps) in enc2_dp_set_dsc_pps_info_packet()
300 ASSERT(dsc_packed_pps); in enc2_dp_set_dsc_pps_info_packet()
308 memcpy(&pps_sdp.sb[0], dsc_packed_pps, sizeof(pps_sdp.sb)); in enc2_dp_set_dsc_pps_info_packet()
291 enc2_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, bool enable, uint8_t *dsc_packed_pps) enc2_dp_set_dsc_pps_info_packet() argument
H A Ddcn20_dsc.c45 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) in dsc2_get_packed_pps() argument
222 drm_dsc_pps_payload_pack((struct drm_dsc_picture_parameter_set *)dsc_packed_pps, &dsc_reg_vals.pps); in dsc2_get_packed_pps()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_stream_encoder.c298 uint8_t *dsc_packed_pps, in enc2_dp_set_dsc_pps_info_packet()
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()
296 enc2_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, bool enable, uint8_t *dsc_packed_pps, bool immediate_update) enc2_dp_set_dsc_pps_info_packet() argument
H A Ddcn20_dsc.c205 bool dsc2_get_packed_pps(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()
H A Ddcn20_dsc.h586 uint8_t *dsc_packed_pps);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c105 uint8_t *dsc_packed_pps) in virtual_stream_encoder_set_dsc_pps_info_packet()
102 virtual_stream_encoder_set_dsc_pps_info_packet( struct stream_encoder *enc, bool enable, uint8_t *dsc_packed_pps) virtual_stream_encoder_set_dsc_pps_info_packet() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c105 uint8_t *dsc_packed_pps, in virtual_stream_encoder_set_dsc_pps_info_packet()
102 virtual_stream_encoder_set_dsc_pps_info_packet( struct stream_encoder *enc, bool enable, uint8_t *dsc_packed_pps, bool immediate_update) virtual_stream_encoder_set_dsc_pps_info_packet() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H A 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()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c546 uint8_t *dsc_packed_pps, in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet()
567 memcpy(pps_sdp.sb, &dsc_packed_pps[i * 32], 32); in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet()
543 dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet( struct hpo_dp_stream_encoder *enc, bool enable, uint8_t *dsc_packed_pps, bool immediate_update) dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c338 uint8_t *dsc_packed_pps) in enc3_dp_set_dsc_pps_info_packet()
364 memcpy(pps_sdp.sb, &dsc_packed_pps[i * 32], 32); in enc3_dp_set_dsc_pps_info_packet()
336 enc3_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, bool enable, uint8_t *dsc_packed_pps) enc3_dp_set_dsc_pps_info_packet() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c324 uint8_t *dsc_packed_pps, in enc3_dp_set_dsc_pps_info_packet()
351 memcpy(pps_sdp.sb, &dsc_packed_pps[i * 32], 32); in enc3_dp_set_dsc_pps_info_packet()
322 enc3_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, bool enable, uint8_t *dsc_packed_pps, bool immediate_update) enc3_dp_set_dsc_pps_info_packet() argument
H A Ddcn30_dio_stream_encoder.h324 uint8_t *dsc_packed_pps,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h200 uint8_t dsc_packed_pps[128]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dio_stream_encoder.h312 uint8_t *dsc_packed_pps,

Completed in 15 milliseconds