[Intel-gfx] [PATCH] drm/i915: HDMI/DP - ELD info refresh support for Haswell

2013-01-06 Thread Wang Xingchao
ELD info should be updated dynamically according to hot plug event. For haswell chip, clear/set the eld valid bit and output enable bit from callback intel_disable/eanble_ddi(). Signed-off-by: Wang Xingchao --- drivers/gpu/drm/i915/intel_ddi.c | 20 1 file changed, 20 inse

Re: [Intel-gfx] Regression due to: drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13

2013-01-06 Thread Daniel Vetter
Now with the intel-gfx m-l address fixed ... -Daniel On Sun, Jan 6, 2013 at 10:13 PM, Daniel Vetter wrote: > Hi all, > > Looks ugly, and the original commit doesn't have any link to the > dmidecode information. Sjoerd&John, can you both please attach the > output of dmidecode? If we're lucky, we

Re: [Intel-gfx] [PATCH] drm/i915: Treat crtc->mode.clock == 0 as disabled

2013-01-06 Thread Daniel Vetter
On Fri, Jan 4, 2013 at 12:39 PM, Chris Wilson wrote: > Prevent a divide-by-zero by consistently treating an 'active' CRTC > without a mode set as actually disabled. Can you please resend with sob/tested-by/lkml-references and regression sha1 citation and maybe a small comment in the code that thi

Re: [Intel-gfx] [PATCH] drm/i915; Only increment the user-pin-count after successfully pinning the bo

2013-01-06 Thread Daniel Vetter
On Wed, Jan 02, 2013 at 10:31:22AM +, Chris Wilson wrote: > As along the error path we do not correct the user pin-count for the > failure, we may end up with userspace believing that it has a pinned > object at offset 0 (when interrupted by a signal for example). > > Signed-off-by: Chris Wils

Re: [Intel-gfx] [intel-gpu-tools PATCH] Fix out of bounds memory access

2013-01-06 Thread Daniel Vetter
On Tue, Dec 25, 2012 at 06:06:57PM +0100, Thomas Jarosch wrote: > cppcheck reported: > [tools/intel_infoframes.c:836]: (error) Width 31 given in format string > (no. 1) is larger than destination buffer 'option[16]', > use %15s to prevent overflowing it. > > Signed-off-by: Thomas Jarosch Applied

Re: [Intel-gfx] [PATCH] drm/i915: Treat crtc->mode.clock == 0 as disabled

2013-01-06 Thread Sedat Dilek
Hi Chris, I have tested the patch from Linus [2] and your patch from [1] on top of Linux v3.8-rc2. Feel free to add a "Tested-by". Regards, - Sedat - [1] https://patchwork.kernel.org/patch/1932791/ [2] http://marc.info/?l=linux-kernel&m=135725516602511&w=2 __

[Intel-gfx] [intel-gpu-tools PATCH] Fix out of bounds memory access

2013-01-06 Thread Thomas Jarosch
cppcheck reported: [tools/intel_infoframes.c:836]: (error) Width 31 given in format string (no. 1) is larger than destination buffer 'option[16]', use %15s to prevent overflowing it. Signed-off-by: Thomas Jarosch --- tools/intel_infoframes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)