Re: [PATCH libdrm] xf86drm: Add signed32 rectangle

2018-09-07 Thread Emil Velikov
Hi Deepak, On 6 September 2018 at 00:47, Deepak Rawat wrote: > With drm subsystem using struct drm_rect to manage rectangular area this > export it to user-space. > > Currently used by drm_mode_atomic blob property FB_DAMAGE_CLIPS. > > --- a/include/drm/drm_mode.h > +++ b/include/drm/drm_mode.h

[PATCH libdrm] xf86drm: Add signed32 rectangle

2018-09-05 Thread Deepak Rawat
With drm subsystem using struct drm_rect to manage rectangular area this export it to user-space. Currently used by drm_mode_atomic blob property FB_DAMAGE_CLIPS. Signed-off-by: Deepak Rawat --- include/drm/drm_mode.h | 19 +++ xf86drmMode.h | 2 ++ 2 files changed, 21