drm/i915: Kill useless "Enable panel fitter" comments
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Jun 2013 22:51:23 +0000 (00:51 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 18 Jun 2013 12:05:22 +0000 (14:05 +0200)
commit05d62b831367cece58363dfe5768a00d2a1faaf5
treed0b42f5890279945a3b20d2b6d4973b37177540b
parentacd78c117f0ac6960dc9e51801adb59810e49e75
drm/i915: Kill useless "Enable panel fitter" comments

Now that we have this all nicely abstract into separate functions with
self-documenting names this is pointless. And as Yuly Novikov spotted
in the case of ilk-ivb also wrong since we use the pfit both for lvds
and eDP

Reported-By: Yuly Novikov <ynovikov@chromium.org>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c