Subversion Repositories Kolibri OS

Rev

Rev 6082 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6082 Rev 6936
Line 40... Line 40...
40
			    struct drm_atomic_state *state);
40
			    struct drm_atomic_state *state);
41
int drm_atomic_helper_commit(struct drm_device *dev,
41
int drm_atomic_helper_commit(struct drm_device *dev,
42
			     struct drm_atomic_state *state,
42
			     struct drm_atomic_state *state,
43
			     bool async);
43
			     bool async);
Line -... Line 44...
-
 
44
 
-
 
45
bool drm_atomic_helper_framebuffer_changed(struct drm_device *dev,
-
 
46
					   struct drm_atomic_state *old_state,
-
 
47
					   struct drm_crtc *crtc);
44
 
48
 
45
void drm_atomic_helper_wait_for_vblanks(struct drm_device *dev,
49
void drm_atomic_helper_wait_for_vblanks(struct drm_device *dev,
Line 46... Line 50...
46
					struct drm_atomic_state *old_state);
50
					struct drm_atomic_state *old_state);
47
 
51
 
Line 60... Line 64...
60
				     struct drm_atomic_state *state,
64
				     struct drm_atomic_state *state,
61
				     bool active_only);
65
				     bool active_only);
62
void drm_atomic_helper_cleanup_planes(struct drm_device *dev,
66
void drm_atomic_helper_cleanup_planes(struct drm_device *dev,
63
				      struct drm_atomic_state *old_state);
67
				      struct drm_atomic_state *old_state);
64
void drm_atomic_helper_commit_planes_on_crtc(struct drm_crtc_state *old_crtc_state);
68
void drm_atomic_helper_commit_planes_on_crtc(struct drm_crtc_state *old_crtc_state);
-
 
69
void drm_atomic_helper_disable_planes_on_crtc(struct drm_crtc *crtc,
-
 
70
					      bool atomic);
Line 65... Line 71...
65
 
71
 
66
void drm_atomic_helper_swap_state(struct drm_device *dev,
72
void drm_atomic_helper_swap_state(struct drm_device *dev,
Line 67... Line 73...
67
				  struct drm_atomic_state *state);
73
				  struct drm_atomic_state *state);
Line 79... Line 85...
79
		struct drm_plane_state *plane_state);
85
		struct drm_plane_state *plane_state);
80
int drm_atomic_helper_set_config(struct drm_mode_set *set);
86
int drm_atomic_helper_set_config(struct drm_mode_set *set);
81
int __drm_atomic_helper_set_config(struct drm_mode_set *set,
87
int __drm_atomic_helper_set_config(struct drm_mode_set *set,
82
		struct drm_atomic_state *state);
88
		struct drm_atomic_state *state);
Line -... Line 89...
-
 
89
 
-
 
90
int drm_atomic_helper_disable_all(struct drm_device *dev,
-
 
91
				  struct drm_modeset_acquire_ctx *ctx);
-
 
92
struct drm_atomic_state *drm_atomic_helper_suspend(struct drm_device *dev);
-
 
93
int drm_atomic_helper_resume(struct drm_device *dev,
-
 
94
			     struct drm_atomic_state *state);
83
 
95
 
84
int drm_atomic_helper_crtc_set_property(struct drm_crtc *crtc,
96
int drm_atomic_helper_crtc_set_property(struct drm_crtc *crtc,
85
					struct drm_property *property,
97
					struct drm_property *property,
86
					uint64_t val);
98
					uint64_t val);
87
int drm_atomic_helper_plane_set_property(struct drm_plane *plane,
99
int drm_atomic_helper_plane_set_property(struct drm_plane *plane,
Line 116... Line 128...
116
void __drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
128
void __drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
117
					     struct drm_plane_state *state);
129
					     struct drm_plane_state *state);
118
void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
130
void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane,
119
					  struct drm_plane_state *state);
131
					  struct drm_plane_state *state);
Line -... Line 132...
-
 
132
 
-
 
133
void __drm_atomic_helper_connector_reset(struct drm_connector *connector,
120
 
134
					 struct drm_connector_state *conn_state);
121
void drm_atomic_helper_connector_reset(struct drm_connector *connector);
135
void drm_atomic_helper_connector_reset(struct drm_connector *connector);
122
void
136
void
123
__drm_atomic_helper_connector_duplicate_state(struct drm_connector *connector,
137
__drm_atomic_helper_connector_duplicate_state(struct drm_connector *connector,
124
					   struct drm_connector_state *state);
138
					   struct drm_connector_state *state);