Home
last modified time | relevance | path

Searched refs:max_linebuf_depth (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c1157 u8 max_linebuf_depth; /* used to generate the bitstream */ member
3283 if ((config_pps.pps_3 & 0xf) > dsc_data->max_linebuf_depth) { in vop2_load_pps()
3285 config_pps.pps_3 |= dsc_data->max_linebuf_depth; in vop2_load_pps()
3287 dsc_id, dsc_data->max_linebuf_depth, config_pps.pps_3 & 0xf); in vop2_load_pps()
5777 .max_linebuf_depth = 11,
5789 .max_linebuf_depth = 11,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h1077 uint8_t max_linebuf_depth; /* used to generate the bitstream */ member
H A Drockchip_vop2_reg.c727 .max_linebuf_depth = 11,
740 .max_linebuf_depth = 11,
H A Drockchip_drm_vop2.c536 uint8_t max_linebuf_depth; /* used to generate the bitstream */ member
7312 if ((config_pps.pps_3 & 0xf) > dsc->max_linebuf_depth) { in vop2_crtc_load_pps()
7314 config_pps.pps_3 |= dsc->max_linebuf_depth; in vop2_crtc_load_pps()
7316 dsc_id, dsc->max_linebuf_depth, config_pps.pps_3 & 0xf); in vop2_crtc_load_pps()
11576 dsc->max_linebuf_depth = dsc_data->max_linebuf_depth; in vop2_dsc_data_init()