]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/fb: Use i915_gtt_view_is_*()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 7 Apr 2026 15:50:50 +0000 (18:50 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 10 Apr 2026 10:29:02 +0000 (13:29 +0300)
commitfa3d6c5e35fe224370d653334bb299e9f47b9cbd
tree296c8b758782225b5a3d974ffd1661ee73eb9e42
parent7cefb6ab03f709fe72dbcee32a0995b62a2b2bd5
drm/i915/fb: Use i915_gtt_view_is_*()

Replace the naked GTT view type checks with the new
i915_gtt_view_is_*() helpers. This isolates some of
the code from GTT view implementation details.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260407155053.32156-10-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_fb.c