drm/i915: Separate intel_frontbuffer into its own header
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Aug 2016 15:32:35 +0000 (16:32 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Aug 2016 19:20:01 +0000 (20:20 +0100)
commit5d723d7afd320e687ebb59f7ac741b0ab02d77e8
tree1ef202e0568be0faf25989bba7fc8b22090d3ca8
parentde895082f797882b541141ceac9e407eeeb3ceca
drm/i915: Separate intel_frontbuffer into its own header

In view of adding inline functions into the intel_frontbuffer section,
we first split the header into its own file so that we can integrate it
more easily with kerneldoc.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1470324762-2545-19-git-send-email-chris@chris-wilson.co.uk
Documentation/gpu/i915.rst
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_execbuffer.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_fbdev.c
drivers/gpu/drm/i915/intel_frontbuffer.c
drivers/gpu/drm/i915/intel_frontbuffer.h [new file with mode: 0644]
drivers/gpu/drm/i915/intel_overlay.c
drivers/gpu/drm/i915/intel_sprite.c
This page took 0.02564 seconds and 5 git commands to generate.