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 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()
|
| /OK3568_Linux_fs/kernel/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() 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 D | dcn20_dsc.c | 45 …(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 D | dsc.h | 100 uint8_t *dsc_packed_pps);
|
| H A D | stream_encoder.h | 232 uint8_t *dsc_packed_pps);
|
| /OK3568_Linux_fs/kernel/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() argument
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw_mipi_dsi2.c | 724 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 D | dw-mipi-dsi-rockchip.c | 939 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 D | dw-mipi-dsi2-rockchip.c | 1196 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 D | dcn30_dio_stream_encoder.c | 338 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()
|