commit | 25dc556a2a0a2747cf3651462076d86410bd6b90 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 20 13:31:52 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 20 13:40:11 2016 +0100 |
tree | e48f36530c46ad98d2049f11eedaac1f90f5695c | |
parent | 03ac0642f67a3a888bf82b1042c07d5df2b52a89 [diff] |
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get Ultimately wraps kref_get(), so adopt its nomenclature for consistency with other subsystems. s/drm_gem_object_reference/i915_gem_object_get/ Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1469005202-9659-5-git-send-email-chris@chris-wilson.co.uk Reviewed-by: Dave Gordon <david.s.gordon@intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1469017917-15134-4-git-send-email-chris@chris-wilson.co.uk