Re: [Intel-gfx] [PATCH 1/3] drm/i915: don't deactivate FBC at skylake_disable_primary_plane

2016-02-02 Thread Maarten Lankhorst
Hey, Op 29-01-16 om 21:57 schreef Paulo Zanoni: > FBC is already deactivated at this point. > > Besides, nothing should be calling these lower-level function > pointers. A few months ago, the only caller of > dev_priv->fbc.deactivate was intel_pipe_set_base_atomic(), which was > the kgdboc

[Intel-gfx] [PATCH 1/3] drm/i915: don't deactivate FBC at skylake_disable_primary_plane

2016-01-29 Thread Paulo Zanoni
FBC is already deactivated at this point. Besides, nothing should be calling these lower-level function pointers. A few months ago, the only caller of dev_priv->fbc.deactivate was intel_pipe_set_base_atomic(), which was the kgdboc function. But the following commit added it to the SKL function: