> -Original Message-
> From: intel-gvt-dev [mailto:intel-gvt-dev-boun...@lists.freedesktop.org] On
> Behalf Of Zhenyu Wang
> Sent: Tuesday, December 4, 2018 10:40 AM
> To: intel-gfx@lists.freedesktop.org
> Cc: Alex Williamson ; intel-gvt-
> d...@lists.freedesktop.org
> Subject: [PATCH v4] d
== Series Details ==
Series: Make GEN macros more similar (rev3)
URL : https://patchwork.freedesktop.org/series/51860/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5272 -> Patchwork_11029
Summary
---
**SUCCESS**
== Series Details ==
Series: ACPI-PMIC + i915: Add support for PMIC MIPI sequences
URL : https://patchwork.freedesktop.org/series/53594/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5267_full -> Patchwork_11025_full
Summar
== Series Details ==
Series: Make GEN macros more similar (rev3)
URL : https://patchwork.freedesktop.org/series/51860/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915: Rename IS_GEN to IS_GEN_RANGE
Okay!
Commit: drm/i915: replace IS_GEN with I
== Series Details ==
Series: Make GEN macros more similar (rev3)
URL : https://patchwork.freedesktop.org/series/51860/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
9a668a8393e8 drm/i915: Rename IS_GEN to IS_GEN_RANGE
80cf0c99318d drm/i915: replace IS_GEN with IS_GEN(..., N)
-:
Instead of using IS_GEN() for consecutive gen checks, let's pass the
range to IS_GEN_RANGE(). By code inspection these were the ranges deemed
necessary for spatch:
@@
expression e;
@@
(
- IS_GEN(e, 3) || IS_GEN(e, 2)
+ IS_GEN_RANGE(e, 2, 3)
|
- IS_GEN(e, 3) || IS_GEN(e, 4)
+ IS_GEN_RANGE(e, 3, 4)
Third version of the series trying to make GEN checks more similar. It's
basically a dial down from what was done in v2 to get the points we have
rough consensus that should be done. Hopefully.
Changes from v2:
- Don't use GT, but continue with IS_ prefix. If we ever add a check
for display
Define IS_GEN() similarly to our IS_GEN_RANGE(). but use gen instead of
gen_mask to do the comparison. Now callers can pass then gen as a parameter,
so we don't require one macro for each gen.
The following spatch was used to convert the users of these macros:
@@
expression e;
@@
(
- IS_GEN2(e)
+
RANGE makes it longer, but clearer. We are also going to add a macro to
check an individual gen, so add the _RANGE prefix here.
Diff generated with:
sed 's/IS_GEN(/IS_GEN_RANGE(/g' drivers/gpu/drm/i915/{*/,}*.{c,h} -i
v2: use IS_GEN rather than GT_GEN
Signed-off-by: Lucas De Marchi
---
driver
Ping for any more comments? Or ack?
Adding Min, for head-up notify, I've moved 'kvmgt' into self load
module instead of loaded by i915/gvt, in order to clean up the
dependence, so need to load 'kvmgt.ko' to enable GVT through
VFIO/mdev. Hypervisor module needs to call new register/unregister
func
== Series Details ==
Series: drm/i915: Clear bogus DMC BIOS/debug power well requests
URL : https://patchwork.freedesktop.org/series/53591/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266_full -> Patchwork_11023_full
Sum
~~~
Caused by commit
0b258ed1a219 ("drm: revert "expand replace_fence to support timeline point
v2"")
interacting with commit
1584f16ca96e ("drm/v3d: Add support for submitting jobs to the TFU")
I have used the drm-misc tree from next-20181205 for today.
--
C
I merged the i915 tree into drm-next this morning, but got a major
conflict on the drm-tip rebuild in intel_workarounds.c.
I'm not sure if I did wrong thing, but there were a couple of places
where the code seemed inconsistent and I couldn't track down what was
actually wanted. I'd appreciate some
== Series Details ==
Series: drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
(rev4)
URL : https://patchwork.freedesktop.org/series/53449/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5269 -> Patchwork_11028
== Series Details ==
Series: drm/i915/icl: Document Wa_1606682166
URL : https://patchwork.freedesktop.org/series/53584/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266_full -> Patchwork_11022_full
Summary
---
**SU
== Series Details ==
Series: drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
(rev4)
URL : https://patchwork.freedesktop.org/series/53449/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
00393ec00edf drm/i915/dsc: Add Per connector debugfs node for DSC support
On Wed, 2018-12-05 at 12:30 +, Patchwork wrote:
> == Series Details ==
>
> Series: drm/i915/fbc/cnl: Add GLK and CNL+ hardware tracking area
> URL : https://patchwork.freedesktop.org/series/53515/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_5263_full -> Patchwo
On Wed, 2018-12-05 at 12:30 -0800, Dhinakaran Pandiyan wrote:
> On Wed, 2018-12-05 at 10:48 -0800, José Roberto de Souza wrote:
> > The DP_DPCD_QUIRK_NO_PSR comment is missing colon causing this
> > warning when generating kernel documentation.
> >
> > ./include/drm/drm_dp_helper.h:1374: warning:
== Series Details ==
Series: drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR
URL : https://patchwork.freedesktop.org/series/53582/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266_full -> Patchwork_11021_full
S
== Series Details ==
Series: drm/i915/cnl: Fix the formulae for register offsets (rev3)
URL : https://patchwork.freedesktop.org/series/52960/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5267 -> Patchwork_11027
Summary
---
DSC can be supported per DP connector. This patch adds a per connector
debugfs node to expose DSC support capability by the kernel.
The same node can be used from userspace to force DSC enable.
force_dsc_en written through this debugfs node is used to force
DSC even for lower resolutions.
Credits
== Series Details ==
Series: Makefile: fix mixed tab and spaces (rev2)
URL : https://patchwork.freedesktop.org/series/53550/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266_full -> Patchwork_11020_full
Summary
---
For gen10+ the offsets for Slice PG cntl/ EU PG cntl donot scale well
for higher slices.
v2: Use _PICK instead of formulae(Jani)
v3: Remove superfluous newlines(Jani)
Cc: Rodrigo Vivi
Cc: Lucs De Marchi
Cc: Daniele Ceraolo Spurio
Reviewed-by: Jani Nikula
Signed-off-by: Radhakrishna Sripada
-
== Series Details ==
Series: drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
(rev3)
URL : https://patchwork.freedesktop.org/series/53449/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5267 -> Patchwork_11026
== Series Details ==
Series: drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
(rev3)
URL : https://patchwork.freedesktop.org/series/53449/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
0f0985d49a1e drm/i915/dsc: Add Per connector debugfs node for DSC support
On Wed, Dec 05, 2018 at 06:03:08PM -0500, Lyude Paul wrote:
> On Wed, 2018-12-05 at 14:57 -0800, Manasi Navare wrote:
> > DSC can be supported per DP connector. This patch adds a per connector
> > debugfs node to expose DSC support capability by the kernel.
> > The same node can be used from usersp
On Wed, 2018-12-05 at 14:57 -0800, Manasi Navare wrote:
> DSC can be supported per DP connector. This patch adds a per connector
> debugfs node to expose DSC support capability by the kernel.
> The same node can be used from userspace to force DSC enable.
>
> force_dsc_en written through this debu
DSC can be supported per DP connector. This patch adds a per connector
debugfs node to expose DSC support capability by the kernel.
The same node can be used from userspace to force DSC enable.
force_dsc_en written through this debugfs node is used to force
DSC even for lower resolutions.
Credits
== Series Details ==
Series: ACPI-PMIC + i915: Add support for PMIC MIPI sequences
URL : https://patchwork.freedesktop.org/series/53594/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5267 -> Patchwork_11025
Summary
---
On Tue, 2018-12-04 at 16:48 -0800, José Roberto de Souza wrote:
> GLK and CNL+ supports a bigger FBC tracking area.
>
> Signed-off-by: José Roberto de Souza
> ---
> drivers/gpu/drm/i915/intel_fbc.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915
On Wed, Dec 05, 2018 at 10:03:09PM +0100, Hans de Goede wrote:
> Implement the exec_mipi_pmic_seq_element callback for the CHT Whiskey Cove
> PMIC.
>
> On some CHT devices this fixes the LCD panel not lighting up when it was
> not initialized by the GOP, because an external monitor was plugged in
On Wed, 2018-12-05 at 11:29 -0800, Manasi Navare wrote:
> On Wed, Dec 05, 2018 at 02:00:39PM -0500, Lyude Paul wrote:
> > Looks good, some small nitpicks
> >
> > On Tue, 2018-12-04 at 11:55 -0800, Manasi Navare wrote:
> > > DSC can be supported per DP connector. This patch adds a per connector
> >
== Series Details ==
Series: drm/i915/icl: Forcibly evict stale csb entries (rev2)
URL : https://patchwork.freedesktop.org/series/53560/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266 -> Patchwork_11024
Summary
---
DSI LCD panels describe an initialization sequence in the Video BIOS
Tables using so called MIPI sequences. One possible element in these
sequences is a PMIC specific element of 15 bytes.
Although this is not really an ACPI opregion, the ACPI opregion code is the
closest thing we have. We need to
Implement the exec_mipi_pmic_seq_element callback for the CHT Whiskey Cove
PMIC.
On some CHT devices this fixes the LCD panel not lighting up when it was
not initialized by the GOP, because an external monitor was plugged in and
the GOP initialized only the external monitor.
Signed-off-by: Hans d
Add support for PMIC mipi sequences using the new
intel_soc_pmic_exec_mipi_pmic_seq_element function.
Signed-off-by: Hans de Goede
---
drivers/gpu/drm/i915/intel_dsi_vbt.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/i915/intel_dsi_vbt.c
b/drivers/gpu/drm/i915/intel_
Hi All,
This series is the result of me debugging and fixing the LCD panel not
lighting up on some CHT devices when they are booted with an external
monitor connected and the GOP only initializes the external monitor,
leaving the LCD uninitialized.
This is caused by the lack of support for execut
Quoting Chris Wilson (2018-12-05 15:01:03)
> Quoting Pedro Tammela (2018-12-05 11:06:08)
> > Fixes a comestic issue where spaces were being used
> > instead of mixed tab and spaces.
> >
> > Signed-off-by: Pedro Tammela
>
> Consistency good and removes a spurious line from one of patches,
> Revie
== Series Details ==
Series: drm/i915: Clear bogus DMC BIOS/debug power well requests
URL : https://patchwork.freedesktop.org/series/53591/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266 -> Patchwork_11023
Summary
-
On Wed, 2018-12-05 at 10:48 -0800, José Roberto de Souza wrote:
> The DP_DPCD_QUIRK_NO_PSR comment is missing colon causing this
> warning when generating kernel documentation.
>
> ./include/drm/drm_dp_helper.h:1374: warning: Incorrect use of kernel-
> doc format: * @DP_DPCD_QUIRK_NO_PSR
== Series Details ==
Series: drm/i915/icl: Forcibly evict stale csb entries
URL : https://patchwork.freedesktop.org/series/53560/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_5266_full -> Patchwork_11019_full
Summary
-
From: Ville Syrjälä
The DMC firmware is confused and forces on the BIOS and debug
power well requests for PW1 and MISC IO on some platforms. On
BXT I measured this to waste about 10mW in the freeze system
suspend state with the SoC in s0. I didn't get conclusive
numbers for s0ix on account of the
Hi Dave,
drm-misc fixes for this week. Big item is the lease uevent change. It seems like
there's a high degree of confidence that existing userspaces will be happy with
any uevent, so it should be a non-issue. Nevertheless, it hasn't soaked for very
long, so something to keep an eye on.
drm-misc
== Series Details ==
Series: drm/i915/icl: Document Wa_1606682166
URL : https://patchwork.freedesktop.org/series/53584/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266 -> Patchwork_11022
Summary
---
**SUCCESS**
On Wed, Dec 05, 2018 at 02:00:39PM -0500, Lyude Paul wrote:
> Looks good, some small nitpicks
>
> On Tue, 2018-12-04 at 11:55 -0800, Manasi Navare wrote:
> > DSC can be supported per DP connector. This patch adds a per connector
> > debugfs node to expose DSC support capability by the kernel.
> >
== Series Details ==
Series: drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR
URL : https://patchwork.freedesktop.org/series/53582/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266 -> Patchwork_11021
Summary
---
On 05/12/2018 19:04, Tvrtko Ursulin wrote:
From: Tvrtko Ursulin
Commit 71ffd49cc9b9 ("drm/i915/icl:Add Wa_1606682166") added the
workaround but did not put it in comment, which looks like should be the
usual process for these things. Add the missing comment.
Signed-off-by: Tvrtko Ursulin
Cc:
From: Tvrtko Ursulin
Commit 71ffd49cc9b9 ("drm/i915/icl:Add Wa_1606682166") added the
workaround but did not put it in comment, which looks like should be the
usual process for these things. Add the missing comment.
Signed-off-by: Tvrtko Ursulin
Cc: Radhakrishna Sripada
Cc: Anuj Phogat
Cc: Mi
Looks good, some small nitpicks
On Tue, 2018-12-04 at 11:55 -0800, Manasi Navare wrote:
> DSC can be supported per DP connector. This patch adds a per connector
> debugfs node to expose DSC support capability by the kernel.
> The same node can be used from userspace to force DSC enable.
>
> force
The DP_DPCD_QUIRK_NO_PSR comment is missing colon causing this
warning when generating kernel documentation.
./include/drm/drm_dp_helper.h:1374: warning: Incorrect use of kernel-doc
format: * @DP_DPCD_QUIRK_NO_PSR
Fixes: 7c5c641a930e (drm/i915: Disable PSR in Apple panels)
Cc: Dhinakara
Hello Jani,
I think "Fixes an inconsistency" suits the commit message better.
Thanks,
Pedro
Em qua, 5 de dez de 2018 às 15:03, Saarinen, Jani
escreveu:
> HI,
>
> > -Original Message-
> > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On
> Behalf Of
> > Pedro Tammela
>
On 05/12/18 02:48, Chris Wilson wrote:
To try and help debug situations where the driver has leaked a runtime
reference before executing the pm_rpm tests, show the contents of
i915_runtime_pm_status at startup, which will include all currently held
wakerefs.
LGTM.
Reviewed-by: Antonio Argenz
== Series Details ==
Series: HDCP1.4 Fixes - II (rev2)
URL : https://patchwork.freedesktop.org/series/53493/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5265_full -> Patchwork_11018_full
Summary
---
**WARNING**
== Series Details ==
Series: Makefile: fix mixed tab and spaces (rev2)
URL : https://patchwork.freedesktop.org/series/53550/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266 -> Patchwork_11020
Summary
---
**SUCCESS
HI,
> -Original Message-
> From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of
> Pedro Tammela
> Sent: keskiviikko 5. joulukuuta 2018 12.57
> To: intel-gfx@lists.freedesktop.org
> Subject: [Intel-gfx] [PATCH] Makefile: fix mixed tab and spaces
>
> Fixes a comest
== Series Details ==
Series: Makefile: fix mixed tab and spaces
URL : https://patchwork.freedesktop.org/series/53550/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_5265_full -> Patchwork_11017_full
Summary
---
**FAIL
Fixes a comestic issue where spaces were being used
instead of mixed tab and spaces.
Signed-off-by: Pedro Tammela
---
drivers/gpu/drm/i915/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 1c2857f13ad4
On Tue, Dec 04, 2018 at 03:41:09PM -0800, clinton.a.tay...@intel.com wrote:
> From: Clint Taylor
>
> In August 2018 the BSPEC changed the ICL port programming sequence to
> closely resemble earlier gen programming sequence.
>
> v2: remove debug code that Imre found
> v3: simplify translation tab
== Series Details ==
Series: drm/i915/icl: Forcibly evict stale csb entries
URL : https://patchwork.freedesktop.org/series/53560/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5266 -> Patchwork_11019
Summary
---
**SU
On Wed, Dec 05, 2018 at 08:40:34AM +0100, Andrzej Hajda wrote:
> On 04.12.2018 20:02, Ville Syrjälä wrote:
> > On Tue, Dec 04, 2018 at 08:03:53AM +0100, Andrzej Hajda wrote:
> >> On 03.12.2018 22:48, Ville Syrjälä wrote:
> >>> On Thu, Nov 29, 2018 at 09:46:16AM +0100, Andrzej Hajda wrote:
> Qu
Quoting Pedro Tammela (2018-12-05 11:06:08)
> Fixes a comestic issue where spaces were being used
> instead of mixed tab and spaces.
>
> Signed-off-by: Pedro Tammela
Consistency good and removes a spurious line from one of patches,
Reviewed-by: Chris Wilson
-Chris
__
On Wed, Dec 05, 2018 at 09:46:40AM +0100, Andrzej Hajda wrote:
> On 05.12.2018 07:32, Laurent Pinchart wrote:
> > Hi Ville,
> >
> > On Tuesday, 4 December 2018 21:13:20 EET Ville Syrjälä wrote:
> >> On Tue, Dec 04, 2018 at 08:46:53AM +0100, Andrzej Hajda wrote:
> >>> On 03.12.2018 22:38, Ville Syrj
Quoting Kuehling, Felix (2018-12-03 22:55:16)
>
> On 2018-11-28 4:14 a.m., Joonas Lahtinen wrote:
> > Quoting Ho, Kenny (2018-11-27 17:41:17)
> >> On Tue, Nov 27, 2018 at 4:46 AM Joonas Lahtinen
> >> wrote:
> >>> I think a more abstract property "% of GPU (processing power)" might
> >>> be a mor
Quoting Mika Kuoppala (2018-12-05 13:46:12)
> static void nop_submission_tasklet(unsigned long data)
> @@ -1015,6 +1025,19 @@ static void process_csb(struct intel_engine_cs *engine)
> } while (head != tail);
>
> execlists->csb_head = head;
> +
> + /*
> +* Gen11 has
Quoting Zhenyu Wang (2018-12-04 07:06:33)
>
> Hi,
>
> Just one BDW regression fix for tiling mode format return
> on vfio gfx dmabuf.
Pulled.
Regards, Joonas
>
> Thanks
> --
> The following changes since commit 7513edbc096a006f967eaf39088091442e623b83:
>
> drm/i915/gvt: Avoid use-after-fre
Gen11 fails to deliver wrt global observation point on
tail/entry updates and we sometimes see old entry.
Use clflush to forcibly evict our possibly stale copy
of the cacheline in hopes that we get fresh one from gpu.
Obviously there is something amiss in the coherency protocol so
this can be cons
== Series Details ==
Series: Makefile: fix mixed tab and spaces
URL : https://patchwork.freedesktop.org/series/53550/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5265 -> Patchwork_11017
Summary
---
**SUCCESS**
N
== Series Details ==
Series: HDCP1.4 Fixes - II (rev2)
URL : https://patchwork.freedesktop.org/series/53493/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5265 -> Patchwork_11018
Summary
---
**SUCCESS**
No regress
== Series Details ==
Series: drm/i915/fbc/cnl: Add GLK and CNL+ hardware tracking area
URL : https://patchwork.freedesktop.org/series/53515/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_5263_full -> Patchwork_11016_full
Su
On 12/5/2018 12:45 AM, Ville Syrjälä wrote:
On Tue, Dec 04, 2018 at 11:37:05PM +0530, Ramalingam C wrote:
HDCP1.4 is enabled and validated only on GEN9+ platforms.
Signed-off-by: Ramalingam C
Reviewed-by: Sean Paul
---
drivers/gpu/drm/i915/intel_hdcp.c | 3 +--
1 file changed, 1 insertion
At enable/disable of the HDCP encryption, for encryption status change
we need minimum one frame duration. And we might program this bit any
point(start/End) in the previous frame.
With 20mSec, observed the timeout for change in encryption status.
Since this is not time critical operation and we n
Adding a debug log when the DP_AUX_NATIVE_REPLY_ACK is missing
for aksv write. This helps to locate the possible non responding
DP HDCP sinks.
v2:
Rewritten for readability [Sean Paul]
Signed-off-by: Ramalingam C
Reviewed-by: Sean Paul
---
drivers/gpu/drm/i915/intel_dp.c | 7 ++-
1 file
HDCP1.4 is enabled and validated only on GEN9+ platforms.
v2:
Removed the unnecessary parens [Ville]
Signed-off-by: Ramalingam C
Reviewed-by: Sean Paul
---
drivers/gpu/drm/i915/intel_hdcp.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_hdcp.
Couple of more HDCP1.4 fixes on
- Key load process for CFL
- Encryption status change time
- debug log addition
- active platform coverage
v1 and v2 went into old series https://patchwork.freedesktop.org/series/38978/
as v8 and v9, due to the same series title. Now changed the title.
v3--
HDCP1.4 key load process varies between Intel platform to platform.
For Gen9 platforms except BXT and GLK, HDCP1.4 key is loaded using
the GT Driver Mailbox interface. So all GEN9_BC platforms will use
the GT Driver Mailbox interface for HDCP1.4 key load.
v2:
Using the IS_GEN9_BC for filtering
== Series Details ==
Series: series starting with [1/5] drm/i915/psr: Allow PSR2 to be enabled when
debugfs asks
URL : https://patchwork.freedesktop.org/series/53510/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_5263_full -> Patchwork_11014_full
=
Fixes a comestic issue where spaces were being used
instead of mixed tab and spaces.
Signed-off-by: Pedro Tammela
---
drivers/gpu/drm/i915/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 1c2857f13ad4
To try and help debug situations where the driver has leaked a runtime
reference before executing the pm_rpm tests, show the contents of
i915_runtime_pm_status at startup, which will include all currently held
wakerefs.
Signed-off-by: Chris Wilson
---
tests/pm_rpm.c | 14 ++
1 file c
On Tue, 2018-12-04 at 21:43 +0200, Ville Syrjälä wrote:
> On Tue, Dec 04, 2018 at 11:46:39AM +0200, Mika Kahola wrote:
> > Occasionally, we get the following error in our CI runs
> >
> > [853.132830] Workqueue: events i915_hotplug_work_func [i915]
> > [853.132844] RIP: 0010:drm_wait_one_vblank+0x1
On Tue, Nov 20, 2018 at 06:13:42PM +0200, Ville Syrjala wrote:
> diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c
> b/drivers/gpu/drm/i2c/tda998x_drv.c
> index a7c39f39793f..38c66fbc8276 100644
> --- a/drivers/gpu/drm/i2c/tda998x_drv.c
> +++ b/drivers/gpu/drm/i2c/tda998x_drv.c
> @@ -849,7 +849,8 @@
However I have not seen fdo bug mentioned below, but root cause for these pipe
config error messages
are due to the fact that for dual link we are programming half the timings but
while comparing
We use undivided values.
Moreover some timings are not even gets programmed for DSI like HBLANK/VBL
Hi Andrzej,
On Wednesday, 5 December 2018 10:46:40 EET Andrzej Hajda wrote:
> On 05.12.2018 07:32, Laurent Pinchart wrote:
> > On Tuesday, 4 December 2018 21:13:20 EET Ville Syrjälä wrote:
> >> On Tue, Dec 04, 2018 at 08:46:53AM +0100, Andrzej Hajda wrote:
> >>> On 03.12.2018 22:38, Ville Syrjälä
Ok, I didn't file a bug yet, because I still have suspicion that this could be
a bios thing.
Vandita, Madhav, did you happen to see same issue?
Best Regards,
Lisovskiy Stanislav
Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo
_
On 05.12.2018 07:32, Laurent Pinchart wrote:
> Hi Ville,
>
> On Tuesday, 4 December 2018 21:13:20 EET Ville Syrjälä wrote:
>> On Tue, Dec 04, 2018 at 08:46:53AM +0100, Andrzej Hajda wrote:
>>> On 03.12.2018 22:38, Ville Syrjälä wrote:
On Thu, Nov 29, 2018 at 10:08:07AM +0100, Andrzej Hajda wro
On Wed, 05 Dec 2018, "Lisovskiy, Stanislav"
wrote:
> I still see this pipe config mismatch(with icl-dsi-2018-12-03(4.20.0-rc5) +
> "fix transcoder state readout" commit applied):
>
> [ 12.773332] [drm:pipe_config_err [i915]] *ERROR* mismatch in
> base.adjusted_mode.crtc_hdisplay (expected 144
I still see this pipe config mismatch(with icl-dsi-2018-12-03(4.20.0-rc5) +
"fix transcoder state readout" commit applied):
[ 12.773332] [drm:pipe_config_err [i915]] *ERROR* mismatch in
base.adjusted_mode.crtc_hdisplay (expected 1440, found 720)
[ 12.773425] [drm:pipe_config_err [i915]] *ERR
86 matches
Mail list logo