Searched refs:slice_height (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dsc/ |
| H A D | rc_calc.c | 48 int slice_height = pps->slice_height; in calc_rc_params() local 60 slice_width, slice_height, in calc_rc_params()
|
| H A D | rc_calc_dpi.c | 35 to->slice_height = from->slice_height; in copy_pps_fields()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
| H A D | rc_calc_fpu.c | 171 int slice_height, in _do_calc_rc_params() argument 197 …rc->first_line_bpg_offset = median3(0, (12 + (int) (0.09 * min(34, slice_height - 8))), (int)((… in _do_calc_rc_params() 202 …rc->first_line_bpg_offset = median3(0, (12 + (int) (0.09 * min(34, slice_height - 8))), (int)((… in _do_calc_rc_params() 208 …rc->first_line_bpg_offset = median3(0, (12 + (int) (0.09 * min(34, slice_height - 8))), (int)((… in _do_calc_rc_params()
|
| H A D | rc_calc_fpu.h | 87 int slice_height,
|
| /linux/include/drm/display/ |
| H A D | drm_dsc.h | 99 u16 slice_height; member 350 __be16 slice_height; member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_vdsc_regs.h | 116 #define DSC_PPS3_SLICE_HEIGHT(slice_height) REG_FIELD_PREP(DSC_PPS3_SLICE_HEIGHT_MASK, slice_heig… argument
|
| H A D | intel_dp.c | 1880 int slice_height; in intel_dp_get_slice_height() local 1888 for (slice_height = 108; slice_height <= vactive; slice_height += 2) in intel_dp_get_slice_height() 1889 if (vactive % slice_height == 0) in intel_dp_get_slice_height() 1890 return slice_height; in intel_dp_get_slice_height() 1916 vdsc_cfg->slice_height = intel_dp_get_slice_height(vdsc_cfg->pic_height); in intel_dp_dsc_compute_params() 4171 int slice_height; in intel_dp_pcon_dsc_configure() local 4192 slice_height = intel_dp_pcon_dsc_enc_slice_height(crtc_state); in intel_dp_pcon_dsc_configure() 4193 if (!slice_height) in intel_dp_pcon_dsc_configure() 4208 pps_param[0] = slice_height & 0xFF; in intel_dp_pcon_dsc_configure() 4209 pps_param[1] = slice_height >> 8; in intel_dp_pcon_dsc_configure()
|
| H A D | icl_dsi.c | 1647 drm_WARN_ON(display->drm, vdsc_cfg->slice_height < 8); in gen11_dsi_dsc_compute_config() 1649 vdsc_cfg->pic_height % vdsc_cfg->slice_height); in gen11_dsi_dsc_compute_config()
|
| H A D | intel_bios.c | 3610 vdsc_cfg->slice_height = dsc->slice_height; in fill_dsc()
|
| H A D | intel_display.c | 5441 PIPE_CONF_CHECK_I(dsc.config.slice_height); in intel_pipe_config_compare()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-novatek-nt37801.c | 294 ctx->dsc.slice_height = 40; in novatek_nt37801_probe()
|