[PATCH] drm/rockchip: Add GEM create ioctl support

2020-01-23 Thread Ezequiel Garcia
From: Mark Yao Add driver-specific GEM create/offset ioctls, to allow users to create objects of arbitrary size. These are required to allocate buffers to be shared with video decoder block, with hardware-specific needs such as macroblock alignment and extra room for motion vectors. Signed-off-

Re: [PATCH] drm/rockchip: Add GEM create ioctl support

2020-01-23 Thread Heiko Stuebner
Hi Ezquiel, Am Mittwoch, 22. Januar 2020, 20:08:55 CET schrieb Ezequiel Garcia: > From: Mark Yao > > Add driver-specific GEM create/offset ioctls, to allow users > to create objects of arbitrary size. > > These are required to allocate buffers to be shared with > video decoder block, with hardw