Re: [Intel-gfx] Add hook to obtain the irq signal on HDMI connectivity

2011-11-24 Thread Kenneth Graunke
On 11/24/2011 03:21 AM, Kavuri, Sateesh wrote: > Hi, > > I would like to add a hook to the i915 driver to get a signal whenever an > external > connection is made, say a HDMI cable connection. Where would the right place > be? > i915_irq.c? > Once I get a signal, I would have to read the EDID da

[Intel-gfx] E6510: Black screen on resume with 3.2-rc

2011-11-24 Thread Hette Visser
Hi, with kernel 3.2-rc the DP of my Dell E6510 stays black on resume, while the attached monitor doesn't. I've bisected this and the following change in commit cd9dde44f47501394b9f0715b6a36a92aa74c0d0 introduced this problem: intel_dp.c: @@ -195,7 +211,7 @@ intel_dp_link_required(struct drm_devi

[Intel-gfx] [PATCH] drm/i915: Check that plane/pipe is disabled before removing the fb

2011-11-24 Thread Chris Wilson
Staring at an error state such as: PGTBL_ER: 0x0400 Display B: Invalid tiling fence[0] = 05001001 valid, x-tiled, pitch: 512, start: 0x0500, size: 1048576 Pinned [2]: 131072 0001 0001 P uncached 0002 4096000 0041 P uncached (name: 1) Plane

[Intel-gfx] Add hook to obtain the irq signal on HDMI connectivity

2011-11-24 Thread Kavuri, Sateesh
Hi, I would like to add a hook to the i915 driver to get a signal whenever an external connection is made, say a HDMI cable connection. Where would the right place be? i915_irq.c? Once I get a signal, I would have to read the EDID data (which I am already done with) and finally this connection

Re: [Intel-gfx] [PATCH 3/3 v2] drm/i915: hot plug/unplug notification to HDMI audio driver

2011-11-24 Thread Wu Fengguang
On Thu, Nov 24, 2011 at 03:26:49AM +0800, Keith Packard wrote: > On Wed, 23 Nov 2011 16:29:58 +0800, Wu Fengguang > wrote: > > > What I need is a hot plug hook that knows whether the monitor is > > plugged or removed, which is only possible if the hook is called > > after ->detect(). > > That w