]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/fbc: Don't pass around the mm node
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 10 Jun 2021 18:32:32 +0000 (21:32 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 24 Jun 2021 18:47:37 +0000 (21:47 +0300)
commit337e54f77cee46c5d0de43370fb6bb38c0794890
treec5ee709a2ee21a9c6e3e904d349510a4c844b86d
parent45a321a7ee0ad9fb3f80ccdb4ef320309efbbc93
drm/i915/fbc: Don't pass around the mm node

No point in passing the mm node explicitly to find_compression_limit()
since it's always the same node for the cfb.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210610183237.3920-5-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/display/intel_fbc.c