commit | cef437ad22848afa68f02973a57473cc45b25f01 | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Tue Feb 10 19:32:19 2015 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 13 23:28:28 2015 +0100 |
tree | b7c1c771a8faa7d4cac4167718ac591bf8255377 | |
parent | a01c7162ca1116dc95c5363e6d77078a61797fc5 [diff] |
drm/i915: Make intel_lr_context_render_state_init() static This function is only used in intel_lrc.c, so restrict it to that file. The function was moved around to avoid a forward declaration and group it with its user. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>