lkml.org 
[lkml]   [2014]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.16 026/357] drm/i915: Disable RCS flips on Ivybridge
    Date
    3.16-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Chris Wilson <chris@chris-wilson.co.uk>

    commit 2a92d5bca1999b69c78f3c3e97b5484985b094b9 upstream.

    We currently see random GPU hangs when using RCS flips with multiple
    pipes on Ivybridge. Now that we have mmio flips, we can fairly cheaply
    fallback to using CPU driven flips instead.

    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77104
    Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/gpu/drm/i915/intel_display.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/gpu/drm/i915/intel_display.c
    +++ b/drivers/gpu/drm/i915/intel_display.c
    @@ -9294,6 +9294,8 @@ static int intel_crtc_page_flip(struct d

    if (IS_VALLEYVIEW(dev)) {
    ring = &dev_priv->ring[BCS];
    + } else if (IS_IVYBRIDGE(dev)) {
    + ring = &dev_priv->ring[BCS];
    } else if (INTEL_INFO(dev)->gen >= 7) {
    ring = obj->ring;
    if (ring == NULL || ring->id != RCS)



    \
     
     \ /
      Last update: 2014-10-04 03:21    [W:3.474 / U:1.536 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site