Searched refs:mode_flags (Results 1 – 6 of 6) sorted by relevance
399 int mode_flags = 0; in drm_helper_probe_single_connector_modes() local495 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()
362 if (dsi->mode_flags & MIPI_DSI_MODE_LPM) in mipi_dsi_device_transfer()
180 unsigned long mode_flags; member
146 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()
747 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()
1101 unsigned int mode_flags; member