Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
H A Ddcn401_dpp.c317 if (scl_data->viewport.width == scl_data->h_active && in dscl401_calc_lb_num_partitions()
331 if (scl_data->viewport.width == scl_data->h_active && in dscl401_calc_lb_num_partitions()
392 if (scl_data->viewport.width == scl_data->h_active && in dscl401_spl_calc_lb_num_partitions()
408 if (scl_data->viewport.width == scl_data->h_active && in dscl401_spl_calc_lb_num_partitions()
/linux/drivers/gpu/drm/amd/display/include/
H A Daudio_types.h48 uint32_t h_active; member
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
H A 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/drivers/video/fbdev/via/
H A Dchip.h128 int h_active; member
H A Ddvi.c331 if ((viaparinfo->tmds_setting_info->h_active == 1600) && in dvi_patch_skew_dvp0()
H A Dhw.c1516 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
1521 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/
H A Ddml2_top_soc15.c473 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
476 (void)h_active; in calculate_h_split_for_scaling_transform()
549 temp = (unsigned int)math_ceil(plane->composition.scaler_info.plane0.h_ratio * stream->timing.h_active / odm_combine_factor); in dml2_top_mcache_validate_admissability()
555 temp = (unsigned int)math_ceil(plane->composition.scaler_info.plane1.h_ratio * stream->timing.h_active / odm_combine_factor); in dml2_top_mcache_validate_admissability()
595 stream->timing.h_active, num_dpps, scaling_transform, in dml2_top_mcache_validate_admissability()
606 stream->timing.h_active, num_dpps, scaling_transform, in dml2_top_mcache_validate_admissability()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/
H A Ddml_top_display_cfg_types.h270 unsigned long h_active; member
/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.h288 u32 h_active; member
H A Dkmb_dsi.c566 /* convert h_active which is wc in bytes to cycles */ in mipi_tx_fg_cfg_regs()
567 val = (fg_cfg->h_active * sysclk * 1000) / in mipi_tx_fg_cfg_regs()
606 fg_t_cfg.h_active = wc; in mipi_tx_fg_cfg()
/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h68 u8 h_active; /**< lower 8 bits (pixels) */ member
H A Dpsb_intel_sdvo.c774 dtd->part1.h_active = width & 0xff; in psb_intel_sdvo_get_dtd_from_mode()
805 mode->hdisplay = dtd->part1.h_active; in psb_intel_sdvo_get_mode_from_dtd()
/linux/drivers/video/fbdev/
H A Dsmscufx.c662 u16 h_total, h_active, h_blank_start, h_blank_end, h_sync_start, h_sync_end; in ufx_set_vid_mode() local
686 h_active = var->xres; in ufx_set_vid_mode()
692 temp = ((h_total - 1) << 16) | (h_active - 1); in ufx_set_vid_mode()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1548 pipe_ctx->plane_res.scl_data.h_active = odm_slice_src.width; in resource_build_scaling_params()
1583 /* depends on h_active */ in resource_build_scaling_params()
1696 pipe_ctx->plane_res.scl_data.h_active, in resource_can_pipe_disable_cursor()
2218 int h_active; in resource_get_odm_slice_dst_width()
2227 h_active = timing->h_addressable + in resource_get_odm_slice_dst_rect()
2231 width = h_active / count; in resource_get_odm_slice_dst_rect()
2247 h_active - width * (count - 1) : in resource_get_odm_slice_src_rect()
4611 * such that the OTG h_active time fits withing the expected compressed active in set_avi_info_frame()
2191 int h_active; resource_get_odm_slice_dst_width() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1402 uint32_t h_active = crtc_timing->h_addressable + crtc_timing->h_border_left in populate_audio_dp_link_info()
1404 uint32_t h_blank = crtc_timing->h_total - h_active; in populate_audio_dp_link_info()
1475 audio_output->crtc_info.h_active = in build_audio_output()
1385 uint32_t h_active = crtc_timing->h_addressable + crtc_timing->h_border_left populate_audio_dp_link_info() local
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c191 int overscan_right = data->h_active in program_overscan()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c102 timing->h_active = stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.h_border_right + pipe_ctx->dsc_padding_params.dsc_hactive_padding; in populate_dml21_timing_config_from_stream_state()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c855 dtd->part1.h_active = width & 0xff; in intel_sdvo_get_dtd_from_mode()
888 mode.hdisplay = dtd->part1.h_active; in intel_sdvo_get_mode_from_dtd()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c881 SwathWidthY[k] = (unsigned int)(math_min2((double)SwathWidthSingleDPPY[k], math_round((double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active / odm_hactive_factor * display_cfg->plane_descriptors[k].composition.scaler_info.plane0.h_ratio))); in CalculateSwathWidth()
889 DML_LOG_VERBOSE("DML::%s: k=%u HActive=%lu\n", __func__, k, display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active); in CalculateSwathWidth()
1305 l->hdmifrlparams.h_active = (int)HActive; in TruncToValidBPP()
7503 myPipe->HActive = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active; in dml_core_ms_prefetch_check()
8459 display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active, in dml_core_mode_support()
8480 display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active, in dml_core_mode_support()
8508 display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active, in dml_core_mode_support()
8797 display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active, in dml_core_mode_support()
8874 if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active > s->NumDSCUnitRequired * (unsigned int)mode_lib->ip.maximum_pixels_per_line_per_dsc_unit) in dml_core_mode_support()
8895 display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_active, in dml_core_mode_support()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c1540 info->lcd_timing.horizontal_addressable = le16_to_cpu(lvds->lcd_timing.h_active); in bios_parser_get_embedded_panel_info()