Re: [PATCH 3/9] drm: Make ioctls available for in-kernel clients

2018-05-24 Thread Daniel Vetter
On Wed, May 23, 2018 at 04:34:05PM +0200, Noralf Trønnes wrote: > Make ioctl wrappers for functions that will be used by the in-kernel API. > The following functions are touched: > - drm_mode_create_dumb_ioctl() > - drm_mode_destroy_dumb_ioctl() > - drm_mode_addfb() > - drm_mode_rmfb() > >

[PATCH 3/9] drm: Make ioctls available for in-kernel clients

2018-05-23 Thread Noralf Trønnes
Make ioctl wrappers for functions that will be used by the in-kernel API. The following functions are touched: - drm_mode_create_dumb_ioctl() - drm_mode_destroy_dumb_ioctl() - drm_mode_addfb() - drm_mode_rmfb() Signed-off-by: Noralf Trønnes ---