Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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() argument
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()
H A Ddcn20_dsc.c45 …(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps);
208 …s(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()
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/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() argument
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_mipi_dsi2.c724 u8 *dsc_packed_pps; in dw_mipi_dsi2_get_dsc_params_from_sink() local
756 dsc_packed_pps = calloc(1, header->payload_length); in dw_mipi_dsi2_get_dsc_params_from_sink()
757 if (!dsc_packed_pps) in dw_mipi_dsi2_get_dsc_params_from_sink()
760 memcpy(dsc_packed_pps, data, header->payload_length); in dw_mipi_dsi2_get_dsc_params_from_sink()
761 pps = (struct drm_dsc_picture_parameter_set *)dsc_packed_pps; in dw_mipi_dsi2_get_dsc_params_from_sink()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c939 uint8_t *dsc_packed_pps; in dw_mipi_dsi_get_dsc_info_from_sink() local
977 dsc_packed_pps = devm_kmemdup(dsi->dev, d, in dw_mipi_dsi_get_dsc_info_from_sink()
979 if (!dsc_packed_pps) in dw_mipi_dsi_get_dsc_info_from_sink()
982 pps = (struct drm_dsc_picture_parameter_set *)dsc_packed_pps; in dw_mipi_dsi_get_dsc_info_from_sink()
H A Ddw-mipi-dsi2-rockchip.c1196 uint8_t *dsc_packed_pps; in dw_mipi_dsi2_get_dsc_params_from_sink() local
1239 dsc_packed_pps = devm_kmemdup(dsi2->dev, d, in dw_mipi_dsi2_get_dsc_params_from_sink()
1241 if (!dsc_packed_pps) in dw_mipi_dsi2_get_dsc_params_from_sink()
1244 pps = (struct drm_dsc_picture_parameter_set *)dsc_packed_pps; in dw_mipi_dsi2_get_dsc_params_from_sink()
/OK3568_Linux_fs/kernel/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() argument
364 memcpy(pps_sdp.sb, &dsc_packed_pps[i * 32], 32); in enc3_dp_set_dsc_pps_info_packet()