[Intel-gfx] [PATCH i-g-t 2/3] skl_ddb_allocation: Add checks on the DDB entries

2014-10-14 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tests/skl_ddb_allocation.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/tests/skl_ddb_allocation.c b/tests/skl_ddb_allocation.c index 7faed0e..ba5f8ba 100644 --- a/tests

Re: [Intel-gfx] [PATCH] drm/i915: Don't trust the DP_DETECT bit for eDP ports on CHV

2014-10-13 Thread Damien Lespiau
/show_bug.cgi?id=84265 Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com Reviewed-by: Damien Lespiau damien.lesp...@intel.com -- Damien --- drivers/gpu/drm/i915/intel_display.c | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git

Re: [Intel-gfx] [PATCH 6/6] tools/null_state_gen: Add GEN9 golden context batch buffer creation

2014-10-10 Thread Damien Lespiau
size (Mika) - base address size macro as pages (Mika) v3: - rebased on top of current master (Mika) - removed obsolete #includes (Mika) - added copyright (Mika) - render and component packing added (Mika) Cc: Damien Lespiau damien.lesp...@intel.com Cc: Armin Reese

Re: [Intel-gfx] [PATCH i-g-t 1/3] quick_dump: Move base_display.txt to indivual platforms

2014-10-08 Thread Damien Lespiau
On Tue, Oct 07, 2014 at 01:26:37PM +0300, Ville Syrjälä wrote: On Mon, Oct 06, 2014 at 06:56:43PM +0100, Damien Lespiau wrote: SKL will have a whole separate display regs file, so merge base_display.txt into each platform file. Please drop it from vlv/chv. It's not appropriate for those

[Intel-gfx] [PATCH i-g-t] quick_dump: Drop common_display.txt from VLV/CHV

2014-10-08 Thread Damien Lespiau
Those registers are big core registers and weren't really relevant for VLV/CHV. Drop them from the dump then. Suggested-by: Ville Syrjälä ville.syrj...@linux.intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tools/quick_dump/cherryview | 1 - tools/quick_dump/valleyview | 1

[Intel-gfx] [PATCH i-g-t 2/2] quick_dump: Add a test to verify we can load the dynamic library

2014-10-06 Thread Damien Lespiau
quick_dump was failing to load because of a non resolved symbol in the python binding library. Let's add a small test that makes sure we can run ./quick_dump.py --help, ie load the python package and the shim library. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tools/quick_dump

[Intel-gfx] [PATCH i-g-t 1/2] quick-dump: Make quick dump link against libintel_tools

2014-10-06 Thread Damien Lespiau
, let's simplify maintainance and just link against the library we're building and using elsewhere. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tools/quick_dump/Makefile.am | 17 - tools/quick_dump/chipset_macro_wrap.c | 12 2 files changed, 8

[Intel-gfx] [PATCH i-g-t] gem_wait: Use PRIu64 in format string

2014-10-06 Thread Damien Lespiau
...@ffwll.ch Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tests/gem_wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_wait.c b/tests/gem_wait.c index 1320c7b..39d20b0 100644 --- a/tests/gem_wait.c +++ b/tests/gem_wait.c @@ -179,7 +179,7 @@ static void

[Intel-gfx] [PATCH i-g-t 2/2] overlay: Fix compilation warning when not having xrandr

2014-10-06 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- overlay/x11/position.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overlay/x11/position.c b/overlay/x11/position.c index f430281..cd00353 100644 --- a/overlay/x11/position.c +++ b/overlay/x11/position.c @@ -76,10

[Intel-gfx] [PATCH i-g-t 1/2] gem_seqno_wrap: Remove unused variable

2014-10-06 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tests/gem_seqno_wrap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c index 6772d1e..51fd88c 100644 --- a/tests/gem_seqno_wrap.c +++ b/tests/gem_seqno_wrap.c @@ -475,7 +475,6 @@ static

[Intel-gfx] [PATCH i-g-t 2/3] quick_dump/skl: Add some display registers

2014-10-06 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tools/quick_dump/skl_display.txt | 285 +++ 1 file changed, 285 insertions(+) create mode 100644 tools/quick_dump/skl_display.txt diff --git a/tools/quick_dump/skl_display.txt b/tools/quick_dump

[Intel-gfx] [PATCH i-g-t 1/3] quick_dump: Move base_display.txt to indivual platforms

2014-10-06 Thread Damien Lespiau
SKL will have a whole separate display regs file, so merge base_display.txt into each platform file. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tools/quick_dump/broadwell| 1 + tools/quick_dump/cherryview | 1 + tools

[Intel-gfx] [PATCH i-g-t 3/3] quick_dump/skl: Make quick_dump SKL aware

2014-10-06 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tools/quick_dump/chipset.i| 2 ++ tools/quick_dump/chipset_macro_wrap.c | 5 + tools/quick_dump/quick_dump.py| 2 ++ tools/quick_dump/skylake | 1 + 4 files changed, 10 insertions(+) create mode

[Intel-gfx] [PATCH] drm/i915/skl: Add 180 degree HW rotation support

