Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 144... Line 144...
144
void
144
void
145
__drm_atomic_helper_connector_destroy_state(struct drm_connector *connector,
145
__drm_atomic_helper_connector_destroy_state(struct drm_connector *connector,
146
					    struct drm_connector_state *state);
146
					    struct drm_connector_state *state);
147
void drm_atomic_helper_connector_destroy_state(struct drm_connector *connector,
147
void drm_atomic_helper_connector_destroy_state(struct drm_connector *connector,
148
					  struct drm_connector_state *state);
148
					  struct drm_connector_state *state);
-
 
149
void drm_atomic_helper_legacy_gamma_set(struct drm_crtc *crtc,
-
 
150
					u16 *red, u16 *green, u16 *blue,
-
 
151
					uint32_t start, uint32_t size);
Line 149... Line 152...
149
 
152
 
150
/**
153
/**
151
 * drm_atomic_crtc_for_each_plane - iterate over planes currently attached to CRTC
154
 * drm_atomic_crtc_for_each_plane - iterate over planes currently attached to CRTC
152
 * @plane: the loop cursor
155
 * @plane: the loop cursor