Re: [Intel-gfx] [PATCH 3/5] drm/i915/cfl: Basic DDI plumbing for Coffee Lake.

2017-06-07 Thread Vivi, Rodrigo
On Wed, 2017-06-07 at 22:06 +, Pandiyan, Dhinakaran wrote: > On Wed, 2017-06-07 at 21:53 +, Vivi, Rodrigo wrote: > > On Wed, 2017-06-07 at 18:04 +, Pandiyan, Dhinakaran wrote: > > > On Tue, 2017-06-06 at 12:20 -0700, Rodrigo Vivi wrote: > > > > All here is pretty much like Kabylake. > >

Re: [Intel-gfx] [PATCH 5/5] drm/i915/cfl: Introduce Coffee Lake workardounds.

2017-06-07 Thread Pandiyan, Dhinakaran
On Tue, 2017-06-06 at 12:20 -0700, Rodrigo Vivi wrote: > Coffee Lake inherit most of Kabylake production > workardounds. > > Only difference identified so far is: > - WaDisableLSQCROPERFforOCL is marked as SIWA_NEVER > > Cc: Dhinakaran Pandiyan > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu

Re: [Intel-gfx] [PATCH 2/2] drm/i915/huc: Load HuC on Coffeelake

2017-06-07 Thread Pandiyan, Dhinakaran
On Wed, 2017-06-07 at 11:43 -0700, Anusha Srivatsa wrote: > Coffeelake reuses Kabylake's HUC firmware. s/Coffeelake/Coffee Lake That's how the other patches have it :) > > Cc: Rodrigo Vivi > Signed-off-by: Anusha Srivatsa > --- > drivers/gpu/drm/i915/intel_huc.c | 2 +- > 1 file changed, 1 i

Re: [Intel-gfx] [PATCH 2/2] drm/i915/huc: Load HuC on Coffeelake

2017-06-07 Thread Srivatsa, Anusha
>-Original Message- >From: Pandiyan, Dhinakaran >Sent: Wednesday, June 7, 2017 3:46 PM >To: Srivatsa, Anusha >Cc: intel-gfx@lists.freedesktop.org; Vivi, Rodrigo >Subject: Re: [Intel-gfx] [PATCH 2/2] drm/i915/huc: Load HuC on Coffeelake > >On Wed, 2017-06-07 at 11:43 -0700, Anusha Srivat

[Intel-gfx] [PATCH 1/3] drm/i915/cfl: Introduce Coffee Lake platform definition.

2017-06-07 Thread Rodrigo Vivi
Coffee Lake is a Intel® Processor containing Intel® HD Graphics following Kabylake. It is Gen9 graphics based platform on top of CNP PCH. Let's start by adding the platform definition based on previous platforms but yet as preliminary_hw_support. On following patches we will start adding PCI IDs

[Intel-gfx] [PATCH 2/3] drm/i915/cfl: Coffee Lake uses CNP PCH.

2017-06-07 Thread Rodrigo Vivi
So let's force it on the virtual detection. Also it is still the only silicon for now on this PCH, so WARN otherwise. v2: Rebased on top of Cannonlake and added the missed debug message as pointed by DK. Cc: Dhinakaran Pandiyan Signed-off-by: Rodrigo Vivi Reviewed-by: Anusha Srivatsa ---

[Intel-gfx] [PATCH 3/3] drm/i915/cfl: Introduce Display workarounds for Coffee Lake.

2017-06-07 Thread Rodrigo Vivi
The whole Display engine for Coffee Lake is pretty much identical to the Kabylake. For this reason let's reuse all display related production workardounds here even though CFL is not explicit listed at Display workarounds page at Spec. v2: moved intel_pm.c chunck to this patch in order to address

Re: [Intel-gfx] [PATCH 1/3] drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus.

2017-06-07 Thread Vivi, Rodrigo
On Wed, 2017-06-07 at 14:23 -0700, Rodrigo Vivi wrote: > On Wed, 2017-06-07 at 11:24 -0700, Anusha Srivatsa wrote: > > Add PCI Ids for S Sku following the BSpec. > > > > v2: Remove the unused INTEL_CFL_IDS.(Rodrigo) > > > > Cc: Rodrigo Vivi > > Signed-off-by: Anusha Srivatsa > > --- > > driver

Re: [Intel-gfx] [PATCH] drm/i915: Move the unclaimed mmio detection into the powerwell for KMS

2017-06-07 Thread Rodrigo Vivi
It seems appropriate for me. Although it will now run only if (intel_state->modeset) instead in all commit_tail it is apparently in sync with original motivation. And also be able to catch all unclaimed reg access anyways. So, Reviewed-by: Rodrigo Vivi On Wed, Jun 7, 2017 at 1:04 PM, Chris Wils

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915/cfl: Introduce Coffee Lake platform definition.

