Subversion Repositories Kolibri OS

Rev

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

Rev 1125 Rev 1126
Line 257... Line 257...
257
	return obj;
257
	return obj;
258
}
258
}
259
EXPORT_SYMBOL(drm_mode_object_find);
259
EXPORT_SYMBOL(drm_mode_object_find);
Line 260... Line -...
260
 
-
 
261
 
-
 
262
#if 0
260
 
263
 
261
 
264
/**
262
/**
265
 * drm_crtc_from_fb - find the CRTC structure associated with an fb
263
 * drm_crtc_from_fb - find the CRTC structure associated with an fb
266
 * @dev: DRM device
264
 * @dev: DRM device
Line 344... Line 342...
344
	dev->mode_config.num_fb--;
342
	dev->mode_config.num_fb--;
345
}
343
}
346
EXPORT_SYMBOL(drm_framebuffer_cleanup);
344
EXPORT_SYMBOL(drm_framebuffer_cleanup);
Line 347... Line -...
347
 
-
 
348
 
-
 
349
#endif
345
 
350
 
346
 
351
/**
347
/**
352
 * drm_crtc_init - Initialise a new CRTC object
348
 * drm_crtc_init - Initialise a new CRTC object
353
 * @dev: DRM device
349
 * @dev: DRM device