Re: [Intel-gfx] [PATCH 7/7] drm/i915: don't reallocate the compressed FB at every frame

2015-02-15 Thread Jani Nikula
On Fri, 13 Feb 2015, Paulo Zanoni wrote: > From: Paulo Zanoni > > With the current code we just reallocate the compressed FB at every > FBC update: we have X in one frame, then in the other frame we need X > again, but we check "needed < have" instead of "needed <= have". > > v2: Rebase after Jan

Re: [Intel-gfx] [PATCH 1/1] tools/intel_audio_dump: add support for Skylake

2015-02-15 Thread Zhenyu Wang
On 2015.02.12 08:41:59 +0800, han...@intel.com wrote: > From: "Lu, Han" > > This patch adds support for dumping audio registers of Skylake. > > Signed-off-by: Lu, Han > Just pushed this. Thanks. -- Open Source Technology Center, Intel ltd. $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781

Re: [Intel-gfx] [PATCH 1/5] drm/irq: Add drm_crtc_vblank_reset

2015-02-15 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Friday 13 February 2015 21:03:42 Daniel Vetter wrote: > At driver load we need to tell the vblank code about the state of the > pipes, so that the logic around reject vblank_get when the pipe is off > works correctly. > > Thus far i915 used drm_vblank_off,