Searched refs:dsc_packed_pps (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 827 uint8_t dsc_packed_pps[128]; in link_set_dsc_pps_packet() local 830 memset(dsc_packed_pps, 0, 128); in link_set_dsc_pps_packet() 841 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]); in link_set_dsc_pps_packet() 842 memcpy(&stream->dsc_packed_pps[0], &dsc_packed_pps[0], sizeof(stream->dsc_packed_pps)); in link_set_dsc_pps_packet() 849 &dsc_packed_pps[0], in link_set_dsc_pps_packet() 855 &dsc_packed_pps[0], in link_set_dsc_pps_packet() 860 memset(&stream->dsc_packed_pps[0], 0, sizeof(stream->dsc_packed_pps)); in link_set_dsc_pps_packet()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_stream.h | 212 uint8_t dsc_packed_pps[128]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| H A D | dcn20_dsc.c | 206 …s(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps) in dsc2_get_packed_pps() argument 220 …drm_dsc_pps_payload_pack((struct drm_dsc_picture_parameter_set *)dsc_packed_pps, &dsc_reg_vals.pps… in dsc2_get_packed_pps()
|
| /linux/drivers/gpu/drm/amd/display/dc/dio/dcn35/ |
| H A D | dcn35_dio_stream_encoder.h | 322 uint8_t *dsc_packed_pps,
|
| /linux/drivers/gpu/drm/amd/display/dc/dio/dcn314/ |
| H A D | dcn314_dio_stream_encoder.h | 312 uint8_t *dsc_packed_pps,
|