Searched refs:h_border (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_crtc.c74 args.usOverscanRight = cpu_to_le16(radeon_crtc->h_border);
75 args.usOverscanLeft = cpu_to_le16(radeon_crtc->h_border);
294 args.usH_Size = cpu_to_le16(mode->crtc_hdisplay - (radeon_crtc->h_border * 2));
296 cpu_to_le16(mode->crtc_hblank_end - mode->crtc_hdisplay + (radeon_crtc->h_border * 2));
301 cpu_to_le16(mode->crtc_hsync_start - mode->crtc_hdisplay + radeon_crtc->h_border);
308 args.ucH_Border = radeon_crtc->h_border;
350 args.ucOverscanRight = radeon_crtc->h_border;
351 args.ucOverscanLeft = radeon_crtc->h_border;
H A Dradeon_display.c1456 radeon_crtc->h_border = 0;
1492 radeon_crtc->h_border = radeon_encoder->underscan_hborder;
1494 radeon_crtc->h_border = (mode->hdisplay >> 5) + 16;
1503 dst_h = crtc->mode.hdisplay - (radeon_crtc->h_border * 2);
H A Dradeon_mode.h313 u8 h_border; member in struct:radeon_crtc
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_bios.h320 u8 h_border; member in struct:lvds_dvo_timing

Completed in 120 milliseconds