Searched refs:atomic_commit (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_mode_config.h | 283 int (*atomic_commit)(struct drm_device *dev, member
|
| H A D | drm_modeset_helper_vtables.h | 1115 void (*atomic_commit)(struct drm_connector *connector, member
|
| H A D | drm_drv.h | 596 (dev->mode_config.funcs && dev->mode_config.funcs->atomic_commit != NULL); in drm_drv_uses_atomic_modeset()
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_display_driver.c | 101 .atomic_commit = intel_atomic_commit,
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | rkdrm.c | 183 .atomic_commit = drm_atomic_helper_commit,
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | apple_drv.c | 276 .atomic_commit = drm_atomic_helper_commit,
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_atomic.c | 1532 return config->funcs->atomic_commit(state->dev, state, false); in drm_atomic_commit() 1561 return config->funcs->atomic_commit(state->dev, state, true); in drm_atomic_nonblocking_commit()
|
| H A D | drm_atomic_helper.c | 1441 if (!funcs->atomic_commit) in drm_atomic_helper_commit_writebacks() 1446 funcs->atomic_commit(connector, old_state); in drm_atomic_helper_commit_writebacks()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 3066 .atomic_commit = drm_atomic_helper_commit,
|