Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h169 u8 drm_dp_dsc_sink_line_buf_depth(const u8 dsc_dpcd[DP_DSC_RECEIVER_CAP_SIZE]);
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2435 u8 drm_dp_dsc_sink_line_buf_depth(const u8 dsc_dpcd[DP_DSC_RECEIVER_CAP_SIZE]) in drm_dp_dsc_sink_line_buf_depth() function
2462 EXPORT_SYMBOL(drm_dp_dsc_sink_line_buf_depth);
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1617 line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd); in intel_dp_dsc_compute_params()