Bug 16811 - drivers/gpu/drm/i915/intel_overlay.c does not compile
Summary: drivers/gpu/drm/i915/intel_overlay.c does not compile
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - Intel) (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_video-dri-intel@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 00:40 UTC by Martin Ziegler
Modified: 2010-09-08 08:15 UTC (History)
3 users (show)

See Also:
Kernel Version: v2.6.36-rc1-236-g3dc8d7f1
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
linux-2.6/.config (64.44 KB, text/plain)
2010-08-23 00:40 UTC, Martin Ziegler
Details

Description Martin Ziegler 2010-08-23 00:40:24 UTC
Created attachment 27711 [details]
linux-2.6/.config

CC [M]  drivers/gpu/drm/i915/dvo_ch7017.o

drivers/gpu/drm/i915/intel_overlay.c: In function 'intel_overlay_print_error_state':

drivers/gpu/drm/i915/intel_overlay.c:1467: error: implicit declaration of function 'seq_printf'


Martin
Comment 1 Andre Muller 2010-08-24 21:41:01 UTC
This was introduced with

commit 6ef3d4278034982c13df87c4a51e0445f762d316
Author: Chris Wilson <chris@chris-wilson.co.uk>
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 <chris@chris-wilson.co.uk>
    Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: Eric Anholt <eric@anholt.net>

HTH,
Andre
Comment 2 Andrew Morton 2010-08-24 23:36:12 UTC
Thanks, I queued a hopeful fix.  I'll see if I can get someone to merge it.
Comment 3 Andre Muller 2010-08-25 13:03:20 UTC
I applied the patch to current linus tree, which compiles (and boots) fine now. 
Thanks!

Note You need to log in before you can comment on or make changes to this bug.