]> www.infradead.org Git - nvme.git/commit
drm/i915/fbc: Extract intel_fbc_max_surface_size()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Jul 2024 14:52:39 +0000 (17:52 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 12 Jul 2024 12:05:40 +0000 (15:05 +0300)
commitda9bbdb97469383a2ac97435a3b09543d14139fe
treed51ac2639ea78edb491dab1df3de62e03f0d13b4
parenta5beee65241d25ad20dd814668c975ba13a42615
drm/i915/fbc: Extract intel_fbc_max_surface_size()

Extract intel_fbc_max_surface_size() from
intel_fbc_hw_tracking_covers_screen(), mainly to mirror the
"max plane size" counterparts.

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