2014-10-04 Thread Damien Lespiau
From: Sonika Jindal sonika.jin...@intel.com Add support for 180 degree rotation for primary and sprite planes Signed-off-by: Sonika Jindal sonika.jin...@intel.com --- drivers/gpu/drm/i915/i915_reg.h | 3 +++ drivers/gpu/drm/i915/intel_display.c | 2 ++ drivers/gpu/drm/i915/intel_sprite.c

Re: [Intel-gfx] [PATCH] drm/i915/skl: Add 180 degree HW rotation support

2014-10-04 Thread Damien Lespiau
On Sat, Oct 04, 2014 at 10:53:31AM +0100, Damien Lespiau wrote: From: Sonika Jindal sonika.jin...@intel.com Add support for 180 degree rotation for primary and sprite planes Signed-off-by: Sonika Jindal sonika.jin...@intel.com Reviewed-by: Damien Lespiau damien.lesp...@intel.com

Re: [Intel-gfx] limiting modes on 4k monitors on Haswell ULT

2014-10-02 Thread Damien Lespiau
On Thu, Oct 02, 2014 at 10:00:50AM +0200, Daniel Vetter wrote: On Thu, Oct 02, 2014 at 01:30:48PM +1000, Dave Airlie wrote: Hey guys, so I have a haswell ULT laptop (lenovo t440s), and got access to a Samsung single panel 4k monitor (no MST). Now we detect the monitor fine, but

Re: [Intel-gfx] [PATCH] drm/i915: Revert drm/i915: Reject the pin ioctl on gen6+

2014-10-02 Thread Damien Lespiau
Hi Dave, On Fri, Oct 03, 2014 at 07:12:53AM +1000, Dave Airlie wrote: I thought we had an agreement that no features that were specific to the non-open source userspace drivers would be merged to the kernel, due to security and maintenance concerns, i.e. exactly this concern, we now have to

[Intel-gfx] [PATCH 2/6] drm/i915: Use IS_HSW_ULT() in HAS_IPS()

2014-10-01 Thread Damien Lespiau
HAS_IPS() has a '|| IS_BROADWELL()', no need to check for IS_BDW_ULT(). Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h

[Intel-gfx] [PATCH 4/6] drm/i915: Use IS_HSW_ULT() in HSW CDCLK clock read-out

2014-10-01 Thread Damien Lespiau
hsw_get_cdclk_freq() is really just HSW, so we can use IS_HSW_ULT() instead of IS_ULT() there. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_ddi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b

[Intel-gfx] [PATCH 3/6] drm/i915: Spell out IS_HSW/BDW_ULT() in intel_crt_present()

2014-10-01 Thread Damien Lespiau
The quality of being a ULT or ULX package doesn't tell anything across generations and so a global IS_ULT() macro doesn't make much sense, esp. as we're adding new products. So, spell out which ULT/ULX SKUs we are talking about here, namely HSW and BDW. Signed-off-by: Damien Lespiau damien.lesp

[Intel-gfx] [PATCH 6/6] drm/i915: Remove IS_ULT()

2014-10-01 Thread Damien Lespiau
As stated in the few previous commits, IS_ULT/ULX() is better per-platform as it has different consequences depending on the platform. We now can get rid of it. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_drv.h | 1 - 1 file changed, 1 deletion(-) diff

[Intel-gfx] [PATCH 0/6] Kill IS_ULT() in favour of the per-product variant

2014-10-01 Thread Damien Lespiau
just discarded it in the PCH detection code. -- Damien Damien Lespiau (6): drm/i915: Use IS_HSW_ULT() in a HSW specific code path drm/i915: Use IS_HSW_ULT() in HAS_IPS() drm/i915: Spell out IS_HSW/BDW_ULT() in intel_crt_present() drm/i915: Use IS_HSW_ULT() in HSW CDCLK clock read-out drm

[Intel-gfx] [PATCH 1/6] drm/i915: Use IS_HSW_ULT() in a HSW specific code path

2014-10-01 Thread Damien Lespiau
No need to add the BDW pci ULT/ULX checks inside a if (IS_HASWELL(dev)) code path. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm

Re: [Intel-gfx] [PATCH libdrm 1/3] intel/skl: Add SKL PCI ids

2014-09-30 Thread Damien Lespiau
On Tue, Sep 30, 2014 at 11:19:37AM +0100, Thomas Wood wrote: On 26 September 2014 14:19, Damien Lespiau damien.lesp...@intel.com wrote: v2: Add more PCI IDs (Michael H. Nguyen) v3: Synchronize one more with the kernel PCI IDs (Damien) Signed-off-by: Damien Lespiau damien.lesp...@intel.com

Re: [Intel-gfx] [PATCH i-g-t 01/26] skl: Add SKL PCI ids

2014-09-30 Thread Damien Lespiau
On Fri, Sep 26, 2014 at 03:02:59PM +0100, Damien Lespiau wrote: v2: Update to the latest PCI ids Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com --- Pushed the whole series to i-g-t. -- Damien

