[Intel-gfx] [PATCH] drm/i915: check ACTHD of all rings

2011-11-27 Thread Daniel Vetter
Otherwise hangcheck spuriously fires when running blitter/bsd-only workloads. Contrary to a similar patch by Ben Widawsky this does not check INSTDONE of the other rings. Chris Wilson implied that in a failure to detect a hang, most likely because INSTDONE was fluctuating. Thus only check ACTHD,

Re: [Intel-gfx] [PATCH] drm/i915: check ACTHD of all rings

2011-11-27 Thread Chris Wilson
On Sun, 27 Nov 2011 18:58:17 +0100, Daniel Vetter daniel.vet...@ffwll.ch wrote: Otherwise hangcheck spuriously fires when running blitter/bsd-only workloads. Contrary to a similar patch by Ben Widawsky this does not check INSTDONE of the other rings. Chris Wilson implied that in a failure

[Intel-gfx] MSI intel video card not detected

2011-11-27 Thread Pablo Yaggi
Hi, i installed the latest driver from git repo on an msi ae2060 but no adapter is detected. lspci reports an intel vga adapter installed and xorg automatically loads the i915 module but then it reports no driver is found. syslog reports the module beign loaded and no fouther info. Im using kernel

Re: [Intel-gfx] MSI intel video card not detected

2011-11-27 Thread Paul Menzel
Dear Pablo, Am Sonntag, den 27.11.2011, 16:02 -0300 schrieb Pablo Yaggi: Hi, i installed the latest driver from git repo on an msi ae2060 but no adapter is detected. lspci reports an intel vga adapter installed and xorg automatically loads the i915 module but then it reports no driver is

Re: [Intel-gfx] MSI intel video card not detected

2011-11-27 Thread Pablo Yaggi
Sorry about the pour info before, so The system (from uname) Linux 3.1.2 #1 SMP, i686 CPU E5800 Xorg server 1.10.4 / protocol version 2011-08-09 xf86-video-intel: git last commit 16f5e224dcfd97012b38ee1af6c72dbe3c0f3304 drm: git last commit ca4971292cf99e0063416cd1c3467af94637bf2b

Re: [Intel-gfx] MSI intel video card not detected

2011-11-27 Thread Daniel Vetter
On Sun, Nov 27, 2011 at 08:33:06PM +0100, Paul Menzel wrote: Am Sonntag, den 27.11.2011, 16:02 -0300 schrieb Pablo Yaggi: Hi, i installed the latest driver from git repo on an msi ae2060 but no adapter is detected. lspci reports an intel vga adapter installed and xorg automatically loads

Re: [Intel-gfx] MSI intel video card not detected

2011-11-27 Thread Pablo Yaggi
Thanks a lot modsetting by default option was disabled in kernel, noe its working. bests, pablo El 27/11/2011, a las 17:45, Daniel Vetter dan...@ffwll.ch escribió: On Sun, Nov 27, 2011 at 08:33:06PM +0100, Paul Menzel wrote: Am Sonntag, den 27.11.2011, 16:02 -0300 schrieb Pablo Yaggi: Hi, i

[Intel-gfx] Failed to get i915 symbols, graphics turbo disabled error on boot

2011-11-27 Thread CD
Hi, I was gettng a Failed to get i915 symbols, graphics turbo disabled error message regardless of kernel I ran. I have a laptop with Intel i5 processor and Intel GMA HD graphics. I'm now running a 3.1.0-2.dmz.1-liquorix-amd64 kernel on Linux Mint Debian Edition. I have gotten rid of the

[Intel-gfx] [PATCH 1/4] drm/i915: fix ELD writing for SandyBridge

2011-11-27 Thread Wu Fengguang
SandyBridge should be using the same register addresses as IvyBridge. Signed-off-by: Wu Fengguang fengguang...@intel.com --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux.orig/drivers/gpu/drm/i915/intel_display.c 2011-11-24

[Intel-gfx] [PATCH 3/4] drm/i915: dont trigger hotplug events on unchanged ELD

2011-11-27 Thread Wu Fengguang
The ELD may or may not change when switching the video mode. If unchanged, don't trigger hot plug events to HDMI audio driver. This avoids disturbing the user with repeated printks. Reported-by: Nick Bowler nbow...@elliptictech.com Signed-off-by: Wu Fengguang fengguang...@intel.com ---

[Intel-gfx] [PATCH 0/4] Intel HDMI ELD fixes

2011-11-27 Thread Wu Fengguang
Keith, The 4 patches are well tested and integrates the review comments. The only missing part is hot plug notification for DP -- most DP monitors in the market don't support DP audio well. So I cannot test this for now. Thanks, Fengguang ___

[Intel-gfx] [PATCH 4/4] drm/i915: HDMI hot remove notification to audio driver

2011-11-27 Thread Wu Fengguang
On HDMI monitor hot remove, clear SDVO_AUDIO_ENABLE accordingly, so that the audio driver will receive hot plug events and take action to refresh its device state and ELD contents. The cleared SDVO_AUDIO_ENABLE bit needs to be restored to prevent losing HDMI audio after DPMS on. CC: Wang Zhenyu

[Intel-gfx] [PATCH 2/4] drm/i915: rename audio ELD registers

2011-11-27 Thread Wu Fengguang
Change the definitions from GEN5 to IBX as they aren't in the CPU and some SNB systems actually shipped with IBX chipsets (or, at least that's a supported configuration). The GEN7_* register addresses actually take effect since GEN6 and should be prefixed by CPT, the PCH code name. Suggested-by: