Intel-gfx mailing list probe message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a probe message.  You can ignore this message.

The Intel-gfx mailing list has received a number of bounces from you,
indicating that there may be a problem delivering messages to
list-intel-gfx@xxxxxxxxxxx. A bounce sample is attached below.  Please
examine this message to make sure there are no problems with your
email address.  You may want to check with your mail administrator for
more help.

If you are reading this, you don't need to do anything to remain an
enabled member of the mailing list.  If this message had bounced, you
would not be reading it, and your membership would have been disabled.
Normally when you are disabled, you receive occasional messages asking
you to re-enable your subscription.

You can also visit your membership page at

    https://lists.freedesktop.org/mailman/options/intel-gfx/list-intel-gfx%40spinics.net


On your membership page, you can change various delivery options such
as your email address and whether you get digests or not.

If you have any questions or problems, you can contact the list owner
at

    intel-gfx-owner@xxxxxxxxxxxxxxxxxxxxx
--- Begin Message ---
This is the mail system at host gabe.freedesktop.org.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<list-intel-gfx@xxxxxxxxxxx>: Host or domain name not found. Name service error
    for name=tw.spinics.net type=AAAA: Host found but no data record of
    requested type
Reporting-MTA: dns; gabe.freedesktop.org
X-Postfix-Queue-ID: CFDDF6E7E7
X-Postfix-Sender: rfc822; intel-gfx-bounces@lists.freedesktop.org
Arrival-Date: Wed, 13 Feb 2019 21:03:41 +0000 (UTC)

Final-Recipient: rfc822; list-intel-gfx@spinics.net
Original-Recipient: rfc822;list-intel-gfx@spinics.net
Action: failed
Status: 5.4.4
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
    for name=tw.spinics.net type=AAAA: Host found but no data record of
    requested type
--- Begin Message ---
Reviewed-by: Clint Taylor <Clinton.A.Taylor@xxxxxxxxx>

-Clint

On 2/13/19 8:54 AM, Ville Syrjala wrote:
From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx>

The new workaround from the hw team involves programming the
leaving WM1 still disabled but programming the blocks value
identically to WM0, and we also need to set the "ignore
lines watermark" bit for WM1.

Signed-off-by: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx>
---
  drivers/gpu/drm/i915/intel_pm.c | 7 +++++++
  1 file changed, 7 insertions(+)

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 7dd2ab0ca21b..4c0e43caa5cd 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -4466,6 +4466,13 @@ skl_allocate_pipe_ddb(struct intel_crtc_state *cstate,
  		for_each_plane_id_on_crtc(intel_crtc, plane_id) {
  			wm = &cstate->wm.skl.optimal.planes[plane_id];
  			memset(&wm->wm[level], 0, sizeof(wm->wm[level]));
+
+			/* W/A for underruns with WM1+ disabled */
+			if (IS_ICELAKE(dev_priv) &&
+			    level == 1 && wm->wm[0].plane_en) {
+				wm->wm[level].plane_res_b = wm->wm[0].plane_res_b;
+				wm->wm[level].ignore_lines = true;
+			}
  		}
  	}
_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

--- End Message ---

--- End Message ---

[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux