public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Hans de Bruin <jmdebruin@xmsnet.nl>
To: intel-gfx <intel-gfx@lists.freedesktop.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Subject: commit dec4f799d0a4c9edae20512fa60b0a36f3299ca2 laptop reboots or hangs at boot time
Date: Sun, 12 Jul 2015 21:56:07 +0200	[thread overview]
Message-ID: <55A2C657.9050707@xmsnet.nl> (raw)

Daniel,

commit dec4f799d0a4c9edae20512fa60b0a36f3299ca2 causes my laptop to hang 
or reboot at the moment the kernel swiches the vido mode at boot time. I 
also noticed a warning while compiling:

CC      drivers/gpu/drm/i915/i915_gem_gtt.o
/usr/src/linux.bisect/drivers/gpu/drm/i915/i915_gem_gtt.c: In function 
'gen8_ppgtt_init':
/usr/src/linux.bisect/drivers/gpu/drm/i915/i915_gem_gtt.c:954:2: 
warning: large integer implicitly truncated to unsigned type [-Woverflow]
   ppgtt->base.total = 1ULL << 32;
   ^

It might be related, or not.

-- 
Hans


commit dec4f799d0a4c9edae20512fa60b0a36f3299ca2
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Tue Jul 7 11:15:47 2015 +0200

   drm/i915: Use crtc_state->active in primary check_plane func

   Since

   commit 8c7b5ccb729870e606321b3703e2c2e698c49a95
   Author: Ander Conselvan de Oliveira 
<ander.conselvan.de.oliveira@intel.com>
   Date:   Tue Apr 21 17:13:19 2015 +0300

       drm/i915: Use atomic helpers for computing changed flags

   we compute the plane state for a modeset before actually committing
   any changes, which means crtc->active won't be correct yet. Looking at
   future work in the modeset conversion targetting 4.3 the only places
   where crtc_state->active isn't accurate is when disabling other CRTCs
   than the one the modeset is for (when stealing connectors). Which
   isn't the case here. And that's also confirmed by an audit, we do
   unconditionally update crtc_state->active for the current pipe.

   We also don't need to update any other plane check functions since we
   only ever add the primary state to the modeset update right now.

   Cc: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
   Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
   Cc: Jani Nikula <jani.nikula@linux.intel.com>
   Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
   Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
   Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2015-07-12 20:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-12 19:56 Hans de Bruin [this message]
2015-07-13  9:04 ` commit dec4f799d0a4c9edae20512fa60b0a36f3299ca2 laptop reboots or hangs at boot time Maarten Lankhorst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55A2C657.9050707@xmsnet.nl \
    --to=jmdebruin@xmsnet.nl \
    --cc=ander.conselvan.de.oliveira@intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox