OSDN Git Service

drm/i915: Export the generic, not arch specific, intel_update_watermarks()
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 14 Apr 2012 20:56:08 +0000 (21:56 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 16 Apr 2012 16:44:47 +0000 (18:44 +0200)
commitf681fa235f931bcf41f6c8fa22aadde9d8833eec
tree796c54ad5dc9ae3e29805586494d20e077a68798
parentfc6826d1dcd65f3d1e9a5377678882e4e08f02be
drm/i915: Export the generic, not arch specific, intel_update_watermarks()

Rather than export every single architecture specific update_wm, just
export the wrapper around the display vtable.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_sprite.c