dsc_packed_pps    497 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		uint8_t dsc_packed_pps[128];
dsc_packed_pps    507 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]);
dsc_packed_pps    513 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 									&dsc_packed_pps[0]);
dsc_packed_pps     46 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps);
dsc_packed_pps    204 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps)
dsc_packed_pps    215 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 	drm_dsc_pps_payload_pack((struct drm_dsc_picture_parameter_set *)dsc_packed_pps, &dsc_reg_vals.pps);
dsc_packed_pps    294 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 					uint8_t *dsc_packed_pps)
dsc_packed_pps    301 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 		ASSERT(dsc_packed_pps);
dsc_packed_pps    309 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 		memcpy(&pps_sdp.sb[0], dsc_packed_pps, sizeof(pps_sdp.sb));
dsc_packed_pps     97 drivers/gpu/drm/amd/display/dc/inc/hw/dsc.h 			uint8_t *dsc_packed_pps);
dsc_packed_pps    229 drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h 				uint8_t *dsc_packed_pps);