Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_utils.c581 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()
583 …g.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
584 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
598 …(double)main->composition.scaler_info.plane0.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
601 …(double)main->composition.scaler_info.plane1.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane()
793 double non_vtotal = stream->timing.vblank_nom + stream->timing.v_active; in dml2_core_utils_get_frame_time_us()
/linux/include/uapi/linux/
H A Dvt.h35 __u16 v_active; /* active vt */ member
/linux/drivers/video/fbdev/via/
H A Dchip.h129 int v_active; member
H A Ddvi.c332 (viaparinfo->tmds_setting_info->v_active == in dvi_patch_skew_dvp0()
H A Dhw.c1517 viaparinfo->tmds_setting_info->v_active = vres; in viafb_update_device_setting()
1522 viaparinfo->tmds_setting_info->v_active = vres; in viafb_update_device_setting()
/linux/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/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h71 u8 v_active; /**< lower 8 bits (lines) */ member
H A Dpsb_intel_sdvo.c778 dtd->part1.v_active = height & 0xff; in psb_intel_sdvo_get_dtd_from_mode()
814 mode->vdisplay = dtd->part1.v_active; in psb_intel_sdvo_get_mode_from_dtd()
/linux/drivers/video/fbdev/
H A Dsmscufx.c663 u16 v_total, v_active, v_blank_start, v_blank_end, v_sync_start, v_sync_end; in ufx_set_vid_mode() local
706 v_active = var->yres; in ufx_set_vid_mode()
712 temp = ((v_total - 1) << 16) | (v_active - 1); in ufx_set_vid_mode()