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

/drivers/video/fbdev/via/
H A Dchip.h142 int h_active; member in struct:tmds_setting_information
H A Ddvi.c345 if ((viaparinfo->tmds_setting_info->h_active == 1600) &&
H A Dhw.c1531 viaparinfo->tmds_setting_info->h_active = hres;
1536 viaparinfo->tmds_setting_info->h_active = hres;
/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h68 u8 h_active; /**< lower 8 bits (pixels) */ member in struct:psb_intel_sdvo_dtd::__anon681
70 u8 h_high; /**< upper 4 bits each h_active, h_blank */
H A Dpsb_intel_sdvo.c742 dtd->part1.h_active = width & 0xff;
773 mode->hdisplay = dtd->part1.h_active;
/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h73 u8 h_active; /**< lower 8 bits (pixels) */ member in struct:intel_sdvo_dtd::__anon728
75 u8 h_high; /**< upper 4 bits each h_active, h_blank */
H A Dintel_sdvo.c829 dtd->part1.h_active = width & 0xff;
862 mode.hdisplay = dtd->part1.h_active;
/drivers/video/fbdev/
H A Dsmscufx.c664 u16 h_total, h_active, h_blank_start, h_blank_end, h_sync_start, h_sync_end; local
688 h_active = var->xres;
694 temp = ((h_total - 1) << 16) | (h_active - 1);

Completed in 257 milliseconds