Searched refs:slice_height (Results 1 – 14 of 14) 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/i915/display/ |
| H A D | intel_vdsc.c | 147 if (vdsc_cfg->slice_height >= 8) in calculate_rc_params() 149 12 + (9 * min(34, vdsc_cfg->slice_height - 8)) / 100; in calculate_rc_params() 151 first_line_bpg_offset = 2 * (vdsc_cfg->slice_height - 1); in calculate_rc_params() 159 * -second_line_bpg_offset is 12 in general and equal to 2*(slice_height-1) if slice in calculate_rc_params() 163 * -nsl_bpg_offset is calculated as second_line_offset/slice_height -1 then rounded in calculate_rc_params() 168 if (vdsc_cfg->slice_height >= 8) in calculate_rc_params() 172 2 * (vdsc_cfg->slice_height - 1); in calculate_rc_params() 176 vdsc_cfg->slice_height - 1); in calculate_rc_params() 297 if (vdsc_cfg->slice_height > 4095) in intel_dsc_compute_params() 299 if (vdsc_cfg->slice_height * vdsc_cf in intel_dsc_compute_params() [all...] |
| 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 | 1953 int slice_height; in intel_dp_dsc_supports_format() 1961 for (slice_height = 108; slice_height <= vactive; slice_height += 2) in intel_dp_dsc_supports_format() 1962 if (vactive % slice_height == 0) in intel_dp_dsc_supports_format() 1963 return slice_height; in intel_dp_dsc_supports_format() 1967 * finding appropriate slice_height in above loop but returning in intel_dp_dsc_supports_format() 1968 * slice_height as 2 here as it should work with all resolutions. in intel_dp_dsc_supports_format() 1989 vdsc_cfg->slice_height = intel_dp_get_slice_height(vdsc_cfg->pic_height); in is_bw_sufficient_for_dsc_config() 4309 int slice_height; in intel_dp_read_dsc_dpcd() 1880 int slice_height; intel_dp_get_slice_height() local 4171 int slice_height; intel_dp_pcon_dsc_configure() local [all...] |
| 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 | 3623 vdsc_cfg->slice_height = dsc->slice_height; in intel_bios_get_dsc_params()
|
| H A D | intel_psr.c | 1354 vdsc_cfg->slice_height % y_granularity) in _compute_psr2_sdp_prior_scanline_indication() 2720 y_alignment = vdsc_cfg->slice_height; in intel_psr2_sel_fetch_pipe_alignment()
|
| H A D | intel_display.c | 5452 PIPE_CONF_CHECK_I(dsc.config.slice_height); in intel_pipe_config_compare()
|
| /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/panel/ |
| H A D | panel-novatek-nt37801.c | 294 ctx->dsc.slice_height = 40; in novatek_nt37801_probe()
|
| /linux/drivers/gpu/drm/msm/dsi/ |
| H A D | dsi_host.c | 2611 if (pic_height % dsc->slice_height) { in msm_dsi_host_video_test_pattern_setup() 2613 pic_height, dsc->slice_height); in msm_dsi_host_video_test_pattern_setup()
|