Hi,
More gvt fixes for 5.2-rc. This fixed one regression when enabling
debug build of i915 guest, guest ring state fix after execution
for hang check, and with two misc fixes from klocwork check.
Thanks
--
The following changes since commit 3035e8cd6c316cb633b45bc9b38052ba2dfd299b:
drm/i915/g
== Series Details ==
Series: series starting with [CI,1/3] drm/i915/selftests: Flush partial-tiling
object once
URL : https://patchwork.freedesktop.org/series/61578/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6186_full -> Patchwork_13166_full
==
On 6/5/19 12:38 AM, Lucas De Marchi wrote:
On Fri, May 31, 2019 at 07:55:45AM -0700, Lucas De Marchi wrote:
On Fri, May 31, 2019 at 12:59:35PM +0300, Petri Latvala wrote:
On Wed, May 29, 2019 at 04:27:33PM -0700, Lucas De Marchi wrote:
We want to check if the long option conflicts with one fr
drm-misc-next-2019-06-05:
drm-misc-next for v5.3:
UAPI Changes:
Cross-subsystem Changes:
- Add devicetree bindings for new panels.
- Convert allwinner's DT bindings to a schema.
- Drop video/hdmi static functions from kernel docs.
- Discard old fence when reserving space in reservation_object_get
On Tue, 04 Jun 2019, Mauro Carvalho Chehab wrote:
> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function
> Hardware workarounds ./drivers/gpu/drm/i915/intel_workarounds.c' failed with
> return code 1
> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function
>
Just a straightforward bag of fixes for a clean htmldocs build.
Signed-off-by: Jani Nikula
---
Documentation/gpu/i915.rst | 6 --
drivers/gpu/drm/i915/i915_reg.h | 2 +-
drivers/gpu/drm/i915/i915_vma.h | 2 ++
drivers/gpu/drm/i915/intel_guc_fwif.h | 2 ++
drive
The error messages could be more descriptive, but fix these caused by
file moves:
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal
./drivers/gpu/drm/i915/i915_gem_shrinker.c' failed with return code 2
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -functio
On Wed, 29 May 2019, Swati Sharma wrote:
> v3: -Rebase
> v4: -Renamed intel_compare_color_lut() to intel_color_lut_equal() [Jani]
> -Added the default label above the correct label [Jani]
> -Corrected smatch warn "variable dereferenced before check"
> [Dan Carpenter]
> v5: -Added cond
On Wed, 29 May 2019, Swati Sharma wrote:
> In this patch, intel_color_get_config() is enabled and support
> for read_luts() will be added platform by platform incrementally
> in the follow-up patches.
>
> v4: -Renamed intel_get_color_config to intel_color_get_config [Jani]
> -Added the user ea
Jani Nikula writes:
> The error messages could be more descriptive, but fix these caused by
> file moves:
>
> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal
> ./drivers/gpu/drm/i915/i915_gem_shrinker.c' failed with return code 2
> WARNING: kernel-doc './scripts/kernel
On 04/06/2019 16:24, Chris Wilson wrote:
The intent was to skip unused HW contexts by checking ce->state.
However, this only works for execlists where the ppGTT pointers is
stored inside the HW context. For gen7, the ppGTT is alongside the
logical state and must be updated on all active engines
On 2019-05-29 11:30 a.m., Daniel Vetter wrote:
> This completes Emil's series of removing DRM_UNLOCKED from modern
> drivers. It's entirely cargo-culted since we ignore it on
> non-DRIVER_LEGACY drivers since:
>
> commit ea487835e8876abf7ad909636e308c801a2bcda6
> Author: Daniel Vetter
> Date: M
== Series Details ==
Series: dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc
(rev3)
URL : https://patchwork.freedesktop.org/series/61581/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6186_full -> Patchwork_13167_full
===
On Wed, Jun 5, 2019 at 12:50 PM Michel Dänzer wrote:
>
> On 2019-05-29 11:30 a.m., Daniel Vetter wrote:
> > This completes Emil's series of removing DRM_UNLOCKED from modern
> > drivers. It's entirely cargo-culted since we ignore it on
> > non-DRIVER_LEGACY drivers since:
> >
> > commit ea487835e8
On Mon, 3 Jun 2019 at 15:00, Chris Wilson wrote:
>
> Use i915_gem_object_lock() to guard the LUT and active reference to
> allow us to break free of struct_mutex for handling GEM_CLOSE.
>
> Testcase: igt/gem_close_race
> Testcase: igt/gem_exec_parallel
> Signed-off-by: Chris Wilson
> ---
> drive
This completes Emil's series of removing DRM_UNLOCKED from modern
drivers. It's entirely cargo-culted since we ignore it on
non-DRIVER_LEGACY drivers since:
commit ea487835e8876abf7ad909636e308c801a2bcda6
Author: Daniel Vetter
Date: Mon Sep 28 21:42:40 2015 +0200
drm: Enforce unlocked ioct
== Series Details ==
Series: drm/i915: Vulkan performance query support (rev3)
URL : https://patchwork.freedesktop.org/series/60916/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6186_full -> Patchwork_13168_full
Summary
--
On Fri, 31 May 2019, Ville Syrjälä wrote:
> On Fri, May 31, 2019 at 04:14:51PM +0300, Jani Nikula wrote:
>> Make the child device order the priority order in sanitizing DDC pin and
>> AUX CH. First come, first served.
>>
>> Cc: Ville Syrjälä
>> Signed-off-by: Jani Nikula
>> ---
>> drivers/gpu/
== Series Details ==
Series: series starting with [1/2] Documentation/i915: Fix kernel-doc
references to moved gem files
URL : https://patchwork.freedesktop.org/series/61645/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6194 -> Patchwork_13177
===
Jani Nikula writes:
> Just a straightforward bag of fixes for a clean htmldocs build.
>
> Signed-off-by: Jani Nikula
Reviewed-by: Mika Kuoppala
We have a local hack to test if headers are self-contained, while
upstreaming a proper generic solution in kbuild [1]. Now that both have
found themselves in linux-next, the identical cmd_header_test build
commands conflict, leading to errors such as:
>> drivers/gpu/drm/i915/header_test_intel_audi
Hi Jani.
On Wed, Jun 05, 2019 at 04:21:37PM +0300, Jani Nikula wrote:
> We have a local hack to test if headers are self-contained, while
> upstreaming a proper generic solution in kbuild [1]. Now that both have
> found themselves in linux-next, the identical cmd_header_test build
> commands confl
We want the ability to dispatch a set of command buffer to the
hardware, each with a different OA configuration. To achieve this, we
reuse a couple of fields from the execbuf2 struct (I CAN HAZ
execbuf3?) to notify what OA configuration should be used for a batch
buffer. This requires the process m
Hi all,
Here is a list of changes in this iteration :
- Reuse i915_user_extension_fn
- Serialize OA configuration updates
- Report the perf priority through the effective_prio() helper
rather than updating the value
Cheers,
Lionel Landwerlin (7):
drm/i915/perf: introduce a version
Introduces a new parameters to execbuf so that we can specify syncobj
handles as well as timeline points.
v2: Reuse i915_user_extension_fn
Signed-off-by: Lionel Landwerlin
---
.../gpu/drm/i915/gem/i915_gem_execbuffer.c| 279 ++
drivers/gpu/drm/i915/i915_drv.c |
Reporting this version will help application figure out what level of
the support the running kernel provides.
Signed-off-by: Lionel Landwerlin
---
drivers/gpu/drm/i915/i915_drv.c | 3 +++
include/uapi/drm/i915_drm.h | 21 +
2 files changed, 24 insertions(+)
diff --git
We're planning to use this for a couple of new feature where we need
to provide additional parameters to execbuf.
Signed-off-by: Lionel Landwerlin
---
.../gpu/drm/i915/gem/i915_gem_execbuffer.c| 30 ++-
include/uapi/drm/i915_drm.h | 25 ++--
2 fi
Listing configurations at the moment is supported only through sysfs.
This might cause issues for applications wanting to list
configurations from a container where sysfs isn't available.
This change adds a way to query the number of configurations and their
content through the i915 query uAPI.
v
We would like to make use of perf in Vulkan. The Vulkan API is much
lower level than OpenGL, with applications directly exposed to the
concept of command buffers (pretty much equivalent to our batch
buffers). In Vulkan, queries are always limited in scope to a command
buffer. In OpenGL, the lack of
Here we introduce a mechanism by which the execbuf part of the i915
driver will be able to request that a batch buffer containing the
programming for a particular OA config be created.
We'll execute these OA configuration buffers right before executing a
set of userspace commands so that a particu
Op 31-05-2019 om 15:05 schreef Ville Syrjälä:
> On Thu, May 30, 2019 at 05:43:00AM -, Patchwork wrote:
>> == Series Details ==
>>
>> Series: series starting with [01/10] drm/i915: Add windowing for primary
>> planes on gen2/3 and chv
>> URL : https://patchwork.freedesktop.org/series/61345/
>
On Mon, 3 Jun 2019 at 18:49, Chris Wilson wrote:
>
> Assume that pages may be pinned in a background task and use a
> completion event to synchronise with callers that must access the pages
> immediately.
>
> Signed-off-by: Chris Wilson
> ---
> drivers/gpu/drm/i915/gem/i915_gem_object.c| 1
== Series Details ==
Series: drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl (rev2)
URL : https://patchwork.freedesktop.org/series/61299/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
b69c7ced5090 drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl
Op 04-06-2019 om 22:09 schreef Ville Syrjala:
> From: Ville Syrjälä
>
> Give the PLL control register bits better names on HSW/BDW.
>
> Signed-off-by: Ville Syrjälä
> ---
> drivers/gpu/drm/i915/i915_reg.h | 37 ++-
> drivers/gpu/drm/i915/intel_ddi.c | 16 ++
Op 04-06-2019 om 22:09 schreef Ville Syrjala:
> From: Ville Syrjälä
>
> On non-ULT HSW the "special" WRPLL reference clock select
> actually means non-SSC. Take that into account when reading
> out the WRPLL state.
>
> Also the non-SSC reference may be either 24MHz or 135MHz,
> which we can read o
Op 30-04-2019 om 19:33 schreef Ville Syrjala:
> From: Ville Syrjälä
>
> Supposedly both src coordinates have to even when doing 90/270
> degree rotation with RGB565. This is definitely true for the
> X coordinate (we just get a black screen when it is odd). My
> experiments didn't show any misbeha
== Series Details ==
Series: drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl (rev2)
URL : https://patchwork.freedesktop.org/series/61299/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6195 -> Patchwork_13178
On Wed, 05 Jun 2019 01:15:29 +0200, Daniele Ceraolo Spurio
wrote:
The size has been increased to 2MB starting from gen11. GuC and HuC FWs
nit: s/gen11/Gen11
fit in 1MB so we were fine even with the legacy define, but let's still
move to the correct one before the blobs grow to avoid being
== Series Details ==
Series: drm/i915: rename header test build commands to avoid conflicts
URL : https://patchwork.freedesktop.org/series/61655/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6195 -> Patchwork_13179
Summary
Chris Wilson writes:
> Measure the baseline latency between contexts in order to directly
> compare that with the additional cost of preemption.
>
> Signed-off-by: Chris Wilson
> ---
> tests/i915/gem_exec_latency.c | 230 ++
> 1 file changed, 230 insertions(+)
>
== Series Details ==
Series: drm/i915: Vulkan performance query support (rev4)
URL : https://patchwork.freedesktop.org/series/60916/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
abfe9e305ec9 drm/i915/perf: introduce a versioning of the i915-perf uapi
32203e3c3c4c drm/i915/perf
On Tue, 04 Jun 2019 22:29:20 +0200, Daniele Ceraolo Spurio
wrote:
Now that we've moved the gen9 guc blobs to version 32 we have CTB
support on all gens, so no need to restrict the usage to gen11+.
Note that mmio communication is still required for CTB initialization.
s/gen9/Gen9
s/guc/GuC
s
== Series Details ==
Series: drm/i915: Vulkan performance query support (rev4)
URL : https://patchwork.freedesktop.org/series/60916/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915/perf: introduce a versioning of the i915-perf uapi
Okay!
Commi
== Series Details ==
Series: series starting with [1/2] drm/i915: Move intel_dp->prepare_link_train
assignment into ddi code
URL : https://patchwork.freedesktop.org/series/61586/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6187_full -> Patchwork_13169_full
=
== Series Details ==
Series: drm/i915: Vulkan performance query support (rev4)
URL : https://patchwork.freedesktop.org/series/60916/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6195 -> Patchwork_13180
Summary
---
*
On Fri, May 31, 2019 at 04:05:51PM +0300, Ville Syrjälä wrote:
> On Thu, May 30, 2019 at 05:43:00AM -, Patchwork wrote:
> > == Series Details ==
> >
> > Series: series starting with [01/10] drm/i915: Add windowing for primary
> > planes on gen2/3 and chv
> > URL : https://patchwork.freedesk
On Wed, Jun 05, 2019 at 04:01:05PM +0200, Maarten Lankhorst wrote:
> Op 31-05-2019 om 15:05 schreef Ville Syrjälä:
> > On Thu, May 30, 2019 at 05:43:00AM -, Patchwork wrote:
> >> == Series Details ==
> >>
> >> Series: series starting with [01/10] drm/i915: Add windowing for primary
> >> planes
On Wed, Jun 05, 2019 at 04:24:25PM +0200, Maarten Lankhorst wrote:
> Op 04-06-2019 om 22:09 schreef Ville Syrjala:
> > From: Ville Syrjälä
> >
> > Give the PLL control register bits better names on HSW/BDW.
> >
> > Signed-off-by: Ville Syrjälä
> > ---
> > drivers/gpu/drm/i915/i915_reg.h |
Hi,
Thank you for the reviews.
On 04-06-19 19:29, Ville Syrjälä wrote:
On Fri, May 24, 2019 at 07:40:28PM +0200, Hans de Goede wrote:
Prior to this commit we fail to init the DSI panel on the GPD MicroPC:
https://www.indiegogo.com/projects/gpd-micropc-6-inch-handheld-industry-laptop#/
The pro
From: Ville Syrjälä
Add a comma after the final entry to make diffs less obnoxious if
we have to add further entries past the last one.
Cc: Tvrtko Ursulin
Signed-off-by: Ville Syrjälä
---
drivers/gpu/drm/i915/intel_device_info.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
d
From: Ville Syrjälä
All AML parts are either KBL ULX or CFL ULX so there is no point
in keeping INTEL_SUBPLATFORM_AML around. As these are the only
CFL ULX parts (normal CFL didn't have Y SKUs) so we'll just
replace IS_AML_ULX with IS_CFL_ULX (it was already paired with
IS_KBL_ULX which accounts
== Series Details ==
Series: drm/i915: Fix TypeC port mode switching
URL : https://patchwork.freedesktop.org/series/61590/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6187_full -> Patchwork_13170_full
Summary
---
*
== Series Details ==
Series: drm/i915: Skip context_barrier emission for unused contexts
URL : https://patchwork.freedesktop.org/series/61595/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6187_full -> Patchwork_13171_full
== Series Details ==
Series: series starting with [1/2] drm/i915: Add missing commas to the end of
the subplatform ID arrays
URL : https://patchwork.freedesktop.org/series/61673/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6196 -> Patchwork_13181
===
On 6/5/19 8:20 AM, Michal Wajdeczko wrote:
On Tue, 04 Jun 2019 22:29:20 +0200, Daniele Ceraolo Spurio
wrote:
Now that we've moved the gen9 guc blobs to version 32 we have CTB
support on all gens, so no need to restrict the usage to gen11+.
Note that mmio communication is still required for
Hi,
On 04-06-19 19:35, Ville Syrjälä wrote:
On Fri, May 24, 2019 at 06:30:19PM +0200, Hans de Goede wrote:
The vlv/icl_dphy_param_init calls do various calculations to set dphy
parameters based on the pclk.
Move the calling of vlv/icl_dphy_param_init to vlv_dsi_init to give
vlv_dsi_init a chan
The vlv/icl_dphy_param_init calls do various calculations to set dphy
parameters based on the pclk.
Move the calling of vlv/icl_dphy_param_init to vlv_dsi_init to give
vlv_dsi_init a chance to tweak the pclk before these calculations are done.
Changes in v2:
-Also moves the icl and vlv specific d
The GOP sometimes initializes the pclk at a (slightly) different frequency
then the pclk which we've calculated.
This commit makes the DSI code read-back the pclk set by the GOP and
if that is within a reasonable margin of the calculated pclk, uses
that instead.
This fixes the first modeset being
This is a preparation patch for moving the calling of *_dphy_param_init()
out of intel_dsi_vbt_init.
Reviewed-by: Ville Syrjälä
Signed-off-by: Hans de Goede
---
drivers/gpu/drm/i915/intel_dsi_vbt.c | 77 +++-
1 file changed, 42 insertions(+), 35 deletions(-)
diff --git
On 6/5/19 7:51 AM, Michal Wajdeczko wrote:
On Wed, 05 Jun 2019 01:15:29 +0200, Daniele Ceraolo Spurio
wrote:
The size has been increased to 2MB starting from gen11. GuC and HuC FWs
nit: s/gen11/Gen11
fit in 1MB so we were fine even with the legacy define, but let's still
move to the cor
On Wed, 05 Jun 2019 20:21:54 +0200, Daniele Ceraolo Spurio
wrote:
On 6/5/19 7:51 AM, Michal Wajdeczko wrote:
On Wed, 05 Jun 2019 01:15:29 +0200, Daniele Ceraolo Spurio
wrote:
The size has been increased to 2MB starting from gen11. GuC and HuC FWs
nit: s/gen11/Gen11
fit in 1MB so w
== Series Details ==
Series: series starting with [1/3] drm/i915/dsi: Move logging of DSI VBT
parameters to a helper function
URL : https://patchwork.freedesktop.org/series/61679/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
e5829ea35195 drm/i915/dsi: Move logging of DSI VBT
== Series Details ==
Series: series starting with [1/3] drm/i915/dsi: Move logging of DSI VBT
parameters to a helper function
URL : https://patchwork.freedesktop.org/series/61679/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915/dsi: Move loggi
On Wed, Jun 05, 2019 at 08:17:34PM +0200, Hans de Goede wrote:
> The vlv/icl_dphy_param_init calls do various calculations to set dphy
> parameters based on the pclk.
>
> Move the calling of vlv/icl_dphy_param_init to vlv_dsi_init to give
> vlv_dsi_init a chance to tweak the pclk before these calc
This patch adds support for DPLL4 on EHL that include the
following restrictions:
- DPLL4 cannot be used with DDIA (combo port A internal eDP usage).
DPLL4 can be used with other DDIs, including DDID
(combo port A external usage).
- DPLL4 cannot be enabled when DC5 or DC6 are enabled.
- The
== Series Details ==
Series: drm/i915/gtt: Replace struct_mutex serialisation for allocation (rev2)
URL : https://patchwork.freedesktop.org/series/61533/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6187_full -> Patchwork_13172_full
===
== Series Details ==
Series: series starting with [1/3] drm/i915/dsi: Move logging of DSI VBT
parameters to a helper function
URL : https://patchwork.freedesktop.org/series/61679/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6196 -> Patchwork_13182
==
== Series Details ==
Series: drm/i915/ehl: Add support for DPLL4 (v5)
URL : https://patchwork.freedesktop.org/series/61684/
State : failure
== Summary ==
Applying: drm/i915/ehl: Add support for DPLL4 (v5)
.git/rebase-apply/patch:146: new blank line at EOF.
+
warning: 1 line adds whitespace err
We can be called from any context, we need to be prepared.
Noticed this while hacking on vkms, which calls this function from a
normal worker. Which really upsets lockdep.
Cc: Rodrigo Siqueira
Cc: Tomeu Vizoso
Cc: Emil Velikov
Cc: Benjamin Gaignard
Signed-off-by: Daniel Vetter
---
drivers/g
== Series Details ==
Series: drm/i915: Don't check uv_wm in skl_plane_wm_equals() (rev2)
URL : https://patchwork.freedesktop.org/series/58281/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6187_full -> Patchwork_13173_full
== Series Details ==
Series: drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entry
URL : https://patchwork.freedesktop.org/series/61687/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
91ba38231fc1 drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entry
-:41:
Add Docker image and Gitlab CI steps to run builds for the MIPS
architecture using Debian Buster.
Signed-off-by: Guillaume Tucker
---
.gitlab-ci.yml | 28
Dockerfile.debian-mips | 38 ++
meson-cross-mips.txt | 12
== Series Details ==
Series: drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entry
URL : https://patchwork.freedesktop.org/series/61687/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6197 -> Patchwork_13184
Summa
On 03/04/2019 08:25, Guillaume Tucker wrote:
> On 02/04/2019 09:35, Petri Latvala wrote:
>> On Mon, Apr 01, 2019 at 04:39:24PM +0200, Guillaume Tucker wrote:
>>> The MIPS architecture doesn't provide the hardware atomics that are
>>> required for the "create-clear" sub-test such as
>>> __sync_add_a
Hi Da.*,
Our slow release cycle continues, only 2 contributors since last time! The set
from Helen avoids blocking in async commits and Lucas ensures the sg list is
unmapped with the udmabuf.
drm-misc-fixes-2019-06-05:
- Allow fb changes in async commits (fixes igt failures) (Helen)
- Actually un
Unlike ICL, EHL's combo PHYs can support HBR3 data rates. Note that
this just extends the upper limit; we will continue to honor the max
data rate specified in the VBT in cases where it is lower than HBR3.
Signed-off-by: Matt Roper
---
drivers/gpu/drm/i915/intel_dp.c | 1 +
1 file changed, 1 in
On Wed, Jun 05, 2019 at 02:18:32PM -0700, Matt Roper wrote:
> Unlike ICL, EHL's combo PHYs can support HBR3 data rates. Note that
> this just extends the upper limit; we will continue to honor the max
> data rate specified in the VBT in cases where it is lower than HBR3.
>
> Signed-off-by: Matt R
To enable SSC for DPLL, we need to set the bit DPLL_CFGCR0_SSC_ENABLE_ICL
while configuring cfgcr0 register. This bit should be set only when we
are enabling SSC using kernel mod parameter panel_use_ssc.
Also, moving intel_panel_use_ssc() declaration to intel_drv.h.
Signed-off-by: Aditya Swarup
== Series Details ==
Series: drm/i915/ehl: Support HBR3 on EHL combo PHY
URL : https://patchwork.freedesktop.org/series/61690/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6198 -> Patchwork_13185
Summary
---
**SUCCE
On Wed, Jun 05, 2019 at 02:51:08PM -0700, Manasi Navare wrote:
> On Wed, Jun 05, 2019 at 02:18:32PM -0700, Matt Roper wrote:
> > Unlike ICL, EHL's combo PHYs can support HBR3 data rates. Note that
> > this just extends the upper limit; we will continue to honor the max
> > data rate specified in t
== Series Details ==
Series: drm/i915/icl: Enable SSC for ICL using panel_use_ssc
URL : https://patchwork.freedesktop.org/series/61692/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
2bbb59c67ab3 drm/i915/icl: Enable SSC for ICL using panel_use_ssc
-:44: WARNING:BRACES: braces {
== Series Details ==
Series: drm/i915/icl: Enable SSC for ICL using panel_use_ssc
URL : https://patchwork.freedesktop.org/series/61692/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6199 -> Patchwork_13186
Summary
---
While loading the DMC firmware we were double checking the headers made
sense, but in no place we checked that we were actually reading memory
we were supposed to. This could be wrong in case the firmware file is
truncated or malformed.
Before this patch:
# ls -l /lib/firmware/i915/icl_dmc
== Series Details ==
Series: series starting with [1/5] drm/i915: Do not touch the PCH SSC reference
if a PLL is using it
URL : https://patchwork.freedesktop.org/series/61608/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6188_full -> Patchwork_13174_full
== Series Details ==
Series: drm/i915/dmc: protect against reading random memory
URL : https://patchwork.freedesktop.org/series/61695/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
8417b00f5296 drm/i915/dmc: protect against reading random memory
-:23: WARNING:COMMIT_LOG_LONG_LI
This patch adds support for DPLL4 on EHL that include the
following restrictions:
- DPLL4 cannot be used with DDIA (combo port A internal eDP usage).
DPLL4 can be used with other DDIs, including DDID
(combo port A external usage).
- DPLL4 cannot be enabled when DC5 or DC6 are enabled.
- The
== Series Details ==
Series: drm/i915/ehl: Add support for DPLL4 (v6)
URL : https://patchwork.freedesktop.org/series/61696/
State : failure
== Summary ==
CALLscripts/checksyscalls.sh
CALLscripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
CC [M]
== Series Details ==
Series: drm/i915/dmc: protect against reading random memory
URL : https://patchwork.freedesktop.org/series/61695/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6199 -> Patchwork_13187
Summary
---
This is the same as WHL, we added the AML separated just in case it
needed some different workaround or code path but looks like it don't
need at all.
Any objection with this change Rodrigo?
On Wed, 2019-06-05 at 19:29 +0300, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> All AML parts are eith
Hi,
> -Original Message-
> From: Jani Nikula [mailto:jani.nik...@intel.com]
> Sent: Wednesday, June 05, 2019 10:22 PM
> To: intel-gfx@lists.freedesktop.org
> Cc: jani.nik...@intel.com; kbuild test robot ; Chris Wilson
> ; Yamada, Masahiro/山田 真弘
> ; Sam Ravnborg
> Subject: [PATCH] drm/i915
== Series Details ==
Series: drm/i915/wopcm: update default size for gen11+
URL : https://patchwork.freedesktop.org/series/61617/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6189_full -> Patchwork_13176_full
Summary
-
91 matches
Mail list logo