Re: [PATCH] drm/komeda: Added AFBC support for komeda driver

From: Brian Starkey
Date: Tue May 28 2019 - 11:30:08 EST


Hi James,

On Mon, May 27, 2019 at 07:51:18AM +0100, james qian wang (Arm Technology China) wrote:
> Hi Brian & Ville:
>
> komed has a format+modifier check before the fb size check.
> and for komeda_fb_create, the first step is do the format+modifier
> check, the size check is the furthur check after the such format
> valid check. and the detailed fb_create is like:

Thanks for the detail, it sounds good.

-Brian