On Mon, Oct 13, 2014 at 08:15:00PM +0800, Yao Cheng wrote:
drm/ipvr is a new GEM driver for baytrail's vxd392, which accelerates VP8 video decoding. The driver name "ipvr" means the PowerVR's IP wrapped by Intel. In the future, ipvr may support other platforms such as Merrifield. Code is placed at drivers/gpu/drm/ipvr and the following two new Kconfig are added: CONFIG_DRM_IPVR: Build option for ipvr module CONFIG_DRM_IPVR_EC: Experimental feature of error concealment
User mode drm helper "libdrm_ipvr.so" and simple test are also included.
git repos/patches for the userspace side seems to be missing. -Daniel