]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/fbc: Make the cfb allocation loop a bit more legible
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 10 Jun 2021 18:32:36 +0000 (21:32 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 24 Jun 2021 18:49:54 +0000 (21:49 +0300)
commit8538d78e26ecaf2c9f0d43526207c643972c2cc1
treeb3786634dddd6270c228f1701d43ef2dc40ea5f1
parentc48f67ee91ad44466a1e63a089ac4835f3f2db4f
drm/i915/fbc: Make the cfb allocation loop a bit more legible

Write the cfb allocation loop as an actual loop instead of some
hard to read goto thing.

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