Subversion Repositories Kolibri OS

Rev

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

Rev 5271 Rev 6084
Line 40... Line 40...
40
 */
40
 */
Line 41... Line 41...
41
 
41
 
42
#define DRM_KERNEL_CONTEXT		0
42
#define DRM_KERNEL_CONTEXT		0
Line 43... Line 43...
43
#define DRM_RESERVED_CONTEXTS		1
43
#define DRM_RESERVED_CONTEXTS		1
44
 
44
 
45
int drm_legacy_ctxbitmap_init(struct drm_device *dev);
45
void drm_legacy_ctxbitmap_init(struct drm_device *dev);
46
void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev);
46
void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev);
Line 47... Line 47...
47
void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
47
void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);