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
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
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
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
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
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
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
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
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
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
> @@ -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
11 matches
Mail list logo