Re: [Intel-gfx] [PATCH v2 5/9] drm/i915: Disable CRT hotplug detection for valleyview

2012-09-28 Thread Daniel Vetter
On Thu, Sep 27, 2012 at 08:20:15AM -0700, Jesse Barnes wrote: On Thu, 27 Sep 2012 19:13:05 +0530 Vijay Purushothaman vijay.a.purushotha...@intel.com wrote: Temporary work around to avoid spurious crt hotplug interrupts. Signed-off-by: Vijay Purushothaman vijay.a.purushotha...@intel.com

[Intel-gfx] [PATCH v2 5/9] drm/i915: Disable CRT hotplug detection for valleyview

2012-09-27 Thread Vijay Purushothaman
Temporary work around to avoid spurious crt hotplug interrupts. Signed-off-by: Vijay Purushothaman vijay.a.purushotha...@intel.com Signed-off-by: Gajanan Bhat gajanan.b...@intel.com --- drivers/gpu/drm/i915/intel_crt.c |7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [Intel-gfx] [PATCH v2 5/9] drm/i915: Disable CRT hotplug detection for valleyview

2012-09-27 Thread Jesse Barnes
On Thu, 27 Sep 2012 19:13:05 +0530 Vijay Purushothaman vijay.a.purushotha...@intel.com wrote: Temporary work around to avoid spurious crt hotplug interrupts. Signed-off-by: Vijay Purushothaman vijay.a.purushotha...@intel.com Signed-off-by: Gajanan Bhat gajanan.b...@intel.com ---