Hi, I think there may be a possibility of compilation error with drm-intel commit 6ef3d42 if CONFIG_DEBUG_FS isn't selected.
commit 6ef3d4278034982c13df87c4a51e0445f762d316 Author: Chris Wilson <[email protected]> Date: Wed Aug 4 20:26:07 2010 +0100 drm/i915: Capture the overlay status upon a GPU hang. v2: Add the interrupt status and address. Signed-off-by: Chris Wilson <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Signed-off-by: Eric Anholt <[email protected]> this commit uses seq_printf, which is defined in include/linux/seq_file.h, which is included in include/drm/drm_mm.h only if CONFIG_DEBUG_FS is defined. some wrapping with #ifdefs may be needed Thanks for the great drivers, Alexander Lam _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