2017-06-07 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/cfl: Introduce Coffee Lake platform definition. URL : https://patchwork.freedesktop.org/series/25442/ State : failure == Summary == Series 25442v1 Series without cover letter https://patchwork.freedesktop.org/api/1.0/series/2544

[Intel-gfx] [PATCH 2/2] igt/vc4_tiling: Test vc4's new set/get_tiling ioctls.

2017-06-07 Thread Eric Anholt
This just checks that the appropriate errors get thrown, and that the modifier can be set/get successfully, and that the modifier doesn't leak to other BO allocations. Testing of scanout will be done with the writeback support that Boris is building. The modifier has no effect on V3D rendering, s

[Intel-gfx] [PATCH 1/2] Add an editorconfig file for the basics of igt style.

2017-06-07 Thread Eric Anholt
This makes my emacs default to consistent indentation for the project. Signed-off-by: Eric Anholt --- .editorconfig | 9 + 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index ..bdfebacaf4cd -

[Intel-gfx] [PATCH i-g-t] Make autogen.sh set the default format.subjectPrefix

2017-06-07 Thread Eric Anholt
CONTRIBUTING requests that people do this, but it's a lot easier if we just set it up by default for them. Signed-off-by: Eric Anholt --- I missed this step on my previous two patches, so let's just prevent that in the future. :( autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git

[Intel-gfx] linux-next: build warning after merge of the drm-intel-fixes tree

2017-06-07 Thread Stephen Rothwell
Hi all, After merging the drm-misc-fixes tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/gpu/drm/i915/intel_engine_cs.c: In function 'intel_engine_is_idle': drivers/gpu/drm/i915/intel_engine_cs.c:1103:27: warning: unused variable 'dev_priv' [-Wunused-variable]

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

2017-06-07 Thread Sean Paul
Hi Dave, Just 2 patches, hopefully a sign that things are rounding into shape for 4.12. The first patch is one from jstultz that slipped through the cracks in May, it fixes a regression introduced in robher's drm_of_find_panel_or_bridge patchset. The other fixes a bug introduced with HDMI support

[Intel-gfx] Power management test in DP compliance suite

2017-06-07 Thread Navare, Manasi D
Hi, I am executing the DP compliance test suite and the only test currently failing with the drm-tip + my patch (https://patchwork.freedesktop.org/series/25191/) Is the power management test (4.4.3) where it expects the source DUT to go into Power state D3 by setting DPCD register 0x600 to 2 a

Re: [Intel-gfx] [PATCH v7 3/6] drm/i915/gvt: Frame buffer decoder support for GVT-g

2017-06-07 Thread Chen, Xiaoguang
>-Original Message- >From: Zhang, Tina >Sent: Wednesday, June 07, 2017 5:06 PM >To: Chen, Xiaoguang ; >alex.william...@redhat.com; kra...@redhat.com; ch...@chris-wilson.co.uk; >intel-gfx@lists.freedesktop.org; linux-ker...@vger.kernel.org; >zhen...@linux.intel.com; Lv, Zhiyuan ; intel-gvt

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-intel-fixes tree

2017-06-07 Thread Stephen Rothwell
Hi Dave, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/i915/i915_drv.h between commit: d86b18a06cf3 ("drm/i915: Serialize GTT/Aperture accesses on BXT") (which is also commit 0ef34ad6222a in the drm tree) from the drm-intel-fixes tree and commit: 80debff8d9

[Intel-gfx] linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree

2017-06-07 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in: drivers/gpu/drm/i915/i915_gem_gtt.c between commit: d90c98905afd ("drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionally") (which also appears as commit cb60606d835c in the drm-intel tree) fr

[Intel-gfx] linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree

2017-06-07 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in: drivers/gpu/drm/i915/intel_engine_cs.c between commit: d9533f19d840 ("drm/i915: Hold a wakeref for probing the ring registers") (which is also commit a091d4ee931b in the drm-intel tree) from the drm-intel-fixes tree

Re: [Intel-gfx] [PATCH 2/3] drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.

2017-06-07 Thread Srivatsa, Anusha
>-Original Message- >From: Vivi, Rodrigo >Sent: Wednesday, June 7, 2017 2:26 PM >To: Srivatsa, Anusha >Cc: intel-gfx@lists.freedesktop.org >Subject: Re: [PATCH 2/3] drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku. > >On Wed, 2017-06-07 at 11:24 -0700, Anusha Srivatsa wrote: >> Add PCI Id

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/cfl: Introduce Coffee Lake platform definition.

2017-06-07 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/cfl: Introduce Coffee Lake platform definition. URL : https://patchwork.freedesktop.org/series/25442/ State : success == Summary == Series 25442v1 Series without cover letter https://patchwork.freedesktop.org/api/1.0/series/2544

<    1   2