Re: [Intel-gfx] [PATCH v4] drm/i915/gvt: Change KVMGT as self load module

2018-12-05 Thread Yuan, Hang
> -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

[Intel-gfx] ✓ Fi.CI.BAT: success for Make GEN macros more similar (rev3)

2018-12-05 Thread Patchwork
== 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**

[Intel-gfx] ✓ Fi.CI.IGT: success for ACPI-PMIC + i915: Add support for PMIC MIPI sequences

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Make GEN macros more similar (rev3)

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Make GEN macros more similar (rev3)

2018-12-05 Thread Patchwork
== 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) -:

[Intel-gfx] [PATCH v3 3/3] drm/i915: merge gen checks to use range

2018-12-05 Thread Lucas De Marchi
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)

[Intel-gfx] [PATCH v3 0/3] Make GEN macros more similar

2018-12-05 Thread Lucas De Marchi
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

[Intel-gfx] [PATCH v3 2/3] drm/i915: replace IS_GEN with IS_GEN(..., N)

2018-12-05 Thread Lucas De Marchi
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) +

[Intel-gfx] [PATCH v3 1/3] drm/i915: Rename IS_GEN to IS_GEN_RANGE

2018-12-05 Thread Lucas De Marchi
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

Re: [Intel-gfx] [PATCH v4] drm/i915/gvt: Change KVMGT as self load module

2018-12-05 Thread Zhenyu Wang
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

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Clear bogus DMC BIOS/debug power well requests

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree

2018-12-05 Thread Stephen Rothwell
~~~ 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

[Intel-gfx] drm tip conflict in intel_workarounds.c

2018-12-05 Thread Dave Airlie
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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev4)

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/icl: Document Wa_1606682166

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev4)

2018-12-05 Thread Patchwork
== 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

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/fbc/cnl: Add GLK and CNL+ hardware tracking area

2018-12-05 Thread Souza, Jose
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

Re: [Intel-gfx] [PATCH] drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

2018-12-05 Thread Souza, Jose
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:

[Intel-gfx] ✓ Fi.CI.IGT: success for drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/cnl: Fix the formulae for register offsets (rev3)

2018-12-05 Thread Patchwork
== 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 ---

[Intel-gfx] [PATCH v8] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable

2018-12-05 Thread Manasi Navare
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

[Intel-gfx] ✓ Fi.CI.IGT: success for Makefile: fix mixed tab and spaces (rev2)

2018-12-05 Thread Patchwork
== 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 ---

[Intel-gfx] [PATCH v3] drm/i915/cnl: Fix the formulae for register offsets

2018-12-05 Thread Radhakrishna Sripada
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 -

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev3)

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev3)

2018-12-05 Thread Patchwork
== 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

Re: [Intel-gfx] [PATCH v7] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable

2018-12-05 Thread Manasi Navare
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

Re: [Intel-gfx] [PATCH v7] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable

2018-12-05 Thread Lyude Paul
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

[Intel-gfx] [PATCH v7] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable

2018-12-05 Thread Manasi Navare
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

[Intel-gfx] ✓ Fi.CI.BAT: success for ACPI-PMIC + i915: Add support for PMIC MIPI sequences

2018-12-05 Thread Patchwork
== 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 ---

Re: [Intel-gfx] [PATCH] drm/i915/fbc/cnl: Add GLK and CNL+ hardware tracking area

2018-12-05 Thread Dhinakaran Pandiyan
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

Re: [Intel-gfx] [PATCH 2/3] ACPI / PMIC: Implement exec_mipi_pmic_seq_element for CHT Whiskey Cove PMIC

2018-12-05 Thread Ville Syrjälä
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

Re: [Intel-gfx] [PATCH v6] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable

2018-12-05 Thread Lyude Paul
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 > >

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/icl: Forcibly evict stale csb entries (rev2)

2018-12-05 Thread Patchwork
== 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 ---

[Intel-gfx] [PATCH 1/3] ACPI / PMIC: Add support for executing PMIC MIPI sequence elements

2018-12-05 Thread Hans de Goede
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

[Intel-gfx] [PATCH 2/3] ACPI / PMIC: Implement exec_mipi_pmic_seq_element for CHT Whiskey Cove PMIC

2018-12-05 Thread Hans de Goede
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

[Intel-gfx] [PATCH 3/3] drm/i915/intel_dsi_vbt: Add support for PMIC mipi sequences

2018-12-05 Thread Hans de Goede
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_

[Intel-gfx] [PATCH 0/3] ACPI-PMIC + i915: Add support for PMIC MIPI sequences

2018-12-05 Thread Hans de Goede
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

Re: [Intel-gfx] [PATCH] Makefile: fix mixed tab and spaces

2018-12-05 Thread Chris Wilson
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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Clear bogus DMC BIOS/debug power well requests

2018-12-05 Thread Patchwork
== 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 -

Re: [Intel-gfx] [PATCH] drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

2018-12-05 Thread Dhinakaran Pandiyan
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

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/icl: Forcibly evict stale csb entries

2018-12-05 Thread Patchwork
== 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 -

[Intel-gfx] [PATCH] drm/i915: Clear bogus DMC BIOS/debug power well requests

2018-12-05 Thread Ville Syrjala
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

[Intel-gfx] [PULL] drm-misc-fixes

2018-12-05 Thread Sean Paul
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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/icl: Document Wa_1606682166

2018-12-05 Thread Patchwork
== 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**

Re: [Intel-gfx] [PATCH v6] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable

2018-12-05 Thread Manasi Navare
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. > >

[Intel-gfx] ✓ Fi.CI.BAT: success for drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

