On Wed, Sep 12, 2018 at 04:59:10PM +0300, Jani Nikula wrote:
> commit 6209c285e7a5e68dbcdf8fd2456c6dd68433806b upstream.
Thanks for the backport, now queued up.
greg k-h
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedeskt
Swati Sharma kirjoitti 12.9.2018 klo 13.32:
From: Vidya Srinivas
Signed-off-by: Swati Sharma
Signed-off-by: Vidya Srinivas
---
drivers/gpu/drm/i915/intel_display.c | 15 +++
drivers/gpu/drm/i915/intel_sprite.c | 3 +++
2 files changed, 18 insertions(+)
diff --git a/driver
From: Ville Syrjälä
intel_prepare_plane_fb() bails early if there is no fb (or rather
no obj, which is the same thing). intel_cleanup_plane_fb() does not.
This means the steps performed by intel_cleanup_plane_fb() aren't
balanced with with what was done intel_prepare_plane_fb() if there
is no fb
From: Ville Syrjälä
We've already pinned the vma and fence by the time we try to
deal with implicit fencing. Properly unpin the vma and fence
if the fence wait fails instead of just bailing straight out
from .prepare_fb(). As can be expected
drm_atomic_helper_prepare_planes() will not call .clean
== Series Details ==
Series: Add XYUV format support (rev6)
URL : https://patchwork.freedesktop.org/series/48007/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4810_full -> Patchwork_10154_full =
== Summary - SUCCESS ==
No regressions found.
== Known issues ==
He
On Tue, Sep 11, 2018 at 05:56:01PM -0700, Manasi Navare wrote:
> On Icelake, a separate power well PG2 is created for
> VDSC engine used for eDP/MIPI DSI.
bikeshed: To be more precise the PG2 wasn't *created*
here, but it was reserved only for VDSC on eDP/MIPI use
and everything else that was prev
== Series Details ==
Series: series starting with [1/2] drm/i915: Balance prepare_fb/cleanup_fb
URL : https://patchwork.freedesktop.org/series/49579/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813 -> Patchwork_10162 =
== Summary - SUCCESS ==
No regressions found.
On Wed, 2018-09-12 at 13:55 +0100, Chris Wilson wrote:
> Quoting Ville Syrjälä (2018-09-12 13:48:42)
> > On Tue, Sep 11, 2018 at 06:19:56PM -0700, José Roberto de Souza
> > wrote:
> > > Without this gem will not be able to turn off DC states to
> > > redunce
> > > interruption latency when no sink
On Wed, Sep 12, 2018 at 3:05 AM Bruno Prémont wrote:
>
> Hi,
>
> I have a system with multiple monitors and would like to send
> notification sounds to the monitor on which corresponding
> window is visible.
>
> For a workstation and a tiny computer things look different:
> - workstation (Intel(R)
== Series Details ==
Series: drm/i915/dp: fix shifting by a negative number of bits
URL : https://patchwork.freedesktop.org/series/49565/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4812_full -> Patchwork_10156_full =
== Summary - SUCCESS ==
No regressions found.
Em Qua, 2018-09-12 às 09:31 -0500, Gustavo A. R. Silva escreveu:
> Function intel_port_to_tc() returns PORT_TC_NONE on error, which is
> a negative value -1. In case PORT_TC_NONE is returned, there is an
> undefined behavior when shifting by a negative number of bits in
> both DP_PHY_MODE_STATUS_NO
== Series Details ==
Series: series starting with [1/2] drm/i915: Limit the backpressure for
i915_request allocation (rev2)
URL : https://patchwork.freedesktop.org/series/49564/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813_full -> Patchwork_10157_full =
== Summary -
With downclock mode and DRRS now operating independently user can
request a modeset on downclock mode. In that case intel_dp_mode_valid()
should validate the downclock mode as well if that is requested.
Cc: Jani Nikula
Cc: Ville Syrjala
Signed-off-by: Manasi Navare
---
drivers/gpu/drm/i915/int
Downclock mode of the panel needs to be set independently
of DRRS so that the user can set the downclock mode on the panel
without enabling DRRS.
This patch sets the downclock mode in edp_init as opposed to
drrs_init to achieve this.
Suggested-by: Jani Nikula
Cc: Jani Nikula
Cc: Ville Syrjala
S
This patch fixes the original commit c0cfb10d9e1de49 ("drm/i915/edp:
Do not do link training fallback or prune modes on EDP") that causes
a blank screen in case of certain eDP panels (Eg: seen on Dell XPS13 9350)
where first link training fails and a retraining is required by falling
back to lower
If link training fails on eDP then we fallback to lower link rate
and lane count. If the fallback link BW cannot fit the panel's native
mode and if the downclock mode exists then we should check if the fallback
BW can fit this downclock mode.
Suggested-by: Jani Nikula
Cc: Jani Nikula
Cc: Ville S
== Series Details ==
Series: i915/oa: Simplify updating contexts
URL : https://patchwork.freedesktop.org/series/49569/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813_full -> Patchwork_10158_full =
== Summary - SUCCESS ==
No regressions found.
== Known issues ==
== Series Details ==
Series: series starting with [v2,1/4] drm/i915/dp: Link train Fallback on eDP
only if fallback link BW can fit panel's native mode
URL : https://patchwork.freedesktop.org/series/49596/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813 -> Patchwork_1016
== Series Details ==
Series: drm/i915: Rename full ppgtt configuration to be more generic (rev4)
URL : https://patchwork.freedesktop.org/series/49021/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813_full -> Patchwork_10159_full =
== Summary - SUCCESS ==
No regressions
On Wed, Sep 12, 2018 at 3:55 PM Manasi Navare wrote:
>
> This patch fixes the original commit c0cfb10d9e1de49 ("drm/i915/edp:
> Do not do link training fallback or prune modes on EDP") that causes
> a blank screen in case of certain eDP panels (Eg: seen on Dell XPS13 9350)
> where first link train
== Series Details ==
Series: series starting with [1/3] drm/i915: Limit the backpressure for
i915_request allocation
URL : https://patchwork.freedesktop.org/series/49572/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813_full -> Patchwork_10160_full =
== Summary - WARNING
== Series Details ==
Series: drm/i915: Fix a potential integer overflow with framebuffers extending
past 4 GiB (rev2)
URL : https://patchwork.freedesktop.org/series/49495/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813_full -> Patchwork_10161_full =
== Summary - SUCCES
>-Original Message-
>From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com]
>Sent: Thursday, September 13, 2018 1:47 AM
>To: Bruno Prémont
>Cc: intel-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org; Takashi
>Iwai ; alsa-de...@alsa-project.org; Yang, Libin
>
>Subject: Re: i9
== Series Details ==
Series: series starting with [1/2] drm/i915: Balance prepare_fb/cleanup_fb
URL : https://patchwork.freedesktop.org/series/49579/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813_full -> Patchwork_10162_full =
== Summary - SUCCESS ==
No regressions
== Series Details ==
Series: series starting with [v2,1/4] drm/i915/dp: Link train Fallback on eDP
only if fallback link BW can fit panel's native mode
URL : https://patchwork.freedesktop.org/series/49596/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4813_full -> Patchwork
Joonas requested if we could move GVT into separated module.
Then obvious requirement is to export i915 functions that GVT
currently use. So this one blindly trys to export all of them
for people to review. Some of them are already only for GVT now.
But more others might need more thinking on what
== Series Details ==
Series: drm/i915: split GVT as separated module
URL : https://patchwork.freedesktop.org/series/49605/
State : failure
== Summary ==
Applying: drm/i915: split GVT as separated module
.git/rebase-apply/patch:102: trailing whitespace.
.git/rebase-apply/patch:
101 - 127 of 127 matches
Mail list logo