commit | bc0dce3fd0526215aa781c28069519d126d50129 | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Thu Mar 19 12:30:07 2015 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Apr 01 07:54:17 2015 +0200 |
tree | d41e69faea22c9d8bc296a26173527838bedb777 | |
parent | f3dc74c0e17b712cbcb4688a28d27df3fa8644a9 [diff] |
drm/i915: Make intel_logical_ring_begin() static The only usage of intel_logical_ring_begin() is within intel_lrc.c so it can be made static. To avoid a forward declaration at the top of the file, it and bunch of other functions have been shuffled upwards. For: VIZ-5115 Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: Tomas Elf <tomas.elf@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>