Subversion Repositories Kolibri OS

Rev

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

Rev 4104 Rev 4126
Line 426... Line 426...
426
 
426
 
Line 427... Line 427...
427
    return err;
427
    return err;
428
};
428
};
Line -... Line 429...
-
 
429
 
-
 
430
void i915_dpms(struct drm_device *dev, int mode)
-
 
431
{
-
 
432
    struct drm_connector_funcs *f = os_display->connector->funcs;
-
 
433
 
-
 
434
    f->dpms(os_display->connector, mode);
-
 
435
};
429
 
436
 
430
void __attribute__((regparm(1))) destroy_cursor(cursor_t *cursor)
437
void __attribute__((regparm(1))) destroy_cursor(cursor_t *cursor)
431
{
438
{
Line 432... Line 439...
432
    list_del(&cursor->list);
439
    list_del(&cursor->list);