Home
last modified time | relevance | path

Searched refs:v_active (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn32/
H A Ddcn32_dpp.c68 scl_data->viewport.height == scl_data->v_active) { in dscl32_calc_lb_num_partitions()
82 scl_data->viewport.height == scl_data->v_active) { in dscl32_calc_lb_num_partitions()
201 scl_data->viewport.height == scl_data->v_active) { in dscl32_spl_calc_lb_num_partitions()
215 scl_data->viewport.height == scl_data->v_active) { in dscl32_spl_calc_lb_num_partitions()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
H A Ddcn401_dpp.c317 scl_data->viewport.height == scl_data->v_active) { in dscl401_calc_lb_num_partitions()
331 scl_data->viewport.height == scl_data->v_active) { in dscl401_calc_lb_num_partitions()
392 scl_data->viewport.height == scl_data->v_active) { in dscl401_spl_calc_lb_num_partitions()
406 scl_data->viewport.height == scl_data->v_active) { in dscl401_spl_calc_lb_num_partitions()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c580 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()
582 …g.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
583 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
596 …(double)main->composition.scaler_info.plane0.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
599 …(double)main->composition.scaler_info.plane1.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
H A Ddml2_core_dcn4.c161 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()
163 …g.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
164 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
177 …(double)main->composition.scaler_info.plane0.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
180 …(double)main->composition.scaler_info.plane1.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
/linux-6.15/drivers/staging/media/max96712/
H A Dmax96712.c166 const u32 v_active = 1080; in max96712_pattern_enable() local
170 const u32 v_tot = v_active + v_fp + v_sw + v_bp; in max96712_pattern_enable()
185 (v_active + v_fp + + v_bp) * h_tot, 3); in max96712_pattern_enable()
194 max96712_write_bulk_value(priv, 0x106b, v_active, 2); in max96712_pattern_enable()
/linux-6.15/include/uapi/linux/
H A Dvt.h33 unsigned short v_active; /* active vt */ member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.c298 unsigned int v_active = 0, v_blank = 0, v_back_porch = 0; in get_vertical_back_porch() local
300 v_active = timing->v_border_top + timing->v_addressable + timing->v_border_bottom; in get_vertical_back_porch()
301 v_blank = timing->v_total - v_active; in get_vertical_back_porch()
/linux-6.15/drivers/gpu/drm/amd/display/include/
H A Daudio_types.h49 uint32_t v_active; member
/linux-6.15/drivers/video/fbdev/via/
H A Dchip.h129 int v_active; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_spl_translate.c197 spl_in->v_active = pipe_ctx->plane_res.scl_data.v_active; in translate_SPL_in_params_from_pipe_ctx()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c261 phantom_stream->timing.v_addressable = phantom_stream_descriptor->timing.v_active; in dml21_add_phantom_stream()
266 phantom_stream->dst.height = stream_programming->phantom_stream.descriptor.timing.v_active; in dml21_add_phantom_stream()
269 …phantom_stream->src.height = (double)phantom_stream_descriptor->timing.v_active * (double)main_str… in dml21_add_phantom_stream()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn35/
H A Ddcn35_fpu.c428 unsigned int v_active = 0, v_blank = 0, v_back_porch = 0; in get_vertical_back_porch() local
430 v_active = timing->v_border_top + timing->v_addressable + timing->v_border_bottom; in get_vertical_back_porch()
431 v_blank = timing->v_total - v_active; in get_vertical_back_porch()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn351/
H A Ddcn351_fpu.c461 unsigned int v_active = 0, v_blank = 0, v_back_porch = 0; in get_vertical_back_porch() local
463 v_active = timing->v_border_top + timing->v_addressable + timing->v_border_bottom; in get_vertical_back_porch()
464 v_blank = timing->v_total - v_active; in get_vertical_back_porch()
/linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl_types.h134 int v_active; member
546 int v_active; member
H A Ddc_spl.c240 int v_active = spl_in->basic_out.output_size.height; in calculate_odm_slice_in_timing_active() local
260 odm_rec.height = v_active; in calculate_odm_slice_in_timing_active()
1230 dscl_prog_data->mpc_size.height = spl_scratch->scl_data.v_active; in spl_set_dscl_prog_data()
1800 spl_scratch->scl_data.v_active = spl_in->v_active; in spl_calculate_number_of_taps()
/linux-6.15/drivers/media/i2c/
H A Dmax96714.c156 const u32 v_active = fmt->height; in max96714_apply_patgen_timing() local
164 v_tot = v_active + v_fp + v_sw + v_bp; in max96714_apply_patgen_timing()
176 (v_active + v_fp + v_bp) * h_tot, &ret); in max96714_apply_patgen_timing()
186 cci_write(priv->regmap, MAX96714_PATGEN_DE_CNT, v_active, &ret); in max96714_apply_patgen_timing()
H A Dmax96717.c180 const u32 v_active = fmt->height; in max96717_apply_patgen_timing() local
188 v_tot = v_active + v_fp + v_sw + v_bp; in max96717_apply_patgen_timing()
200 (v_active + v_fp + v_bp) * h_tot, &ret); in max96717_apply_patgen_timing()
210 cci_write(priv->regmap, MAX96717_VTX_DE_CNT, v_active, &ret); in max96717_apply_patgen_timing()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c143 (crtc_info->v_active <= 576) && in check_audio_bandwidth_hdmi()
150 (crtc_info->v_active <= 576) && in check_audio_bandwidth_hdmi()
156 (crtc_info->v_active <= 576) && in check_audio_bandwidth_hdmi()
180 samples *= crtc_info->v_active; in check_audio_bandwidth_hdmi()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h155 int v_active; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_display_cfg_types.h253 unsigned long v_active; member
/linux-6.15/drivers/gpu/drm/kmb/
H A Dkmb_dsi.h292 u16 v_active; member
H A Dkmb_dsi.c524 kmb_write_mipi(kmb_dsi, reg_adr, fg_cfg->v_active); in mipi_tx_fg_cfg_regs()
546 kmb_write_bits_mipi(kmb_dsi, reg_adr, offset, 16, fg_cfg->v_active); in mipi_tx_fg_cfg_regs()
610 fg_t_cfg.v_active = fg_num_lines; in mipi_tx_fg_cfg()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
H A Ddcn201_dpp.c197 scl_data->viewport.height != scl_data->v_active && in dpp201_get_optimal_number_of_taps()
/linux-6.15/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h71 u8 v_active; /**< lower 8 bits (lines) */ member
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_sdvo_regs.h82 u8 v_active; /* lower 8 bits (lines) */ member

12