Home
last modified time | relevance | path

Searched refs:h_sync_width (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/video/fbdev/
H A Dacornfb.h59 u_int h_sync_width; member
H A Dacornfb.c122 vidc.h_sync_width = var->hsync_len - 8; in acornfb_set_timing()
123 vidc.h_border_start = vidc.h_sync_width + var->left_margin + 8 - 12; in acornfb_set_timing()
164 vidc_writel(0x81000000 | vidc.h_sync_width); in acornfb_set_timing()
226 printk(KERN_DEBUG " H-sync-width : %d\n", vidc.h_sync_width); in acornfb_set_timing()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/
H A Ddcn201_optc.c106 if (timing->h_sync_width < optc1->min_h_sync_width || in optc201_validate_timing()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c476 hw_crtc_timing.h_sync_width; in dce110_stream_encoder_dp_set_stream_attribute()
479 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in dce110_stream_encoder_dp_set_stream_attribute()
496 hw_crtc_timing.h_sync_width, in dce110_stream_encoder_dp_set_stream_attribute()
/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h78 u8 h_sync_width; /**< lower 8 bits (pixels) */ member
H A Dpsb_intel_sdvo.c784 dtd->part2.h_sync_width = h_sync_len & 0xff; in psb_intel_sdvo_get_dtd_from_mode()
809 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width; in psb_intel_sdvo_get_mode_from_dtd()