2009/11/30 Alex Deucher <alexdeuc...@gmail.com>:
> This enables the use of interrupts on r6xx/r7xx hardware. Interrupts
> are implemented via a ring buffer.  The GPU adds interrupts vectors to
> the ring and the host reads them off in the interrupt handler.  The
> interrupt controller requires firmware like the CP.  This firmware
> must be installed and accessible to the firmware loader for interrupts
> to function.

Just:
# git apply < 0001-drm-radeon-kms-Add-support-for-interrupts-on-r6xx-r.patch
<stdin>:217: space before tab in indent.
        r = r600_irq_init(rdev);
<stdin>:218: space before tab in indent.
        if (r) {
<stdin>:219: space before tab in indent.
                DRM_ERROR("radeon: IH init failed (%d).\n", r);
<stdin>:221: space before tab in indent.
        }
warning: 4 lines add whitespace errors.

if you care.

-- 
Rafa

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to