Searched defs:drm_mode_config (Results 1 – 2 of 2) sorted by relevance
75960 struct drm_mode_config { struct75961 struct mutex mutex;75962 struct drm_modeset_lock connection_mutex;75963 struct drm_modeset_acquire_ctx *acquire_ctx;75964 struct mutex idr_mutex;75988 const struct drm_mode_config_funcs *funcs; argument75989 bool poll_enabled;75990 bool poll_running;75991 bool delayed_event;75992 struct delayed_work output_poll_work;[all …]
85575 struct drm_mode_config { struct85576 struct mutex mutex;85577 struct drm_modeset_lock connection_mutex;85578 struct drm_modeset_acquire_ctx *acquire_ctx;85579 struct mutex idr_mutex;85603 const struct drm_mode_config_funcs *funcs; argument85604 bool poll_enabled;85605 bool poll_running;85606 bool delayed_event;85607 struct delayed_work output_poll_work;[all …]