Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dsc.h46 #define DSC_1_1_MAX_LINEBUF_DEPTH_BITS 13 macro
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dsc.h45 #define DSC_1_1_MAX_LINEBUF_DEPTH_BITS 13 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp.c2223 vdsc_cfg->line_buf_depth = (line_buf_depth > DSC_1_1_MAX_LINEBUF_DEPTH_BITS) ? in intel_dp_dsc_compute_params()
2224 DSC_1_1_MAX_LINEBUF_DEPTH_BITS : line_buf_depth; in intel_dp_dsc_compute_params()