Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
HDdrm_probe_helper.c399 int mode_flags = 0; in drm_helper_probe_single_connector_modes() local
495 mode_flags |= DRM_MODE_FLAG_INTERLACE; in drm_helper_probe_single_connector_modes()
497 mode_flags |= DRM_MODE_FLAG_DBLSCAN; in drm_helper_probe_single_connector_modes()
499 mode_flags |= DRM_MODE_FLAG_3D_MASK; in drm_helper_probe_single_connector_modes()
509 mode->status = drm_mode_validate_flag(mode, mode_flags); in drm_helper_probe_single_connector_modes()
HDdrm_mipi_dsi.c362 if (dsi->mode_flags & MIPI_DSI_MODE_LPM) in mipi_dsi_device_transfer()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_mipi_dsi.h180 unsigned long mode_flags; member
/dragonfly/sys/dev/drm/i915/
HDintel_dsi_vbt.c146 dsi_device->mode_flags &= ~MIPI_DSI_MODE_LPM; in mipi_exec_send_packet()
148 dsi_device->mode_flags |= MIPI_DSI_MODE_LPM; in mipi_exec_send_packet()
HDintel_fbc.c747 cache->crtc.mode_flags = crtc_state->base.adjusted_mode.flags; in intel_fbc_update_state_cache()
792 if ((cache->crtc.mode_flags & DRM_MODE_FLAG_INTERLACE) || in intel_fbc_can_activate()
793 (cache->crtc.mode_flags & DRM_MODE_FLAG_DBLSCAN)) { in intel_fbc_can_activate()
HDi915_drv.h1101 unsigned int mode_flags; member