OSDN Git Service

drm/i915/fbc: Remove stale FIXME
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 16 Sep 2022 16:52:05 +0000 (19:52 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 23 Sep 2022 09:53:57 +0000 (12:53 +0300)
commit958349ff710b79d85f35be73d1b09991f67b3423
treeab32e6ddd2def23d18a861e4e51a66987b1ea2f9
parent559f701db082a26f057463e14480cdf3306b1d91
drm/i915/fbc: Remove stale FIXME

Remove the old tales about 90/270 degree rotation
effectively preventing FBC. That hasn't been true since
we stopped demanding the fence is present in
commit 691f7ba58d52 ("drm/i915/display/fbc: Make fences
a nice-to-have for GEN9+")

Also fix up the multiline comment formatting while at it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220916165206.1499-2-ville.syrjala@linux.intel.com
Reviewed-by: Luca Coeho <luciano.coelho@intel.com>
drivers/gpu/drm/i915/display/intel_fbc.c