On 11/4/2014 7:23 PM, Rodrigo Vivi wrote: > These patches got listed to -collector but got a huge conflict. If it > is still relevant please rebase it. > > Also my bikeshed is to findo better names to help on differentiate > them at least. > > On Wed, Sep 24, 2014 at 5:02 AM, Michel Thierry > wrote: >> Following the legacy ring submission example, update the >> ring->init_context() hook to support the execlist submission mode. >> >> Workarounds are defined in bdw_emit_workarounds(), but the emit >> now depends on the ring submission mode. >> >> v2: Updated after "Cleanup pre prod workarounds" >> >> For: VIZ-4092 >> Signed-off-by: Michel Thierry >> --- >> drivers/gpu/drm/i915/i915_gem_context.c | 2 +- >> drivers/gpu/drm/i915/intel_lrc.c | 66 +++++++++++++++++++++++++++++ >> drivers/gpu/drm/i915/intel_ringbuffer.c | 75 +++++++++++++++++++-------------- >> drivers/gpu/drm/i915/intel_ringbuffer.h | 11 ++++- >> 4 files changed, 120 insertions(+), 34 deletions(-) Hi Rodrigo, This patch is no longer needed, and was superseded by Arun's patch: <1414516762-27254-1-git-send-email-arun.siluvery@linux.intel.com> Thanks, -Michel