Home
last modified time | relevance | path

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

/linux-6.6.21/include/drm/display/
Ddrm_dp_helper.h169 u8 drm_dp_dsc_sink_line_buf_depth(const u8 dsc_dpcd[DP_DSC_RECEIVER_CAP_SIZE]);
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_helper.c2400 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
2427 EXPORT_SYMBOL(drm_dp_dsc_sink_line_buf_depth);
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp.c1612 line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd); in intel_dp_dsc_compute_params()