Home
last modified time | relevance | path

Searched refs:drm_dsc_dp_pps_header_init (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/drm/display/
Ddrm_dsc_helper.h22 void drm_dsc_dp_pps_header_init(struct dp_sdp_header *pps_header);
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dsc_helper.c45 void drm_dsc_dp_pps_header_init(struct dp_sdp_header *pps_header) in drm_dsc_dp_pps_header_init() function
52 EXPORT_SYMBOL(drm_dsc_dp_pps_header_init);
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_vdsc.c716 drm_dsc_dp_pps_header_init(&dp_dsc_pps_sdp.pps_header); in intel_dsc_dp_pps_write()