All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ville Syrjala <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH 0/2] drm/i915/fbc: Avoid GLK+ FBC corruption
Date: Thu, 22 Apr 2021 21:29:55 +0300	[thread overview]
Message-ID: <20210422182957.10022-1-ville.syrjala@linux.intel.com> (raw)

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Remove redundant manual FBC nukes to avoid the GLK+ FBC
nuke+disable+plane update fail and causing the top of the screen
to become corrupted. A 100% workaround likely needs yet another
vblank wait, but that's not entirely trivial to do without
hurting interactivity, so for now at least try to avoid the
issue for purely page flipped workloads.

Test-with: 20210420104704.5018-1-ville.syrjala@linux.intel.com

Ville Syrjälä (2):
  drm/i915/fbc: Don't nuke manually around flips
  drm/i915: Remove redundant DIRTYFB frontbuffer flushes

 drivers/gpu/drm/i915/display/intel_display.c |  3 ---
 drivers/gpu/drm/i915/display/intel_fbc.c     | 18 +++++++++++-------
 2 files changed, 11 insertions(+), 10 deletions(-)

-- 
2.26.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2021-04-22 18:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22 18:29 Ville Syrjala [this message]
2021-04-22 18:29 ` [Intel-gfx] [PATCH 1/2] drm/i915/fbc: Don't nuke manually around flips Ville Syrjala
2021-04-22 18:29 ` [Intel-gfx] [PATCH 2/2] drm/i915: Remove redundant DIRTYFB frontbuffer flushes Ville Syrjala
2021-04-22 18:52 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915/fbc: Avoid GLK+ FBC corruption Patchwork
2021-04-22 19:15 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-04-22 22:54 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-04-23  0:42 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915/fbc: Avoid GLK+ FBC corruption (rev2) Patchwork
2021-04-23  1:05 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-04-23  2:28 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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=20210422182957.10022-1-ville.syrjala@linux.intel.com \
    --to=ville.syrjala@linux.intel.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.