Reviewed-by: Kristian H. Kristensen
On Mon, Jan 7, 2019 at 4:27 PM Chia-I Wu wrote:
>
> "pad" was missing in Mesa's msm_drm.h. sizeof(drm_msm_gem_info)
> remains the same, but now the compiler initializes the field to
> zero.
>
> Buffer allocation results in EINVAL without this for me.
>
> Cc:
"pad" was missing in Mesa's msm_drm.h. sizeof(drm_msm_gem_info)
remains the same, but now the compiler initializes the field to
zero.
Buffer allocation results in EINVAL without this for me.
Cc: Rob Clark
Cc: Kristian Høgsberg
Signed-off-by: Chia-I Wu
---
src/freedreno/drm/msm_drm.h | 1 +
1