Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_helper.h774 int drm_dp_pcon_dsc_max_slices(const u8 pcon_dsc_dpcd[DP_PCON_DSC_ENCODER_CAP_SIZE]);
/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_helper.c3262 int drm_dp_pcon_dsc_max_slices(const u8 pcon_dsc_dpcd[DP_PCON_DSC_ENCODER_CAP_SIZE]) in drm_dp_pcon_dsc_max_slices() function
3292 EXPORT_SYMBOL(drm_dp_pcon_dsc_max_slices);
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dp.c2840 int pcon_max_slices = drm_dp_pcon_dsc_max_slices(intel_dp->pcon_dsc_dpcd); in intel_dp_pcon_dsc_enc_slices()