]> git.karo-electronics.de Git - linux-beck.git/commit
drm/i915: Add kerneldoc for intel_pipe_update_{start, end}
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Tue, 28 Oct 2014 13:10:12 +0000 (15:10 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:41:58 +0000 (18:41 +0100)
commit26ff2762108010976e2785c605cdc7ac6882da11
tree144bd4e5fa78cea22f907512bf7043e1f9b07f4b
parent8e63954903779f0f70b4564d5cb0accb4b065c64
drm/i915: Add kerneldoc for intel_pipe_update_{start, end}

Note that a later patch will use these functions in some other file
and drop the static. Hence the kerneldoc looks appropriate.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
[danvet: Add comment that the functions will become non-static
shortly.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sprite.c