Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/via/
Dchip.h142 int h_active; member
Ddvi.c345 if ((viaparinfo->tmds_setting_info->h_active == 1600) && in dvi_patch_skew_dvp0()
Dhw.c1531 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
1536 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sdvo_regs.h73 u8 h_active; /**< lower 8 bits (pixels) */ member
Dintel_sdvo.c843 dtd->part1.h_active = width & 0xff; in intel_sdvo_get_dtd_from_mode()
876 mode.hdisplay = dtd->part1.h_active; in intel_sdvo_get_mode_from_dtd()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h68 u8 h_active; /**< lower 8 bits (pixels) */ member
Dpsb_intel_sdvo.c742 dtd->part1.h_active = width & 0xff; in psb_intel_sdvo_get_dtd_from_mode()
773 mode->hdisplay = dtd->part1.h_active; in psb_intel_sdvo_get_mode_from_dtd()
/linux-4.4.14/drivers/video/fbdev/
Dsmscufx.c664 u16 h_total, h_active, h_blank_start, h_blank_end, h_sync_start, h_sync_end; in ufx_set_vid_mode() local
688 h_active = var->xres; in ufx_set_vid_mode()
694 temp = ((h_total - 1) << 16) | (h_active - 1); in ufx_set_vid_mode()