Draft: modesetting: Use IN_FORMATS_ASYNC for async flips
The kernel is about to gain support for IN_FORMATS_ASYNC blob, to indicate which format/modifiers combinations support async flips. Hook that up so that we instruct the client to allocate its buffers with the appropritate modifier. Eg. Intel Skylake era hardware doesn't support async flips with compressed buffers, so it would be preferable to use an uncompressed buffer instead when attempting async flips.