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 136... Line 136...
136
void drm_modeset_unlock_crtc(struct drm_crtc *crtc);
136
void drm_modeset_unlock_crtc(struct drm_crtc *crtc);
137
void drm_warn_on_modeset_not_all_locked(struct drm_device *dev);
137
void drm_warn_on_modeset_not_all_locked(struct drm_device *dev);
138
struct drm_modeset_acquire_ctx *
138
struct drm_modeset_acquire_ctx *
139
drm_modeset_legacy_acquire_ctx(struct drm_crtc *crtc);
139
drm_modeset_legacy_acquire_ctx(struct drm_crtc *crtc);
Line 140... Line 140...
140
 
140
 
141
int drm_modeset_lock_all_crtcs(struct drm_device *dev,
141
int drm_modeset_lock_all_ctx(struct drm_device *dev,
Line 142... Line 142...
142
		struct drm_modeset_acquire_ctx *ctx);
142
		struct drm_modeset_acquire_ctx *ctx);