Re: [Intel-gfx] [PATCH 5/6] drm: Make property flags u32

2018-03-06 Thread Daniel Vetter
On Tue, Mar 06, 2018 at 06:48:48PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > The property flags are part of the uabi and we have 32 bits for them. > Pass them around as u32 internally as well, instead of a signed int. > > Signed-off-by: Ville Syrjälä u32 vs uint32_t (in struct drm_

[PATCH 5/6] drm: Make property flags u32

2018-03-06 Thread Ville Syrjala
From: Ville Syrjälä The property flags are part of the uabi and we have 32 bits for them. Pass them around as u32 internally as well, instead of a signed int. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_property.c | 41 + include/drm/drm_propert