/src/sys/dev/fdt/ |
display_timing.h | 35 u_int hactive; member in struct:display_timing
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_displayid.h | 82 u8 hactive[2]; member in struct:displayid_detailed_timings_1
|
/src/sys/dev/videomode/ |
edid.c | 379 unsigned hactive, hblank, hsyncwid, hsyncoff; local in function:edid_det_timing 392 hactive = EDID_DET_TIMING_HACTIVE(data); 404 vmp->hdisplay = hactive; 405 vmp->htotal = hactive + hblank; 406 vmp->hsync_start = hactive + hsyncoff;
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
icl_dsi.c | 287 u16 hactive = adjusted_mode->crtc_hdisplay; local in function:configure_dual_link_mode 291 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap; 803 u16 htotal, hactive, hsync_start, hsync_end, hsync_size; local in function:gen11_dsi_set_transcoder_timings 822 hactive = adjusted_mode->crtc_hdisplay; 836 hactive /= 2; 838 hactive += intel_dsi->pixel_overlap; 842 /* minimum hactive as per bspec: 256 pixels */ 844 DRM_ERROR("hactive is less then 256 pixels\n"); 846 /* if RGB666 format, then hactive must be multiple of 4 pixels */ 847 if (intel_dsi->pixel_format == MIPI_DSI_FMT_RGB666 && hactive % 4 != 0 [all...] |
vlv_dsi.c | 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:bxt_dsi_get_pipe_config 1081 hactive = adjusted_mode->crtc_hdisplay; 1110 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; 1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:set_dsi_timings 1242 hactive = adjusted_mode->crtc_hdisplay; 1248 hactive /= 2; 1250 hactive += intel_dsi->pixel_overlap; 1261 hactive = txbyteclkhs(hactive, bpp, lane_count, 1272 * This is different from calculated hactive an [all...] |
intel_vbt_defs.h | 904 u16 hactive; member in struct:generic_dtd_entry
|
/src/sys/arch/arm/rockchip/ |
rk_vop.c | 467 const u_int hactive = adjusted_mode->hdisplay; local in function:rk_vop_crtc_atomic_enable 527 __SHIFTIN(hsync_len + hback_porch + hactive, DSP_HACT_END_POST); 531 __SHIFTIN(hsync_len + hback_porch + hactive, DSP_HACT_END); 535 __SHIFTIN(hsync_len + hback_porch + hactive + hfront_porch, DSP_HS_END);
|
/src/sys/dev/pci/bktr/ |
bktr_reg.h | 387 int htotal, hdelay, hactive; member in struct:format_params
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
display_mode_structs.h | 324 unsigned int hactive; member in struct:_vcs_dpi_display_pipe_dest_params_st
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_edid.c | 2545 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; local in function:drm_mode_detailed 2555 if (hactive < 64 || vactive < 64) 2574 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false); 2590 mode->hdisplay = hactive; 5030 unsigned hactive = (timings->hactive[0] | timings->hactive[1] << 8) + 1; local in function:drm_mode_displayid_detailed 5045 mode->hdisplay = hactive;
|