From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yao Cheng Subject: [RFC PATCH 0/3] drm driver for baytrail's vxd392 Date: Mon, 13 Oct 2014 20:15:00 +0800 Message-ID: <1413202502-19026-1-git-send-email-yao.cheng@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org Cc: fei.jiang@intel.com, dri-devel@lists.freedesktop.org, daniel.vetter@intel.com List-Id: dri-devel@lists.freedesktop.org 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. Yao Cheng (3): [1/3] drm/i915: add vxd392 bridge in i915 on baytrail [2/3] drm/ipvr: ipvr drm driver for vxd392 [3/3] libdrm: user mode helper for ipvr drm driver -- 1.9.1