Hi Linus,
Can you please pull the 'drm-patches' branch from
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches
It only contains one fix for an error printout that will spam the logs
with all current X servers...
Dave.
drivers/char/drm/i915_irq.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit eac681b3aec226c83f52d307254d88393aab5eb9
Author: =?utf-8?q?Michel_D=C3=A4nzer?= <[email protected]>
Date: Mon Jan 8 20:38:34 2007 +1100
i915: Fix a DRM_ERROR that should be DRM_DEBUG.
It would clutter up the kernel output in a situation which is legitimate
before
X.org 7.2 and handled correctly by the 3D driver.
Signed-off-by: Dave Airlie <[email protected]>