[Intel-gfx] [PATCH 3/7] drm/i915/bdw: MI_FLUSH_DW a qword instead of dword

2014-08-04 Thread Rodrigo Vivi
From: Ben Widawsky benjamin.widaw...@intel.com The actual post sync op is Write Immediate Data QWord. It is therefore arguable that we should have always done a qword write. The actual impetus for this patch is our decoder complains when we write a dword and I was trying to eliminate the

Re: [Intel-gfx] [PATCH 3/7] drm/i915/bdw: MI_FLUSH_DW a qword instead of dword

2014-08-04 Thread Ben Widawsky
On Mon, Aug 04, 2014 at 11:15:15AM -0700, Rodrigo Vivi wrote: From: Ben Widawsky benjamin.widaw...@intel.com The actual post sync op is Write Immediate Data QWord. It is therefore arguable that we should have always done a qword write. The actual impetus for this patch is our decoder