Re: [Intel-gfx] [PATCH 74/89 v4] drm/i915/skl: Implement queue_flip

2014-09-30 Thread Damien Lespiau
On Tue, Sep 30, 2014 at 09:08:35AM -0300, Paulo Zanoni wrote: +static int intel_gen9_queue_flip(struct drm_device *dev, +struct drm_crtc *crtc, +struct drm_framebuffer *fb, +struct

Re: [Intel-gfx] [PATCH] drm/i915/skl: Use correct use counters for force wakes

2014-09-30 Thread Damien Lespiau
. Added commit note. Signed-off-by: Tvrtko Ursulin tvrtko.ursu...@intel.com Cc: Damien Lespiau damien.lesp...@intel.com --- This still has the issue of taking every fw engine, not looking at the ring we're queuing the work for. Also I'll add the note in a comment above the whole block. It does

[Intel-gfx] [PATCH 80/89 v2] drm/i915/skl: Augment the latency debugfs files for SKL

2014-09-29 Thread Damien Lespiau
v2: Use the gen = 9 in the debugfs file condition (Ville) Reviewed-by: Ville Syrjälä ville.syrj...@linux.intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_debugfs.c | 76 ++--- 1 file changed, 62 insertions(+), 14

Re: [Intel-gfx] [PATCH] drm/i915/skl: fetch, enable/disable pfit as needed v2

2014-09-29 Thread Damien Lespiau
On Thu, Sep 25, 2014 at 03:06:17PM -0300, Paulo Zanoni wrote: 2014-09-25 14:58 GMT-03:00 Jesse Barnes jbar...@virtuousgeek.org: This moved around on SKL, so we need to make sure we read/write the correct regs. v2: fixup WIN_POS offsets (Paulo) zero out WIN_POS reg at disable time

Re: [Intel-gfx] [PATCH 74/89] drm/i915/skl: Implement queue_flip

2014-09-29 Thread Damien Lespiau
On Tue, Sep 23, 2014 at 05:06:35PM -0300, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau damien.lesp...@intel.com: A few bits have changed in MI_DISPLAY_FLIP to accomodate the new planes. DE_RRMR seems to have kept its plane flip bits backward compatible. v2: Rebase on top

[Intel-gfx] [PATCH 74/89 v4] drm/i915/skl: Implement queue_flip

2014-09-29 Thread Damien Lespiau
() Don't use BUG() in default: Use intel_crtc-unpin_work-gtt_offset (Paulo) Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_reg.h | 10 ++ drivers/gpu/drm/i915/intel_display.c | 66 2 files changed, 76 insertions

Re: [Intel-gfx] [PATCH] drm/i915: intel_backlight scale() math WA v2

2014-09-29 Thread Damien Lespiau
On Mon, Sep 29, 2014 at 05:50:57PM +, Eoff, Ullysses A wrote: -Original Message- From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of Jani Nikula Sent: Monday, September 29, 2014 6:07 AM To: Joe Konno; intel-gfx@lists.freedesktop.org Subject: Re:

[Intel-gfx] [PATCH 48/89 v6] drm/i915/skl: Allocate DDB portions for display planes

2014-09-27 Thread Damien Lespiau
a few arguments Make nth_active_pipe 0 indexed Use sizeof(variable) instead of sizeof(type) (Ville) v6: Use the for_each_crtc() macro instead of list_for_each_entry() Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_pm.c | 148

Re: [Intel-gfx] [PATCH 49/89] drm/i915/skl: Program the DDB allocation

2014-09-27 Thread Damien Lespiau
On Fri, Sep 19, 2014 at 01:03:15PM +0300, Ville Syrjälä wrote: diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 0ddcbad..756ff16 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -3393,6 +3393,15 @@ static void

[Intel-gfx] [PATCH libdrm 2/3] intel/skl: Add gen9 to the buffer manager init

2014-09-26 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com Reviewed-by: Kenneth Graunke kenn...@whitecape.org Signed-off-by: Ben Widawsky b...@bwidawsk.net --- intel/intel_bufmgr_gem.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index

[Intel-gfx] [PATCH libdrm 1/3] intel/skl: Add SKL PCI ids

2014-09-26 Thread Damien Lespiau
v2: Add more PCI IDs (Michael H. Nguyen) v3: Synchronize one more with the kernel PCI IDs (Damien) Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Michael H. Nguyen michael.h.ngu...@intel.com --- intel/intel_chipset.h

[Intel-gfx] [PATCH i-g-t 07/26] rendercopy/skl: Update 3DSTATE_SBE

2014-09-26 Thread Damien Lespiau
SBE has now to be explicitely told which channels of which components are used by the pixel shader. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com --- lib/gen9_render.h | 5 + lib/rendercopy_gen9.c | 4 +++- 2 files changed

[Intel-gfx] [PATCH i-g-t 14/26] rendercopy/skl: Follow the spec to add the Pipeline selection mask

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Reviewed-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/gen9_render.h | 2 ++ lib

[Intel-gfx] [PATCH i-g-t 01/26] skl: Add SKL PCI ids

2014-09-26 Thread Damien Lespiau
v2: Update to the latest PCI ids Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com --- lib/intel_chipset.h | 58 +++-- 1 file changed, 52 insertions(+), 6 deletions(-) diff --git a/lib

[Intel-gfx] [PATCH i-g-t 08/26] rendercopy/skl: Pass the context to rendercopy function on SKL

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Reviewed-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com --- lib/rendercopy.h | 1 + lib/rendercopy_gen9.c | 12 +++- tools

[Intel-gfx] [PATCH i-g-t 03/26] skl: initialize instdone bits for gen9

2014-09-26 Thread Damien Lespiau
gen9 uses the same bits as gen8. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Reviewed-by: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: Ben Widawsky b...@bwidawsk.net --- lib/instdone.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/instdone.c

[Intel-gfx] [PATCH i-g-t 15/26] rendercopy/skl: Set the URB VS start address to 4

2014-09-26 Thread Damien Lespiau
From: Xiang, Haihao haihao.xi...@intel.com A value less than 4 might result in GPU hang on simulation Signed-off-by: Xiang, Haihao haihao.xi...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@linux.intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/rendercopy_gen9

[Intel-gfx] [PATCH i-g-t 02/26] skl: Add gen9 to intel_gen()

2014-09-26 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com Reviewed-by: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: Ben Widawsky b...@bwidawsk.net --- lib/intel_chipset.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/intel_chipset.c b/lib/intel_chipset.c index 0828e44..fafd232

[Intel-gfx] [PATCH i-g-t 04/26] list-workarounds/skl: Add Skylake to the list of valid platorms

2014-09-26 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- scripts/list-workarounds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list-workarounds b/scripts/list-workarounds index 5a84ee8..620d02f 100755 --- a/scripts/list-workarounds +++ b/scripts/list-workarounds

[Intel-gfx] [PATCH i-g-t 09/26] rendercopy/skl: update instruction length

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com This is ported from that on BDW. v2: Only bump the prefix when we need to program the instruction differently with the previous generations. Reviewed-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off

[Intel-gfx] [PATCH i-g-t 16/26] assembler/skl: Add gen 9 to the -g option

2014-09-26 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ben Widawsky b...@bwidawsk.net Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- assembler/disasm-main.c | 4 ++-- assembler/main.c| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[Intel-gfx] [PATCH i-g-t 12/26] rendercopy/skl: Fix the 3DSTATE_DS instruction length

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Reviewed-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/rendercopy_gen9.c | 8 +--- 1 file

[Intel-gfx] [PATCH i-g-t 13/26] rendercopy/skl: Emit 3DSTATE_WM_HZ_OP

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com This is from that on BDW. Without it, the pixel pipeline can't work well. Reviewed-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien

[Intel-gfx] [PATCH i-g-t 23/26] mediafill/skl: Follow the spec to add pipeline_select mask

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/gen8_media.h | 3 +++ lib/media_fill_gen9.c | 3 ++- 2 files changed, 5 insertions

[Intel-gfx] [PATCH i-g-t 17/26] assembler/skl: Redefine the cache agent type for some fixed functions

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com The different cache agent type is defined for SKL although it still uses the same function ID as the previous generations. Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau

[Intel-gfx] [PATCH i-g-t 19/26] assembler/skl: Add more cache agent for write(...)

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- assembler/gram.y | 40 ++-- 1 file changed, 30 insertions

[Intel-gfx] [PATCH i-g-t 20/26] assembler/skl: update the extdesc field for SEND instruction

2014-09-26 Thread Damien Lespiau
Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- assembler/brw_defines.h | 2 ++ assembler/gen8_instruction.c | 20 assembler/gen8_instruction.h | 2 ++ assembler/gram.y | 16 ++-- 4 files changed, 38

[Intel-gfx] [PATCH i-g-t 24/26] mediafill/skl: Follow spec to configure FORCE_MEDIA_AWAKE in PIPELINE_SELECTION

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com The FORCE_MEDIA_AWAKE bit is added for the PIPELINE_SELECTION command and some instructions requires that the media enginee is awake. Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien

[Intel-gfx] [PATCH i-g-t 22/26] mediafill/skl: follow the spec to update STATE_BASE_ADDRESS command

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/media_fill_gen9.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff

[Intel-gfx] [PATCH i-g-t 25/26] mediafill/skl: Follow spec to configure media sampler DOP clock gating in PIPELINE_SELECTION

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/gen8_media.h | 4 lib/media_fill_gen9.c | 4 2 files changed, 8 insertions

[Intel-gfx] [PATCH i-g-t 21/26] mediafill/skl: Start the gen9 media_fill from the gen8 version

2014-09-26 Thread Damien Lespiau
From: Zhao Yakui yakui.z...@intel.com Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/Makefile.sources | 1 + lib/media_fill.c | 16 +++ lib/media_fill.h | 7

[Intel-gfx] [PATCH i-g-t 26/26] lib/skl: Return the render copy and media fill functions

2014-09-26 Thread Damien Lespiau
From: Xiang, Haihao haihao.xi...@intel.com Signed-off-by: Xiang, Haihao haihao.xi...@intel.com [Ben: Reordered if tree] Signed-off-by: Ben Widawsky benjamin.widaw...@linux.intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- lib/intel_batchbuffer.c | 6 +- 1 file changed, 5

[Intel-gfx] [PATCH i-g-t 18/26] assembler/skl: update read(...)

2014-09-26 Thread Damien Lespiau
(...) is not used for gen6/gen7/gen8. Hence it is reused as cache agent for SKL as that on ILK. Signed-off-by: Zhao Yakui yakui.z...@intel.com Signed-off-by: Ben Widawsky benjamin.widaw...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- assembler/gram.y | 22

[Intel-gfx] [PATCH i-g-t] kms_cursor_crc: Remove two unused local variables

2014-09-26 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- tests/kms_cursor_crc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index 718699d..c348d7a 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -79,7 +79,6 @@ static

Re: [Intel-gfx] [PATCH] drm/i915/skl: Use correct use counters for force wakes

2014-09-25 Thread Damien Lespiau
On Thu, Sep 25, 2014 at 11:17:00AM +0100, Tvrtko Ursulin wrote: From: Tvrtko Ursulin tvrtko.ursu...@intel.com Write and reads following the block changed use engine specific use counters and unless that is matched here force wake use counting goes bad. Same force wake is attempted to be

Re: [Intel-gfx] [PATCH] drm/i915/skl: Use correct use counters for force wakes

2014-09-25 Thread Damien Lespiau
On Thu, Sep 25, 2014 at 01:43:31PM +0100, Tvrtko Ursulin wrote: On 09/25/2014 01:05 PM, Mika Kuoppala wrote: Damien Lespiau damien.lesp...@intel.com writes: On Thu, Sep 25, 2014 at 11:17:00AM +0100, Tvrtko Ursulin wrote: From: Tvrtko Ursulin tvrtko.ursu...@intel.com Write and reads

Re: [Intel-gfx] [PATCH 75/89] drm/i915/skl: fetch, enable/disable pfit as needed

2014-09-25 Thread Damien Lespiau
On Thu, Sep 25, 2014 at 07:48:34AM -0700, Jesse Barnes wrote: Damien, did you want to make these changes as part of your re-post or should I send an updated patch to replace this one? I wasn't planning to go through this one but let the author works for his commit :) -- Damien

Re: [Intel-gfx] [PATCH 75/89] drm/i915/skl: fetch, enable/disable pfit as needed

2014-09-24 Thread Damien Lespiau
Hi Jesse, Mind looking at those review comments? -- Damien On Tue, Sep 23, 2014 at 05:50:29PM -0300, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau damien.lesp...@intel.com: From: Jesse Barnes jbar...@virtuousgeek.org This moved around on SKL, so we need to make sure we

Re: [Intel-gfx] [PATCH 52/89] drm/i915/gen9: Disable WM if corresponding latency is 0

2014-09-24 Thread Damien Lespiau
On Fri, Sep 19, 2014 at 01:05:02PM +0300, Ville Syrjälä wrote: If we're going to be paranoid I think we should disable all higher WM levels whose latency is lower than any of the lower levels. And I think we'll want something like dev_priv-wm.max_wm_level instead of relying on the zero

Re: [Intel-gfx] [PATCH 47/89] drm/i915/skl: SKL Watermark Computation

2014-09-23 Thread Damien Lespiau
On Wed, Sep 17, 2014 at 03:07:51PM +0300, Ville Syrjälä wrote: On Thu, Sep 04, 2014 at 12:27:13PM +0100, Damien Lespiau wrote: From: Pradeep Bhat pradeep.b...@intel.com This patch implements the watermark algorithm and its necessary functions. Two function pointers skl_update_wm

[Intel-gfx] [PATCH 47/89 v11] drm/i915/skl: SKL Watermark Computation

2014-09-23 Thread Damien Lespiau
in skl_compute_plane_wm() (Damien Lespiau) v7: Spell out allocation skl_ddb_ functions should have the ddb as first argument Make the skl_ddb_alloc_changed() parameters const (Damien) v8: Rebase on top of the crtc-primary changes v9: Split the staging results structure to not exceed the 1Kb stack

[Intel-gfx] [PATCH 44/89 v5] drm/i915/skl: Register definitions and macros for SKL Watermark regs

2014-09-23 Thread Damien Lespiau
-by: Ville Syrjälä ville.syrj...@linux.intel.com (v4) Signed-off-by: Pradeep Bhat pradeep.b...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_reg.h | 35 +++ 1 file changed, 35 insertions(+) diff --git a/drivers/gpu/drm

[Intel-gfx] [PATCH 48/89 v4] drm/i915/skl: Allocate DDB portions for display planes

2014-09-23 Thread Damien Lespiau
v2: Fix the 3rd plane/cursor logic (Pradeep Bhat) v3: Fix one-by-one error in the DDB allocation code v4: Rebase on top of the skl_pipe_pixel_rate() argument change Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_pm.c | 150

[Intel-gfx] [PATCH 45/89 v4] drm/i915/skl: Definition of SKL WM param structs for pipe/plane

2014-09-23 Thread Damien Lespiau
. The skl_wm_values struct is now made more generic across planes and cursor planes for all pipes. v3: implemented the plane/cursor split. v4: Change the wm union back to a structure (Ville, Daniel) Signed-off-by: Pradeep Bhat pradeep.b...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com

[Intel-gfx] [PATCH 12/89 v8] drm/i915/skl: Implement the new update_plane() for primary planes

2014-09-22 Thread Damien Lespiau
the trickle feed bit now that we don't do a RMW (Rodrigo, Damien) Add a comment about the stride unit (Rodrigo) Reviewed-by: Rodrigo Vivi rodrigo.v...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com (v1,5,6,7) Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch (v2,3

Re: [Intel-gfx] [PATCH 21/89] drm/i915/skl: Implement the get_aux_clock_divider() DP vfunc

2014-09-22 Thread Damien Lespiau
:26 AM, Damien Lespiau damien.lesp...@intel.com wrote: We need to provide a vfunc that will make the code in intel_dp_aux_ch() loop once to start the AUX transaction. The return value (clock divider) is unused on SKL, so just return 1. Signed-off-by: Damien Lespiau

Re: [Intel-gfx] [PATCH 24/89] drm/i915/skl: Allow the reg_read ioctl to return RCS_TIMESTAMP

2014-09-22 Thread Damien Lespiau
Vivi rodrigo.v...@intel.com On Thu, Sep 4, 2014 at 4:26 AM, Damien Lespiau damien.lesp...@intel.com wrote: Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_uncore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [Intel-gfx] [PATCH 29/89] drm/i915/skl: vfuncs for skl eld and global resource

2014-09-22 Thread Damien Lespiau
On Tue, Sep 16, 2014 at 06:50:47PM -0700, Rodrigo Vivi wrote: isn't fdi_link_training needed? No, it's not. SKL doesn't have FDI. -- Damien if not: Reviewed-by: Rodrigo Vivi rodrigo.v...@intel.com On Thu, Sep 4, 2014 at 4:26 AM, Damien Lespiau damien.lesp...@intel.com wrote

Re: [Intel-gfx] [PATCH 32/89] drm/i915/skl: Adjust the display engine interrupts

2014-09-22 Thread Damien Lespiau
On Wed, Sep 17, 2014 at 11:41:54AM -0700, Rodrigo Vivi wrote: Oh cool here are the actual fixes on de_pipe int bits! I agree with Daniel that a separated function would be better, but what is here is right anyway so Took a note about that. Will have to wait for when the situation has

Re: [Intel-gfx] [PATCH 33/89] drm/i915/skl: Sunrise Point PCH detection

2014-09-22 Thread Damien Lespiau
On Wed, Sep 17, 2014 at 03:18:21PM -0700, Rodrigo Vivi wrote: Where can I find these pch device id definitions? You'll have to trust Satheesh on that, it's not something we have documented in the GPU specs. -- Damien On Thu, Sep 4, 2014 at 4:26 AM, Damien Lespiau damien.lesp

Re: [Intel-gfx] [PATCH 35/89] drm/i915/skl: Implement Wa4x4STCOptimizationDisable:skl

2014-09-22 Thread Damien Lespiau
things settle and have a full W/A pass at that point. -- Damien On Wed, Sep 17, 2014 at 12:00 PM, Rodrigo Vivi rodrigo.v...@gmail.com wrote: Reviewed-by: Rodrigo Vivi rodrigo.v...@intel.com On Thu, Sep 4, 2014 at 4:27 AM, Damien Lespiau damien.lesp...@intel.com wrote

Re: [Intel-gfx] [PATCH 45/89] drm/i915/skl: Definition of SKL WM param structs for pipe/plane

2014-09-22 Thread Damien Lespiau
On Wed, Sep 17, 2014 at 05:59:24PM +0200, Daniel Vetter wrote: On Wed, Sep 17, 2014 at 02:59:00PM +0100, Damien Lespiau wrote: On Wed, Sep 10, 2014 at 09:39:53PM +0300, Ville Syrjälä wrote: +struct skl_wm_values { + bool dirty[I915_MAX_PIPES]; + uint32_t wm_linetime

Re: [Intel-gfx] [PATCH 46/89] drm/i915/skl: Add DDB allocation management structures

2014-09-22 Thread Damien Lespiau
On Wed, Sep 17, 2014 at 01:47:54PM +0300, Ville Syrjälä wrote: On Thu, Sep 04, 2014 at 12:27:12PM +0100, Damien Lespiau wrote: We now need to allocate space in the DDB for planes being scanned out ourselves. The data structure to represent an allocation mirrors what we'll need to write

Re: [Intel-gfx] [PATCH 45/89] drm/i915/skl: Definition of SKL WM param structs for pipe/plane

2014-09-22 Thread Damien Lespiau
On Mon, Sep 22, 2014 at 05:06:11PM +0300, Ville Syrjälä wrote: +struct skl_pipe_wm { + struct skl_wm_level wm[8]; + struct skl_wm_level trans_wm; + uint32_t linetime; +}; + struct intel_crtc { struct drm_crtc base; enum pipe pipe; @@ -431,9 +437,11 @@ struct

Re: [Intel-gfx] [PATCH 47/89] drm/i915/skl: SKL Watermark Computation

2014-09-22 Thread Damien Lespiau
Hi Satheesh, On Wed, Sep 17, 2014 at 03:07:51PM +0300, Ville Syrjälä wrote: +static bool skl_compute_plane_wm(struct skl_pipe_wm_parameters *p, + struct intel_plane_wm_parameters *p_params, + uint16_t max_page_buff_alloc, +

Re: [Intel-gfx] [PATCH 08/89] drm/i915/skl: Use gen8_ring_dispatch_execbuffer() on GEN9

2014-09-19 Thread Damien Lespiau
On Tue, Sep 16, 2014 at 03:53:12PM +0100, Thomas Wood wrote: On 4 September 2014 12:26, Damien Lespiau damien.lesp...@intel.com wrote: Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_ringbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [Intel-gfx] [PATCH] intel: Don't leak the test page in an has_userptr() error path

2014-09-19 Thread Damien Lespiau
On Fri, Sep 19, 2014 at 02:31:56PM +0100, Tvrtko Ursulin wrote: Reviewed-by: Tvrtko Ursulin tvrtko.ursu...@intel.com Thanks for the review, pushed the patch. -- Damien ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org

Re: [Intel-gfx] [PATCH] drm/i915: Revert drm/i915: Reject the pin ioctl on gen6+

2014-09-19 Thread Damien Lespiau
Hi Daniel, On Mon, Jul 07, 2014 at 11:04:55PM +0200, Daniel Vetter wrote: On Thu, Jul 03, 2014 at 08:12:35AM +0100, Damien Lespiau wrote: This reverts commit 02f6bcccf7c324115747aae2f0addd6af5d321cd. The OA buffer can contain global data (in particular, not linked to a context

Re: [Intel-gfx] [PATCH 69/89] drm/i915/skl: Adding power domains for AUX controllers

2014-09-18 Thread Damien Lespiau
Hi Imre, I actually had some question there as well: On Tue, Sep 16, 2014 at 03:35:15PM +0300, Imre Deak wrote: @@ -7685,24 +7689,32 @@ EXPORT_SYMBOL_GPL(i915_get_cdclk_freq); BIT(POWER_DOMAIN_PORT_DDI_C_2_LANES) | \ BIT(POWER_DOMAIN_PORT_DDI_C_4_LANES) | \

Re: [Intel-gfx] [PATCH] intel: Add support for userptr objects

2014-09-17 Thread Damien Lespiau
generations and uncertainty about its usefulness. v2: Improved error handling in feature detection per review comments. Signed-off-by: Tvrtko Ursulin tvrtko.ursu...@intel.com --- Reviewed-by: Damien Lespiau damien.lesp...@intel.com Pushed a slightly modified version of this patch as libdrm now has

[Intel-gfx] [PATCH] intel: Don't leak the test page in an has_userptr() error path

2014-09-17 Thread Damien Lespiau
When handling the error on GEM_CLOSE, we weren't freeing the allocated page. Plug that. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- intel/intel_bufmgr_gem.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c

[Intel-gfx] [PATCH 44/89 v4] drm/i915/skl: Register definitions and macros for SKL Watermark regs

2014-09-17 Thread Damien Lespiau
-by: Pradeep Bhat pradeep.b...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_reg.h | 37 + 1 file changed, 37 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index

Re: [Intel-gfx] [PATCH 45/89] drm/i915/skl: Definition of SKL WM param structs for pipe/plane

2014-09-17 Thread Damien Lespiau
On Wed, Sep 10, 2014 at 09:39:53PM +0300, Ville Syrjälä wrote: +struct skl_wm_values { + bool dirty[I915_MAX_PIPES]; + uint32_t wm_linetime[I915_MAX_PIPES]; + uint32_t plane[I915_MAX_PIPES][I915_MAX_PLANES][8]; + uint32_t cursor[I915_MAX_PIPES][8]; + uint32_t

Re: [Intel-gfx] [PATCH] tools/intel_reg_dumper: Shows fences and rp debug regs on BDW.

2014-09-17 Thread Damien Lespiau
On Wed, Sep 17, 2014 at 10:38:36AM -0400, Rodrigo Vivi wrote: Signed-off-by: Rodrigo Vivi rodrigo.v...@intel.com --- tools/intel_reg_dumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/intel_reg_dumper.c b/tools/intel_reg_dumper.c index 4bc299c..f88bd9f

Re: [Intel-gfx] [PATCH] tools/intel_reg_dumper: Shows fences and rp debug regs on BDW+.

2014-09-17 Thread Damien Lespiau
On Wed, Sep 17, 2014 at 01:08:50PM -0400, Rodrigo Vivi wrote: v2: a more generic fix to cover current and future platforms (Damien). Cc: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Rodrigo Vivi rodrigo.v...@intel.com (not needed for igt, but still) Reviewed-by: Damien Lespiau

Re: [Intel-gfx] [PATCH 38/89] drm/i915/skl: Implement drm_plane vfuncs

2014-09-16 Thread Damien Lespiau
On Thu, Sep 04, 2014 at 03:21:16PM +0200, Daniel Vetter wrote: On Thu, Sep 04, 2014 at 12:27:04PM +0100, Damien Lespiau wrote: SKL Uses the same hardware for all planes now, so called universal planes. Ie both the primary planes and sprite planes share the same logic. This patch implements

[Intel-gfx] [PATCH 53/89 v2] drm/i915/skl: Gen9 Forcewake

2014-09-16 Thread Damien Lespiau
.w...@intel.com (v1) Signed-off-by: Damien Lespiau damien.lesp...@intel.com (v2) --- drivers/gpu/drm/i915/i915_drv.h | 5 +- drivers/gpu/drm/i915/i915_reg.h | 6 ++ drivers/gpu/drm/i915/intel_uncore.c | 175 +++- 3 files changed, 184 insertions(+), 2

Re: [Intel-gfx] [PATCH 44/89] drm/i915/skl: Register definitions and macros for SKL Watermark regs

2014-09-16 Thread Damien Lespiau
On Wed, Sep 10, 2014 at 09:04:04PM +0300, Ville Syrjälä wrote: +#define PLANE_WM_TRANS_1(pipe) \ + _PIPE(pipe, PLANE_WM_TRANS_1_A_0, PLANE_WM_TRANS_1_B_0) +#define PLANE_WM_TRANS_2(pipe) \ + _PIPE(pipe, PLANE_WM_TRANS_2_A_0,

Re: [Intel-gfx] [PATCH] drm: Improve debug output for drm_wait_one_vblank

2014-09-15 Thread Damien Lespiau
On Mon, Sep 15, 2014 at 02:05:56PM +0200, Daniel Vetter wrote: This replicates what we've done in i915 in commit 31e4b89acbd7b19c9a8557e6e660a583a0b97daa Author: Damien Lespiau damien.lesp...@intel.com Date: Mon Aug 18 13:51:00 2014 +0100 drm/i915: Print the pipe on which the vblank

Re: [Intel-gfx] [PATCH] lib/igt_aux: Improve wait_for_keypress helper a bit

2014-09-05 Thread Damien Lespiau
that it's clearer how to use this when running tests. Cc: Rodrigo Vivi rodrigo.v...@intel.com Cc: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch Looks good to me. Acked-by: Damien Lespiau damien.lesp...@intel.com -- Damien --- lib/igt_aux.c

Re: [Intel-gfx] [PATCH 43/89] drm/i915/skl: Read the Memory Latency Values for WM computation

2014-09-05 Thread Damien Lespiau
On Fri, Sep 05, 2014 at 11:25:30AM +0300, Ville Syrjälä wrote: +/* SKL GT Driver Mailbox registers for reading memory latencies */ +#define GEN9_MAILBOX_DATA1 0x13812C +#define GEN9_MAILBOX_READ_MEM_LAT(0x6) +#define GEN9_MAILBOX_READ_TIMEOUT150 Timeout not

[Intel-gfx] [PATCH 2/2] drm/i915: Clear PCODE_DATA1 on SNB+

2014-09-05 Thread Damien Lespiau
-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_reg.h | 2 +- drivers/gpu/drm/i915/intel_pm.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 5a7adb1..56cccde 100644

[Intel-gfx] [PATCH 0/2] Couple of patches on top of the SKL latency retrieval

2014-09-05 Thread Damien Lespiau
in case a revert is needed (for testing or otherwise). -- Damien Damien Lespiau (2): drm/i915: Use anonymous union/struct to save space taken by latency values drm/i915: Clear PCODE_DATA1 on SNB+ drivers/gpu/drm/i915/i915_drv.h | 38 +- drivers/gpu/drm

[Intel-gfx] [PATCH 1/2] drm/i915: Use anonymous union/struct to save space taken by latency values

2014-09-05 Thread Damien Lespiau
Suggested-by: Ville Syrjälä ville.syrj...@linux.intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_drv.h | 38 +- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.h b

Re: [Intel-gfx] [PATCH 43/89] drm/i915/skl: Read the Memory Latency Values for WM computation

2014-09-05 Thread Damien Lespiau
On Fri, Sep 05, 2014 at 11:42:32AM +0300, Ville Syrjälä wrote: On Fri, Sep 05, 2014 at 09:29:33AM +0100, Damien Lespiau wrote: On Fri, Sep 05, 2014 at 11:25:30AM +0300, Ville Syrjälä wrote: +/* SKL GT Driver Mailbox registers for reading memory latencies */ +#define GEN9_MAILBOX_DATA1

<    4   5   6   7   8   9   10   11   12   13   >