HomeSort by: relevance | last modified time | path
    Searched refs:atomic_check (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_helper_vtables.h 137 * @mode_fixup or @atomic_check.
172 * instead use the @atomic_check callback, but note that they're not
174 * drm_atomic_helper_check_modeset(), but @atomic_check is called from
307 * @atomic_check:
321 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
357 int (*atomic_check)(struct drm_crtc *crtc, member in struct:drm_crtc_helper_funcs
518 * @mode_fixup or @atomic_check.
552 * instead use the @atomic_check callback. If @atomic_check is used,
553 * this hook isn't called since @atomic_check allows a strict superse
817 int (*atomic_check)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
1031 int (*atomic_check)(struct drm_connector *connector, member in struct:drm_connector_helper_funcs
1154 int (*atomic_check)(struct drm_plane *plane, member in struct:drm_plane_helper_funcs
    [all...]
drm_mode_config.h 125 * @atomic_check:
198 int (*atomic_check)(struct drm_device *dev, member in struct:drm_mode_config_funcs
205 * guarantees that @atomic_check has been called successfully before
277 * @atomic_check) or -EDEADLK (this function must not acquire
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 336 .atomic_check = vmw_du_cursor_plane_atomic_check,
344 .atomic_check = vmw_du_primary_plane_atomic_check,
350 .atomic_check = vmw_du_crtc_atomic_check,
vmwgfx_scrn.c 806 .atomic_check = vmw_du_cursor_plane_atomic_check,
814 .atomic_check = vmw_du_primary_plane_atomic_check,
823 .atomic_check = vmw_du_crtc_atomic_check,
vmwgfx_stdu.c 1695 .atomic_check = vmw_du_cursor_plane_atomic_check,
1703 .atomic_check = vmw_du_primary_plane_atomic_check,
1712 .atomic_check = vmw_du_crtc_atomic_check,
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 140 .atomic_check = virtio_gpu_crtc_atomic_check,
352 .atomic_check = drm_atomic_helper_check,
virtgpu_plane.c 310 .atomic_check = virtio_gpu_plane_atomic_check,
317 .atomic_check = virtio_gpu_plane_atomic_check,
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 453 if (funcs && funcs->atomic_check) {
454 ret = funcs->atomic_check(encoder, new_crtc_state,
574 * 2. &drm_connector_helper_funcs.atomic_check to validate the connector state.
576 * CRTC are added and &drm_connector_helper_funcs.atomic_check is run on them.
580 * 6. &drm_encoder_helper_funcs.atomic_check is called to validate any encoder state.
596 * &drm_plane_helper_funcs.atomic_check hooks if a plane update can't be done
599 * update, e.g. when the &drm_crtc_helper_funcs.atomic_check functions depend
690 if (funcs->atomic_check)
691 ret = funcs->atomic_check(connector, state);
723 * Iterate over all connectors again, to make sure atomic_check()
    [all...]
drm_atomic.c 242 * &drm_mode_config_funcs.atomic_check likely relies on.
341 * should be checked in driver's crtc->atomic_check() vfunc.
1189 if (config->funcs->atomic_check) {
1190 ret = config->funcs->atomic_check(state->dev, state);
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_kms.c 92 .atomic_check = drm_atomic_helper_check,
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_mode.c 476 .atomic_check = vbox_cursor_atomic_check,
498 .atomic_check = vbox_primary_atomic_check,
846 .atomic_check = drm_atomic_helper_check,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 333 NV_ATOMIC(drm, "%s atomic_check\n", encoder->name);
448 .atomic_check = nv50_outp_atomic_check,
1030 .atomic_check = nv50_msto_atomic_check,
1167 .atomic_check = nv50_mstc_atomic_check,
1676 .atomic_check = nv50_outp_atomic_check,
1835 .atomic_check = nv50_pior_atomic_check,
2383 .atomic_check = nv50_disp_atomic_check,
nouveau_dispnv50_head.c 320 NV_ATOMIC(drm, "%s atomic_check %d\n", crtc->name, asyh->state.active);
420 .atomic_check = nv50_head_atomic_check,
nouveau_dispnv50_wndw.c 409 NV_ATOMIC(drm, "%s atomic_check\n", plane->name);
536 .atomic_check = nv50_wndw_atomic_check,
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_main.c 421 .atomic_check = drm_atomic_helper_check,
ast_mode.c 599 .atomic_check = ast_primary_plane_helper_atomic_check,
637 return -EINVAL; /* BUG: didn't test in atomic_check() */
752 .atomic_check = ast_cursor_plane_helper_atomic_check,
883 .atomic_check = ast_crtc_helper_atomic_check,
  /src/sys/arch/arm/rockchip/
rk_drm.c 295 .atomic_check = drm_atomic_helper_check,
rk_vop.c 391 .atomic_check = rk_vop_plane_atomic_check,
604 .atomic_check = rk_vop_crtc_atomic_check,
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 880 .atomic_check = qxl_primary_atomic_check,
1151 .atomic_check = drm_atomic_helper_check,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.c 335 .atomic_check = dm_dp_mst_atomic_check,
amdgpu_dm.c 1690 * atomic_check is expected to create the dc states. We need to release
1768 .atomic_check = amdgpu_dm_atomic_check,
4772 .atomic_check = amdgpu_dm_connector_atomic_check,
4899 .atomic_check = dm_crtc_helper_atomic_check,
4976 .atomic_check = dm_encoder_helper_atomic_check
5258 .atomic_check = dm_plane_atomic_check,
6827 * This will tell DC to commit the constructed DC state from atomic_check,
7957 * important not to modify the existing DC state. Otherwise, atomic_check
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_mst.c 622 .atomic_check = intel_dp_mst_atomic_check,
intel_lvds.c 485 .atomic_check = intel_digital_connector_atomic_check,
icl_dsi.c 1501 .atomic_check = intel_digital_connector_atomic_check,
intel_tv.c 1858 .atomic_check = intel_tv_atomic_check,

Completed in 61 milliseconds

1 2