Home
last modified time | relevance | path

Searched refs:drm_atomic_state_alloc (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_atomic_helper.c2883 state = drm_atomic_state_alloc(plane->dev); in drm_atomic_helper_update_plane()
2934 state = drm_atomic_state_alloc(plane->dev); in drm_atomic_helper_disable_plane()
2982 state = drm_atomic_state_alloc(crtc->dev); in drm_atomic_helper_set_config()
3038 state = drm_atomic_state_alloc(dev); in drm_atomic_helper_disable_all()
3148 state = drm_atomic_state_alloc(dev); in drm_atomic_helper_duplicate_state()
3402 state = drm_atomic_state_alloc(plane->dev); in drm_atomic_helper_page_flip()
3447 state = drm_atomic_state_alloc(plane->dev); in drm_atomic_helper_page_flip_target()
3498 state = drm_atomic_state_alloc(crtc->dev); in drm_atomic_helper_legacy_gamma_set()
H A Ddrm_self_refresh_helper.c90 state = drm_atomic_state_alloc(dev); in drm_self_refresh_helper_entry_work()
H A Ddrm_damage_helper.c184 state = drm_atomic_state_alloc(fb->dev); in drm_atomic_helper_dirtyfb()
H A Ddrm_mode_object.c493 state = drm_atomic_state_alloc(dev); in set_property_atomic()
H A Ddrm_atomic.c128 drm_atomic_state_alloc(struct drm_device *dev) in drm_atomic_state_alloc() function
147 EXPORT_SYMBOL(drm_atomic_state_alloc);
H A Ddrm_framebuffer.c857 state = drm_atomic_state_alloc(dev); in atomic_remove_fb()
H A Ddrm_client_modeset.c987 state = drm_atomic_state_alloc(dev); in drm_client_modeset_commit_atomic()
H A Ddrm_atomic_uapi.c1360 state = drm_atomic_state_alloc(dev); in drm_mode_atomic_ioctl()
H A Ddrm_fb_helper.c1046 state = drm_atomic_state_alloc(dev); in setcmap_atomic()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_atomic.h413 drm_atomic_state_alloc(struct drm_device *dev);
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_pipe_crc.c302 state = drm_atomic_state_alloc(&dev_priv->drm); in intel_crtc_crc_setup_workarounds()
H A Dintel_audio.c818 state = drm_atomic_state_alloc(&dev_priv->drm); in glk_force_audio_cdclk()
H A Dintel_psr.c1124 state = drm_atomic_state_alloc(dev); in intel_psr_fastset_force()
H A Dintel_sprite.c2307 state = drm_atomic_state_alloc(plane->dev); in intel_sprite_set_colorkey_ioctl()
H A Dintel_display.c7512 state = drm_atomic_state_alloc(&dev_priv->drm); in intel_crtc_disable_noatomic()
11775 state = drm_atomic_state_alloc(dev); in intel_get_load_detect_pipe()
11776 restore_state = drm_atomic_state_alloc(dev); in intel_get_load_detect_pipe()
17380 state = drm_atomic_state_alloc(&dev_priv->drm); in sanitize_watermarks()
17464 state = drm_atomic_state_alloc(dev); in intel_initial_commit()
H A Dintel_ddi.c4522 state = drm_atomic_state_alloc(crtc->dev); in modeset_pipe()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7150 struct drm_atomic_state *state = drm_atomic_state_alloc(ddev); in dm_force_atomic_commit()