Re: [Intel-gfx] Dell XPS 8700 kms not working

2014-01-12 Thread Daniel Vetter
On Sun, Jan 12, 2014 at 9:23 PM, Giacomo Comes wrote: > This is the dmesg output using drm-intel-next-2014-01-10 > > I booted without loading the i915 module, started netconsole > and then insmod i915.ko. The computer freeze, the monitor goes in powersave > mode and after 45 seconds it powers off

Re: [Intel-gfx] [PATCH 00/14] drm: Some more vblank timestampi changes

2014-01-12 Thread Mario Kleiner
On 29/10/13 19:06, ville.syrj...@linux.intel.com wrote: > So I took another look at the vblank timestamping code, and got a bit > excited. The result is this patchset. > > Summary of changes: > - kill crtc->hwmode dependency > - eliminate a bunch of 64bit math > - fix timestamps for stereo and int

Re: [Intel-gfx] [PATCH 12/14] drm: Pass 'flags' from the caller to .get_scanout_position()

2014-01-12 Thread Mario Kleiner
On 29/10/13 19:06, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Preparation for moving the early vblank IRQ logic into radeon_get_crtc_scanoutpos(). Signed-off-by: Ville Syrjälä Tiny compile fix needed for this one. The function prototype for radeon_get_crtc_scanoutpos() is als

Re: [Intel-gfx] [PATCH 13/14] drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()

2014-01-12 Thread Mario Kleiner
On 29/10/13 19:06, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä i915 doesn't need this kludge for most platforms. Although we do appear to need something similar on certain platforms, but we can be more accurate when we apply the adjustment since we know exactly why the scanline cou

[Intel-gfx] [PATCH 1/2] drm/i915: HDMI detection based on HPD pin live status

2014-01-12 Thread Ramalingam C
This change uses the HPD pins live status bit from South Display Engine(SDE) to identify the HDMI hotplug state. On Soft HPD events (on automated test cases) only HPD pin will be toggled to notify the HDMI state change. But physical DDC will be alive. Similarly on slow HDMI hotplug out, because of

[Intel-gfx] [PATCH 0/2] Optimization on intel HDMI detect and get_modes

2014-01-12 Thread Ramalingam C
On slow HDMI hotplug out, because of the physical interface design, DDC remains active for short duration even when HPD live status is indicating the disconnect state. Because of this on VLV and HSW, slow hotplug out events are not captured. Hence this change uses the HPD pins live status to ident

[Intel-gfx] [PATCH 2/2] drm/i915: Optimize EDID retrival on detect and get_modes

2014-01-12 Thread Ramalingam C
From: Shashank Sharma Multiple forced detect and read modes calls come from user space for different connectors, which can be handled with connector status and previous detect event's cached EDID. With this approach for hot pluggable displays, EDID retrieval is required only when there is a real

Re: [Intel-gfx] [PATCH 0/2] Optimization on intel HDMI detect and get_modes

2014-01-12 Thread Daniel Vetter
On Mon, Jan 13, 2014 at 12:21:52PM +0530, Ramalingam C wrote: > On slow HDMI hotplug out, because of the physical interface design, > DDC remains active for short duration even when HPD live status is > indicating the disconnect state. Because of this on VLV and HSW, > slow hotplug out events are n

[Intel-gfx] [PULL] drm-intel-fixes

2014-01-12 Thread Daniel Vetter
Hi Dave, Black screen fixes, one for hsw+bdw each and a regression fix for locking+load detection. Cheers, Daniel The following changes since commit 47f956477dc6173f8882e8ea0fa9e8edb8a7d942: MAINTAINERS: Updates for drm/i915 (2014-01-07 09:33:16 +0100) are available in the git repository at

Re: [Intel-gfx] [PATCH 3/7] drm/i915/vlv: Not reallocating VLV PCTX upon every suspend/resume

2014-01-12 Thread Goel, Akash
> @@ -213,6 +213,11 @@ void i915_gem_cleanup_stolen(struct drm_device *dev) > if (!drm_mm_initialized(&dev_priv->mm.stolen)) > return; > > + if (dev_priv->vlv_pctx) { > + drm_gem_object_unreference(&dev_priv->vlv_pctx->base); > + dev_priv->vlv_pctx

Re: [Intel-gfx] Dell XPS 8700 kms not working

2014-01-12 Thread Giacomo Comes
On Wed, Jan 08, 2014 at 09:06:23PM -0400, Giacomo Comes wrote: > On Wed, Jan 08, 2014 at 12:06:18PM +0200, Jani Nikula wrote: > > On Wed, 08 Jan 2014, Giacomo Comes wrote: > > > Hi, > > > kms does not work om my Dell XPS 8700 > > > I have installed openSUSE 13.1 (kernel 3.11.6) and the only way to