Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/include/
Daudio_types.h38 uint32_t h_active; member
/Linux-v5.4/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()
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-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp_dscl.c95 int right = data->h_active - data->recout.x - data->recout.width; in dpp1_dscl_set_overscan()
119 uint32_t h_blank_start = data->h_active; in dpp1_dscl_set_otg_blank()
695 MPC_WIDTH, scl_data->h_active, in dpp1_dscl_set_scaler_manual_scale()
Ddcn10_dpp.c151 if (scl_data->viewport.width > scl_data->h_active && in dpp_get_optimal_number_of_taps()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtransform.h171 int h_active; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dpp.c387 if (scl_data->viewport.width != scl_data->h_active && in dpp2_get_optimal_number_of_taps()
393 if (scl_data->viewport.width > scl_data->h_active && in dpp2_get_optimal_number_of_taps()
Ddcn20_resource.c1638 sd->h_active /= 2; in dcn20_split_stream_for_odm()
1641 if (sd->recout.x + 16 >= sd->h_active) in dcn20_split_stream_for_odm()
1643 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1653 sd->h_active /= 2; in dcn20_split_stream_for_odm()
1657 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1664 sd->ratios.horz, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm()
1666 sd->ratios.horz_c, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm()
/Linux-v5.4/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h68 u8 h_active; /**< lower 8 bits (pixels) */ member
Dpsb_intel_sdvo.c749 dtd->part1.h_active = width & 0xff; in psb_intel_sdvo_get_dtd_from_mode()
780 mode->hdisplay = dtd->part1.h_active; in psb_intel_sdvo_get_mode_from_dtd()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_sdvo_regs.h79 u8 h_active; /* lower 8 bits (pixels) */ member
Dintel_sdvo.c853 dtd->part1.h_active = width & 0xff; in intel_sdvo_get_dtd_from_mode()
886 mode.hdisplay = dtd->part1.h_active; in intel_sdvo_get_mode_from_dtd()
/Linux-v5.4/drivers/video/fbdev/
Dsmscufx.c661 u16 h_total, h_active, h_blank_start, h_blank_end, h_sync_start, h_sync_end; in ufx_set_vid_mode() local
685 h_active = var->xres; in ufx_set_vid_mode()
691 temp = ((h_total - 1) << 16) | (h_active - 1); in ufx_set_vid_mode()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_audio.c171 h_blank = crtc_info->h_total - crtc_info->h_active; in check_audio_bandwidth_hdmi()
Ddce_transform.c153 int overscan_right = data->h_active in program_overscan()
Ddce_stream_encoder.c1255 crtc_info->h_total - crtc_info->h_active; in calc_max_audio_packets_per_line()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_transform_v.c237 int overscan_right = data->h_active - data->recout.x - data->recout.width; in program_overscan()
Ddce110_hw_sequencer.c1131 audio_output->crtc_info.h_active = in build_audio_output()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser2.c870 info->lcd_timing.horizontal_addressable = le16_to_cpu(lvds->lcd_timing.h_active); in get_embedded_panel_info_v2_1()
/Linux-v5.4/drivers/gpu/drm/amd/include/
Datomfirmware.h431 uint16_t h_active; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c993 …pipe_ctx->plane_res.scl_data.h_active = timing->h_addressable + timing->h_border_left + timing->h_… in resource_build_scaling_params()