public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.35-rc6+: i915: Bisected regression
@ 2010-08-01  9:01 Thomas Meyer
  2010-08-01 11:42 ` Stefan Richter
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Meyer @ 2010-08-01  9:01 UTC (permalink / raw)
  To: Linux Kernel Mailing List

This commit makes suspend to ram unreliable for me:

commit d1b851fc0d105caa6b6e3e7c92d2987dfb52cbe0
Author: Zou Nan hai <nanhai.zou@intel.com>
Date:   Fri May 21 09:08:57 2010 +0800

    drm/i915: implement BSD ring buffer V2
    
    The BSD (bit stream decoder) ring is used for accessing the BSD engine
    which decodes video bitstream for H.264 and VC1 on G45+.  It is
    asynchronous with the render ring and has access to separate parts of
    the GPU from it, though the render cache is coherent between the two.
    
    Signed-off-by: Zou Nan hai <nanhai.zou@intel.com>
    Signed-off-by: Xiang Hai hao <haihao.xiang@intel.com>
    Signed-off-by: Eric Anholt <eric@anholt.net>

git revert didn't work on 2.6.35-rc6 so I just changed the HAS_BSD thing to:

#define HAS_BSD(dev)            (0)

with this change applied suspend to ram is back to the reliability of 2.6.34.y

with kind regards
thomas

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-08-25 13:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-01  9:01 2.6.35-rc6+: i915: Bisected regression Thomas Meyer
2010-08-01 11:42 ` Stefan Richter
2010-08-01 10:51   ` Thomas Meyer
2010-08-01 13:14     ` Paul Rolland
2010-08-01 15:17       ` Roberto Oppedisano
2010-08-24 17:36         ` Thomas Meyer
2010-08-25  3:02           ` Roberto Oppedisano
2010-08-25 13:41           ` Paul Rolland
2010-08-05  5:43     ` Shuang He
2010-08-06  3:26       ` David John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox