]> www.infradead.org Git - nvme.git/commit
drm/i915/fbc: s/intel_fbc_hw_tracking_covers_screen()/intel_fbc_surface_size_ok()/
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Jul 2024 14:52:40 +0000 (17:52 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 12 Jul 2024 12:05:40 +0000 (15:05 +0300)
commit4c46e34e67587b268abc3916c9613426018561e6
tree57c001c564f3564a1b12f14245b973fa19aee649
parentda9bbdb97469383a2ac97435a3b09543d14139fe
drm/i915/fbc: s/intel_fbc_hw_tracking_covers_screen()/intel_fbc_surface_size_ok()/

Rename intel_fbc_hw_tracking_covers_screen() to intel_fbc_surface_size_ok()
so that the naming scheme is the same for the surface size vs. plane
size checks. "surface size" is what bspec talks about.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240705145254.3355-7-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_fbc.c