/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | stream_encoder.h | 250 uint8_t *dsc_packed_pps, 332 uint8_t *dsc_packed_pps,
|
H A D | dsc.h | 104 uint8_t *dsc_packed_pps);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dsc.h | 100 uint8_t *dsc_packed_pps);
|
H A D | stream_encoder.h | 232 uint8_t *dsc_packed_pps);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_hwss.c | 548 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 D | dcn20_stream_encoder.c | 293 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 D | dcn20_dsc.c | 45 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 D | dcn20_stream_encoder.c | 298 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 D | dcn20_dsc.c | 205 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 D | dcn20_dsc.h | 586 uint8_t *dsc_packed_pps);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/virtual/ |
H A D | virtual_stream_encoder.c | 105 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 D | virtual_stream_encoder.c | 105 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 D | link_dpms.c | 887 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 D | dcn31_hpo_dp_stream_encoder.c | 546 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 D | dcn30_dio_stream_encoder.c | 338 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 D | dcn30_dio_stream_encoder.c | 324 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 D | dcn30_dio_stream_encoder.h | 324 uint8_t *dsc_packed_pps,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_stream.h | 200 uint8_t dsc_packed_pps[128]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_dio_stream_encoder.h | 312 uint8_t *dsc_packed_pps,
|