Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_dp_helper.c1417 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
1444 EXPORT_SYMBOL(drm_dp_dsc_sink_line_buf_depth);
/Linux-v5.4/include/drm/
Ddrm_dp_helper.h1176 u8 drm_dp_dsc_sink_line_buf_depth(const u8 dsc_dpcd[DP_DSC_RECEIVER_CAP_SIZE]);
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_vdsc.c360 line_buf_depth = drm_dp_dsc_sink_line_buf_depth(intel_dp->dsc_dpcd); in intel_dp_compute_dsc_params()