Home
last modified time | relevance | path

Searched refs:drm_modeset_acquire_ctx (Results 1 – 25 of 79) sorted by relevance

1234

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_modeset_lock.h43 struct drm_modeset_acquire_ctx { struct
91 void drm_modeset_acquire_init(struct drm_modeset_acquire_ctx *ctx,
93 void drm_modeset_acquire_fini(struct drm_modeset_acquire_ctx *ctx);
94 void drm_modeset_drop_locks(struct drm_modeset_acquire_ctx *ctx);
95 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx);
127 struct drm_modeset_acquire_ctx *ctx);
140 struct drm_modeset_acquire_ctx *ctx);
H A Ddrm_atomic_helper.h120 struct drm_modeset_acquire_ctx *ctx);
122 struct drm_modeset_acquire_ctx *ctx);
124 struct drm_modeset_acquire_ctx *ctx);
127 struct drm_modeset_acquire_ctx *ctx);
131 struct drm_modeset_acquire_ctx *ctx);
134 struct drm_modeset_acquire_ctx *ctx);
142 struct drm_modeset_acquire_ctx *ctx);
149 struct drm_modeset_acquire_ctx *ctx);
153 struct drm_modeset_acquire_ctx *ctx);
H A Ddrm_crtc.h502 struct drm_modeset_acquire_ctx *ctx);
528 struct drm_modeset_acquire_ctx *ctx);
587 struct drm_modeset_acquire_ctx *ctx);
606 struct drm_modeset_acquire_ctx *ctx);
H A Ddrm_probe_helper.h10 struct drm_modeset_acquire_ctx;
16 struct drm_modeset_acquire_ctx *ctx,
H A Ddrm_plane.h36 struct drm_modeset_acquire_ctx;
289 struct drm_modeset_acquire_ctx *ctx);
307 struct drm_modeset_acquire_ctx *ctx);
H A Ddrm_modeset_helper_vtables.h932 struct drm_modeset_acquire_ctx *ctx,
1010 struct drm_modeset_acquire_ctx *ctx,
H A Ddrm_crtc_helper.h48 struct drm_modeset_acquire_ctx *ctx);
H A Ddrm_atomic_state_helper.h39 struct drm_modeset_acquire_ctx;
H A Ddrm_mode_config.h389 struct drm_modeset_acquire_ctx *acquire_ctx;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modeset_lock.c98 struct drm_modeset_acquire_ctx *ctx; in drm_modeset_lock_all()
152 struct drm_modeset_acquire_ctx *ctx = config->acquire_ctx; in drm_modeset_unlock_all()
198 void drm_modeset_acquire_init(struct drm_modeset_acquire_ctx *ctx, in drm_modeset_acquire_init()
214 void drm_modeset_acquire_fini(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_acquire_fini()
226 void drm_modeset_drop_locks(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_drop_locks()
241 struct drm_modeset_acquire_ctx *ctx, in modeset_lock()
294 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_backoff()
339 struct drm_modeset_acquire_ctx *ctx) in drm_modeset_lock()
396 struct drm_modeset_acquire_ctx *ctx) in drm_modeset_lock_all_ctx()
H A Ddrm_probe_helper.c92 struct drm_modeset_acquire_ctx *ctx, in drm_mode_validate_pipeline()
206 struct drm_modeset_acquire_ctx *ctx, in drm_connector_mode_valid()
284 struct drm_modeset_acquire_ctx ctx; in drm_helper_probe_detect_ctx()
329 struct drm_modeset_acquire_ctx *ctx, in drm_helper_probe_detect()
427 struct drm_modeset_acquire_ctx ctx; in drm_helper_probe_single_connector_modes()
H A Ddrm_plane_helper.c154 struct drm_modeset_acquire_ctx *ctx) in drm_primary_helper_update()
223 struct drm_modeset_acquire_ctx *ctx) in drm_primary_helper_disable()
H A Ddrm_mode_object.c405 struct drm_modeset_acquire_ctx ctx; in drm_mode_obj_get_properties_ioctl()
453 struct drm_modeset_acquire_ctx ctx; in set_property_legacy()
485 struct drm_modeset_acquire_ctx ctx; in set_property_atomic()
H A Ddrm_crtc_helper_internal.h69 struct drm_modeset_acquire_ctx *ctx,
H A Ddrm_plane.c691 struct drm_modeset_acquire_ctx *ctx) in __setplane_internal()
743 struct drm_modeset_acquire_ctx *ctx) in __setplane_atomic()
780 struct drm_modeset_acquire_ctx ctx; in setplane_internal()
855 struct drm_modeset_acquire_ctx *ctx) in drm_mode_cursor_universal()
944 struct drm_modeset_acquire_ctx ctx; in drm_mode_cursor_common()
1053 struct drm_modeset_acquire_ctx ctx; in drm_mode_page_flip_ioctl()
H A Ddrm_atomic_helper.c2904 struct drm_modeset_acquire_ctx *ctx) in drm_atomic_helper_update_plane()
2955 struct drm_modeset_acquire_ctx *ctx) in drm_atomic_helper_disable_plane()
3003 struct drm_modeset_acquire_ctx *ctx) in drm_atomic_helper_set_config()
3054 struct drm_modeset_acquire_ctx *ctx) in drm_atomic_helper_disable_all()
3127 struct drm_modeset_acquire_ctx ctx; in drm_atomic_helper_shutdown()
3166 struct drm_modeset_acquire_ctx *ctx) in drm_atomic_helper_duplicate_state()
3255 struct drm_modeset_acquire_ctx ctx; in drm_atomic_helper_suspend()
3300 struct drm_modeset_acquire_ctx *ctx) in drm_atomic_helper_commit_duplicated_state()
3348 struct drm_modeset_acquire_ctx ctx; in drm_atomic_helper_resume()
3423 struct drm_modeset_acquire_ctx *ctx) in drm_atomic_helper_page_flip()
[all …]
H A Ddrm_self_refresh_helper.c74 struct drm_modeset_acquire_ctx ctx; in drm_self_refresh_helper_entry_work()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dgma_display.h69 struct drm_modeset_acquire_ctx *ctx);
79 struct drm_modeset_acquire_ctx *ctx);
81 struct drm_modeset_acquire_ctx *ctx);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp.h18 struct drm_modeset_acquire_ctx;
52 struct drm_modeset_acquire_ctx *ctx);
H A Dintel_global_state.c71 static bool modeset_lock_is_held(struct drm_modeset_acquire_ctx *ctx, in modeset_lock_is_held()
86 struct drm_modeset_acquire_ctx *ctx = state->base.acquire_ctx; in assert_global_state_read_locked()
H A Dintel_display.h43 struct drm_modeset_acquire_ctx;
549 struct drm_modeset_acquire_ctx *ctx);
552 struct drm_modeset_acquire_ctx *ctx);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c118 struct drm_modeset_acquire_ctx *ctx) in nv10_update_plane()
193 struct drm_modeset_acquire_ctx *ctx) in nv10_disable_plane()
368 struct drm_modeset_acquire_ctx *ctx) in nv04_update_plane()
443 struct drm_modeset_acquire_ctx *ctx) in nv04_disable_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/shmobile/
H A Dshmob_drm_plane.c175 struct drm_modeset_acquire_ctx *ctx) in shmob_drm_plane_update()
207 struct drm_modeset_acquire_ctx *ctx) in shmob_drm_plane_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c46 struct drm_modeset_acquire_ctx *ctx, in connector_detect()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h636 struct drm_modeset_acquire_ctx *ctx);
641 struct drm_modeset_acquire_ctx *ctx);

1234