commit | 4da46e1e5bb7e7396fad172cdaffbe496562f3d8 | [log] [tgz] |
---|---|---|
author | Oscar Mateo <oscar.mateo@intel.com> | Thu Jul 24 17:04:27 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 11 22:42:49 2014 +0200 |
tree | b7a47fdb823b8464c24a8df87ce63fe4c170af6d | |
parent | 82e104cc266c6da30a30fc5028b2f0236c669cd7 [diff] |
drm/i915/bdw: GEN-specific logical ring emit request Very similar to the legacy add_request, only modified to account for logical ringbuffer. v2: Use MI_GLOBAL_GTT, as suggested by Brad Volkin. v3: Unify render and non-render in the same function, as noticed by Brad Volkin. Signed-off-by: Oscar Mateo <oscar.mateo@intel.com> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>