Subversion Repositories Kolibri OS

Rev

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

Rev 5271 Rev 6084
Line 47... Line 47...
47
EXPORT_SYMBOL(drm_vblank_offdelay);
47
EXPORT_SYMBOL(drm_vblank_offdelay);
Line 48... Line 48...
48
 
48
 
49
unsigned int drm_timestamp_precision = 20;  /* Default to 20 usecs. */
49
unsigned int drm_timestamp_precision = 20;  /* Default to 20 usecs. */
Line 50... Line -...
50
EXPORT_SYMBOL(drm_timestamp_precision);
-
 
51
 
-
 
52
/*
-
 
53
 * Default to use monotonic timestamps for wait-for-vblank and page-flip
-
 
54
 * complete events.
-
 
55
 */
-
 
56
unsigned int drm_timestamp_monotonic = 1;
50
EXPORT_SYMBOL(drm_timestamp_precision);
Line 57... Line 51...
57
 
51
 
58
struct idr drm_minors_idr;
52
struct idr drm_minors_idr;
59
 
53
 
Line 566... Line 560...
566
    clflush(end - 1);
560
    clflush(end - 1);
567
    mb();
561
    mb();
568
    return;
562
    return;
569
}
563
}
Line -... Line 564...
-
 
564
 
-
 
565
int drm_sysfs_connector_add(struct drm_connector *connector)
-
 
566
{
-
 
567
    return 0;
Line -... Line 568...
-
 
568
}
-
 
569
 
-
 
570
void drm_sysfs_connector_remove(struct drm_connector *connector)