2018-12-05 Thread Patchwork
== 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 ---

Re: [Intel-gfx] [PATCH] drm/i915/icl: Document Wa_1606682166

2018-12-05 Thread Tvrtko Ursulin
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:

[Intel-gfx] [PATCH] drm/i915/icl: Document Wa_1606682166

2018-12-05 Thread Tvrtko Ursulin
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

Re: [Intel-gfx] [PATCH v6] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable

2018-12-05 Thread Lyude Paul
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

[Intel-gfx] [PATCH] drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

2018-12-05 Thread José Roberto de Souza
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

Re: [Intel-gfx] [PATCH] Makefile: fix mixed tab and spaces

2018-12-05 Thread Pedro Tammela
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 >

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] igt/pm_rpm: Show the contents of i915_runtime_pm_status on setup

2018-12-05 Thread Antonio Argenziano
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

[Intel-gfx] ✓ Fi.CI.IGT: success for HDCP1.4 Fixes - II (rev2)

2018-12-05 Thread Patchwork
== 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**

[Intel-gfx] ✓ Fi.CI.BAT: success for Makefile: fix mixed tab and spaces (rev2)

2018-12-05 Thread Patchwork
== 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

Re: [Intel-gfx] [PATCH] Makefile: fix mixed tab and spaces

2018-12-05 Thread Saarinen, Jani
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

[Intel-gfx] ✗ Fi.CI.IGT: failure for Makefile: fix mixed tab and spaces

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] [PATCH] Makefile: fix mixed tab and spaces

2018-12-05 Thread Pedro Tammela
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

Re: [Intel-gfx] [PATCH v3] drm/i915/icl: combo port vswing programming changes per BSPEC

2018-12-05 Thread Imre Deak
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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/icl: Forcibly evict stale csb entries

2018-12-05 Thread Patchwork
== 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

Re: [Intel-gfx] [PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions

2018-12-05 Thread Ville Syrjälä
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

Re: [Intel-gfx] [PATCH] Makefile: fix mixed tab and spaces

2018-12-05 Thread Chris Wilson
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 __

Re: [Intel-gfx] [PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions

2018-12-05 Thread Ville Syrjälä
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

Re: [Intel-gfx] [PATCH RFC 2/5] cgroup: Add mechanism to register vendor specific DRM devices

2018-12-05 Thread Joonas Lahtinen
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

Re: [Intel-gfx] [PATCH] drm/i915/icl: Forcibly evict stale csb entries

2018-12-05 Thread Chris Wilson
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

Re: [Intel-gfx] [PULL] gvt-fixes for 4.20-rc6

2018-12-05 Thread Joonas Lahtinen
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

[Intel-gfx] [PATCH] drm/i915/icl: Forcibly evict stale csb entries

2018-12-05 Thread Mika Kuoppala
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

[Intel-gfx] ✓ Fi.CI.BAT: success for Makefile: fix mixed tab and spaces

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✓ Fi.CI.BAT: success for HDCP1.4 Fixes - II (rev2)

2018-12-05 Thread Patchwork
== 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

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/fbc/cnl: Add GLK and CNL+ hardware tracking area

2018-12-05 Thread Patchwork
== 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

Re: [Intel-gfx] [PATCH v3 2/4] drm/i915: Fix platform coverage for HDCP1.4

2018-12-05 Thread C, Ramalingam
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

[Intel-gfx] [PATCH v4 4/4] drm/i915: Increase timeout for Encrypt status change

2018-12-05 Thread Ramalingam C
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

[Intel-gfx] [PATCH v4 3/4] drm/i915: debug log for REPLY_ACK missing

2018-12-05 Thread Ramalingam C
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

[Intel-gfx] [PATCH v4 2/4] drm/i915: Fix platform coverage for HDCP1.4

2018-12-05 Thread Ramalingam C
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.

[Intel-gfx] [PATCH v4 0/4] HDCP1.4 Fixes - II

2018-12-05 Thread Ramalingam C
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--

[Intel-gfx] [PATCH v4 1/4] drm/i915: Fix GEN9 HDCP1.4 key load process

2018-12-05 Thread Ramalingam C
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

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/5] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks

2018-12-05 Thread Patchwork
== 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 =

[Intel-gfx] [PATCH] Makefile: fix mixed tab and spaces

2018-12-05 Thread Pedro Tammela
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

[Intel-gfx] [PATCH i-g-t] igt/pm_rpm: Show the contents of i915_runtime_pm_status on setup

2018-12-05 Thread Chris Wilson
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

Re: [Intel-gfx] [PATCH] drm/i915: Wait one vblank before sending hotplug event to userspace

2018-12-05 Thread Kahola, Mika
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

Re: [Intel-gfx] [PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions

2018-12-05 Thread Russell King - ARM Linux
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 @@

Re: [Intel-gfx] [PATCH v11 00/23] drm/i915/icl: dsi enabling

2018-12-05 Thread Chauhan, Madhav
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

Re: [Intel-gfx] [PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions

2018-12-05 Thread Laurent Pinchart
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ä

Re: [Intel-gfx] [PATCH v11 00/23] drm/i915/icl: dsi enabling

2018-12-05 Thread Lisovskiy, Stanislav
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 _

Re: [Intel-gfx] [PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions

2018-12-05 Thread Andrzej Hajda
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

Re: [Intel-gfx] [PATCH v11 00/23] drm/i915/icl: dsi enabling

2018-12-05 Thread Jani Nikula
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

Re: [Intel-gfx] [PATCH v11 00/23] drm/i915/icl: dsi enabling

2018-12-05 Thread Lisovskiy, Stanislav
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