Subversion Repositories Kolibri OS

Rev

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

Rev 3031 Rev 3033
Line 2516... Line 2516...
2516
 
2516
 
Line 2517... Line 2517...
2517
static struct drm_device *irq_device;
2517
static struct drm_device *irq_device;
2518
 
2518
 
2519
void irq_handler_kms()
2519
void irq_handler_kms()
2520
{
2520
{
2521
//    printf("%s\n",__FUNCTION__);
2521
    printf("%s\n",__FUNCTION__);
Line 2522... Line 2522...
2522
    ironlake_irq_handler(irq_device);
2522
    ironlake_irq_handler(irq_device);
2523
}
2523
}