Home
last modified time | relevance | path

Searched refs:h_active (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn32/
Ddcn32_dpp.c67 if (scl_data->viewport.width == scl_data->h_active && in dscl32_calc_lb_num_partitions()
81 if (scl_data->viewport.width == scl_data->h_active && in dscl32_calc_lb_num_partitions()
200 if (scl_data->viewport.width == scl_data->h_active && in dscl32_spl_calc_lb_num_partitions()
214 if (scl_data->viewport.width == scl_data->h_active && in dscl32_spl_calc_lb_num_partitions()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
Ddcn401_dpp.c316 if (scl_data->viewport.width == scl_data->h_active && in dscl401_calc_lb_num_partitions()
330 if (scl_data->viewport.width == scl_data->h_active && in dscl401_calc_lb_num_partitions()
391 if (scl_data->viewport.width == scl_data->h_active && in dscl401_spl_calc_lb_num_partitions()
405 if (scl_data->viewport.width == scl_data->h_active && in dscl401_spl_calc_lb_num_partitions()
/linux-6.12.1/drivers/staging/media/max96712/
Dmax96712.c166 const u32 h_active = 1920; in max96712_pattern_enable() local
170 const u32 h_tot = h_active + h_fp + h_sw + h_bp; in max96712_pattern_enable()
193 max96712_write_bulk_value(priv, 0x1060, h_active + h_fp + h_bp, 2); in max96712_pattern_enable()
197 max96712_write_bulk_value(priv, 0x1067, h_active, 2); in max96712_pattern_enable()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn401/
Ddcn401_optc.c57 static uint32_t decide_odm_mem_bit_map(int *opp_id, int opp_cnt, int h_active) in decide_odm_mem_bit_map() argument
62 int total_required = ((h_active + 4095) / 4096) * 2; in decide_odm_mem_bit_map()
108 uint32_t h_active = segment_width * (opp_cnt - 1) + last_segment_width; in optc401_set_odm_combine() local
110 opp_id, opp_cnt, h_active); in optc401_set_odm_combine()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_audio.c440 unsigned int h_active, h_total, hblank_delta, pixel_clk; in calc_hblank_early_prog() local
445 h_active = crtc_state->hw.adjusted_mode.crtc_hdisplay; in calc_hblank_early_prog()
457 h_active, link_clk, lanes, FXP_Q4_ARGS(vdsc_bppx16), cdclk); in calc_hblank_early_prog()
462 link_clks_available = (h_total - h_active) * link_clk / pixel_clk - 28; in calc_hblank_early_prog()
473 tu_line = div64_u64(h_active * mul_u32_u32(link_clk, fec_coeff), in calc_hblank_early_prog()
479 return h_active - hblank_rise + hblank_delta; in calc_hblank_early_prog()
484 unsigned int h_active, h_total, pixel_clk; in calc_samples_room() local
487 h_active = crtc_state->hw.adjusted_mode.hdisplay; in calc_samples_room()
493 return ((h_total - h_active) * link_clk - 12 * pixel_clk) / in calc_samples_room()
Dintel_sdvo_regs.h79 u8 h_active; /* lower 8 bits (pixels) */ member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn314/
Ddcn314_optc.c55 int h_active = segment_width * opp_cnt; in optc314_set_odm_combine() local
57 int odm_mem_count = (h_active + 2047) / 2048; in optc314_set_odm_combine()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
Ddml_top_mcache.c163 static bool calculate_h_split_for_scaling_transform(int full_vp_width, int h_active, int num_pipes, in calculate_h_split_for_scaling_transform() argument
238 …ath_ceil(plane->composition.scaler_info.plane0.h_ratio * stream->timing.h_active / odm_combine_fac… in dml2_top_mcache_validate_admissability()
244 …ath_ceil(plane->composition.scaler_info.plane1.h_ratio * stream->timing.h_active / odm_combine_fac… in dml2_top_mcache_validate_admissability()
284 stream->timing.h_active, num_dpps, scaling_transform, in dml2_top_mcache_validate_admissability()
295 stream->timing.h_active, num_dpps, scaling_transform, in dml2_top_mcache_validate_admissability()
/linux-6.12.1/drivers/gpu/drm/amd/display/include/
Daudio_types.h48 uint32_t h_active; member
/linux-6.12.1/drivers/video/fbdev/via/
Dchip.h128 int h_active; member
Ddvi.c331 if ((viaparinfo->tmds_setting_info->h_active == 1600) && in dvi_patch_skew_dvp0()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn32/
Ddcn32_optc.c50 int h_active = segment_width * opp_cnt; in optc32_set_odm_combine() local
52 int odm_mem_count = (h_active + 2047) / 2048; in optc32_set_odm_combine()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
Ddcn201_dpp.c196 if (scl_data->viewport.width != scl_data->h_active && in dpp201_get_optimal_number_of_taps()
202 if (scl_data->viewport.width > scl_data->h_active && in dpp201_get_optimal_number_of_taps()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_spl_translate.c187 spl_in->h_active = pipe_ctx->plane_res.scl_data.h_active; in translate_SPL_in_params_from_pipe_ctx()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn35/
Ddcn35_optc.c63 int h_active = segment_width * opp_cnt; in optc35_set_odm_combine() local
65 int odm_mem_count = (h_active + 2047) / 2048; in optc35_set_odm_combine()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Ddc_spl_types.h135 int h_active; member
532 int h_active; member
Ddc_spl.c173 int h_active = spl_in->basic_out.output_size.width; in calculate_odm_slice_in_timing_active() local
179 odm_slice_width = h_active / odm_slice_count; in calculate_odm_slice_in_timing_active()
190 h_active - odm_slice_width * (odm_slice_count - 1) : in calculate_odm_slice_in_timing_active()
883 if (spl_scratch->scl_data.viewport.width > spl_scratch->scl_data.h_active && in spl_get_optimal_number_of_taps()
1152 dscl_prog_data->mpc_size.width = spl_scratch->scl_data.h_active; in spl_set_dscl_prog_data()
1729 spl_scratch.scl_data.h_active = spl_in->h_active; in spl_calculate_scaler_params()
/linux-6.12.1/drivers/media/i2c/
Dmax96714.c151 const u32 h_active = fmt->width; in max96714_apply_patgen_timing() local
163 h_tot = h_active + h_fp + h_sw + h_bp; in max96714_apply_patgen_timing()
178 cci_write(priv->regmap, MAX96714_PATGEN_HS_LOW, h_active + h_fp + h_bp, in max96714_apply_patgen_timing()
183 cci_write(priv->regmap, MAX96714_PATGEN_DE_HIGH, h_active, &ret); in max96714_apply_patgen_timing()
Dmax96717.c175 const u32 h_active = fmt->width; in max96717_apply_patgen_timing() local
187 h_tot = h_active + h_fp + h_sw + h_bp; in max96717_apply_patgen_timing()
202 cci_write(priv->regmap, MAX96717_VTX_HS_LOW, h_active + h_fp + h_bp, in max96717_apply_patgen_timing()
207 cci_write(priv->regmap, MAX96717_VTX_DE_HIGH, h_active, &ret); in max96717_apply_patgen_timing()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtransform.h154 int h_active; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_display_cfg_types.h253 unsigned long h_active; member
/linux-6.12.1/drivers/gpu/drm/kmb/
Dkmb_dsi.h288 u32 h_active; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/
Ddcn20_resource.c1517 sd->h_active /= 2; in dcn20_split_stream_for_odm()
1520 if (sd->recout.x + 16 >= sd->h_active) in dcn20_split_stream_for_odm()
1522 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1532 sd->h_active /= 2; in dcn20_split_stream_for_odm()
1536 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1543 sd->ratios.horz, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm()
1545 sd->ratios.horz_c, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm()
/linux-6.12.1/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h68 u8 h_active; /**< lower 8 bits (pixels) */ member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_audio.c165 h_blank = crtc_info->h_total - crtc_info->h_active; in check_audio_bandwidth_hdmi()
398 uint64_t hblank = crtc_info->h_total - crtc_info->h_active; in calculate_available_hblank_bw_in_symbols()

12