public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Yao Cheng <yao.cheng@intel.com>
To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	sean.v.kelley@intel.com, daniel.vetter@intel.com
Cc: michael.j.abel@intel.com, fei.jiang@intel.com, ram.r.rao@intel.com
Subject: [RFC PATCH v2 0/4] drm driver for VED in Intel GPU
Date: Tue, 21 Oct 2014 14:36:40 +0800	[thread overview]
Message-ID: <1413873402-4331-1-git-send-email-yao.cheng@intel.com> (raw)

drm/ipvr is a new GEM driver for VED (PowerVR's VPU integrated in Intel GPU), which
extends video decoding capability.
Two new Kconfig added for building ipvr driver:
  CONFIG_DRM_IPVR: Build option for ipvr module
  CONFIG_DRM_IPVR_EC: Experimental feature of error concealment

The driver name "ipvr" means the PowerVR's core wrapped by Intel. The PowerVR VPUs
are also integrated by non-i915 platforms such as GMA500, so we keep ipvr driver
and i915 driver separated and independent to each other. To achieve this we do
the minimum change in i915: i915_ved.c added for setting up the bridge between VED
and i915, kerneldoc also updated.

User mode drm helper "libdrm_ipvr.so" and simple ioctl/decode test are included.

one test script "drv_module_reload" in i-g-t also updated to support ipvr loading
and unloading. Due to restriction in Linux platform device model, we have to
manually unload ipvr before unloading i915.

Yao Cheng (4):
  [1/4] drm/i915: add i915_ved.c to setup bridge for VED
  [2/4] drm/ipvr: drm driver for VED
  [3/4] libdrm/ipvr: user mode helper for ipvr drm driver
  [4/4] i-g-t: tests/drv_module_reload: add ipvr support

-- 
1.9.1

             reply	other threads:[~2014-10-21  6:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-21  6:36 Yao Cheng [this message]
2014-10-21  6:36 ` [RFC PATCH v2 1/4] drm/i915: add i915_ved.c to setup bridge for VED Yao Cheng
2014-10-21 10:29   ` Ville Syrjälä
2014-10-22  7:09     ` Cheng, Yao
2014-10-22  7:49       ` Ville Syrjälä
2014-10-23 14:38       ` [Intel-gfx] " Cheng, Yao
2014-10-21 12:09   ` Daniel Vetter
2014-10-22  7:11     ` Cheng, Yao
2014-10-22  8:43       ` [Intel-gfx] " Daniel Vetter
2014-10-23  6:50         ` Cheng, Yao
2014-10-21  6:36 ` [RFC PATCH v2 2/4] drm/ipvr: drm driver " Yao Cheng
2014-10-21  9:08   ` Daniel Vetter
2014-10-22  6:37     ` Cheng, Yao
2014-10-22  8:50       ` Daniel Vetter
2014-10-23  6:59         ` Cheng, Yao
2014-10-23 14:45         ` [Intel-gfx] " Cheng, Yao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1413873402-4331-1-git-send-email-yao.cheng@intel.com \
    --to=yao.cheng@intel.com \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fei.jiang@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=michael.j.abel@intel.com \
    --cc=ram.r.rao@intel.com \
    --cc=sean.v.kelley@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox