Home
last modified time | relevance | path

Searched refs:mode_flags (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_probe_helper.c403 int mode_flags = 0; in drm_helper_probe_single_connector_modes() local
506 mode_flags |= DRM_MODE_FLAG_INTERLACE; in drm_helper_probe_single_connector_modes()
508 mode_flags |= DRM_MODE_FLAG_DBLSCAN; in drm_helper_probe_single_connector_modes()
510 mode_flags |= DRM_MODE_FLAG_3D_MASK; in drm_helper_probe_single_connector_modes()
520 mode->status = drm_mode_validate_flag(mode, mode_flags); in drm_helper_probe_single_connector_modes()
H A Ddrm_mipi_dsi.c362 if (dsi->mode_flags & MIPI_DSI_MODE_LPM) in mipi_dsi_device_transfer()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dsi_vbt.c171 dsi_device->mode_flags &= ~MIPI_DSI_MODE_LPM; in mipi_exec_send_packet()
173 dsi_device->mode_flags |= MIPI_DSI_MODE_LPM; in mipi_exec_send_packet()
H A Dintel_fbc.c652 cache->crtc.mode_flags = crtc_state->hw.adjusted_mode.flags; in intel_fbc_update_state_cache()
710 if (cache->crtc.mode_flags & DRM_MODE_FLAG_INTERLACE) { in intel_fbc_can_activate()
H A Dicl_dsi.c101 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in wait_for_cmds_dispatched_to_panel()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h394 unsigned int mode_flags; member
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Drandr.h419 uint32_t mode_flags; member