drm/i915: split out i915_gem.c declarations to i915_gem.h
authorJani Nikula <jani.nikula@intel.com>
Mon, 5 Sep 2022 15:00:53 +0000 (18:00 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 6 Sep 2022 13:06:21 +0000 (16:06 +0300)
commit5fd5cc73e449286bc54209a4cdc7db888fb022e1
treea09ff9fa3d874fc5a64edd211c4d8658cba43c4e
parent5aea37bf4112896437176704049db2559efcb8a9
drm/i915: split out i915_gem.c declarations to i915_gem.h

Declutter i915_drv.h by splitting out the declarations for
i915_gem.[ch].

Add a fixme comment about the rest of the stuff in i915_gem.h that
doesn't really belong there.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/82a353c5c4b52df2354f9413b547c7619a45d92d.1662390010.git.jani.nikula@intel.com
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.h