[Intel-gfx] [PATCH 5/8] drm/i915: Add CCS capability for sprites

2017-12-22 Thread Ville Syrjala
From: Ville Syrjälä Allow sprites to scan out compressed framebuffers. Since different platforms have a different set of planes that support CCS let's add a small helper to determine whether a specific plane supports CCS or not. Currently that information is spread around in many places, and not

Re: [Intel-gfx] [PATCH 5/8] drm/i915: Add CCS capability for sprites

2017-12-27 Thread Mika Kahola
On Fri, 2017-12-22 at 21:22 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Allow sprites to scan out compressed framebuffers. > > Since different platforms have a different set of planes that > support CCS let's add a small helper to determine whether a > specific plane supports CCS or no