Re: [Mesa-dev] [PATCH] freedreno/drm: sync uapi again

2019-01-07 Thread Kristian Høgsberg
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:

[Mesa-dev] [PATCH] freedreno/drm: sync uapi again

2019-01-07 Thread Chia-I Wu
"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