[Intel-gfx] [CI] drm/i915: Correct typo in i915_vma_compress_finish stub

2020-01-11 Thread Chris Wilson
A copy and paste error in setting up the !CONFIG_DRM_I915_CAPTURE_ERROR stubs left a conflicting duplicate declaration. Reported-by: kbuild test robot Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gpu_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Correct typo in i915_vma_compress_finish stub

2020-01-11 Thread Patchwork
== Series Details == Series: drm/i915: Correct typo in i915_vma_compress_finish stub URL : https://patchwork.freedesktop.org/series/71917/ State : success == Summary == CI Bug Log - changes from CI_DRM_7721 -> Patchwork_16065 Summary

[Intel-gfx] [PATCH 1/2] drm/i915/ggtt: Add generic i915_ggtt ballooning support

2020-01-11 Thread Michal Wajdeczko
Reserving part of the GGTT for the GuC requires same steps as in VGT GGTT ballooning. Add generic GGTT ballooning helpers to intel_ggtt.c to avoid code duplication. Signed-off-by: Michal Wajdeczko Cc: Xiong Zhang Cc: Chris Wilson Cc: Jani Nikula --- drivers/gpu/drm/i915/gt/intel_ggtt.c | 71

[Intel-gfx] [PATCH 2/2] drm/i915/vgt: Move VGT GGTT ballooning nodes to i915_ggtt

2020-01-11 Thread Michal Wajdeczko
Since VGT ballooning nodes are GGTT specific, we can move them to i915_ggtt struct close to some other similar nodes. This way we drop another place in driver that uses static data. Signed-off-by: Michal Wajdeczko Cc: Xiong Zhang Cc: Chris Wilson Cc: Jani Nikula ---

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/ggtt: Add generic i915_ggtt ballooning support

2020-01-11 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/ggtt: Add generic i915_ggtt ballooning support URL : https://patchwork.freedesktop.org/series/71920/ State : success == Summary == CI Bug Log - changes from CI_DRM_7724 -> Patchwork_16066

Re: [Intel-gfx] [PATCH 14/14] drm/i915/execlists: Offline error capture

2020-01-11 Thread kbuild test robot
Hi Chris, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20200109] [cannot apply to drm-intel/for-linux-next drm-tip/drm-tip v5.5-rc5 v5.5-rc4 v5.5-rc3 v5.5-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system.

[Intel-gfx] [PATCH 2/4] drm/i915/guc: Introduce CT_ERROR

2020-01-11 Thread Michal Wajdeczko
We should start using dev variants of error logging and to simplify that introduce helper macro that will do any necessary conversions to obtain pointer to device struct. Signed-off-by: Michal Wajdeczko Cc: Chris Wilson Cc: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c

[Intel-gfx] [PATCH 1/4] drm/i915/guc: Simpler CT message size calculation

2020-01-11 Thread Michal Wajdeczko
We need CT message size in bytes so just use that in helper var. Signed-off-by: Michal Wajdeczko Cc: Chris Wilson Cc: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[Intel-gfx] [PATCH 4/4] drm/i915/guc: Use correct name for last CT fence

2020-01-11 Thread Michal Wajdeczko
While we have function that returns "next fence" that can be used by new CT request, we internally store value of the last used fence. Signed-off-by: Michal Wajdeczko Cc: Daniele Ceraolo Spurio Cc: Chris Wilson --- drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c | 2 +-

[Intel-gfx] [PATCH 3/4] drm/i915/guc: Update CTB helpers to use CT_ERROR

2020-01-11 Thread Michal Wajdeczko
Update GuC CTB action helpers to benefit from new CT_ERROR macro. Signed-off-by: Michal Wajdeczko Cc: Chris Wilson Cc: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c | 57 --- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git

[Intel-gfx] [PATCH 0/4] Misc GuC CT improvements

2020-01-11 Thread Michal Wajdeczko
Michal Wajdeczko (4): drm/i915/guc: Simpler CT message size calculation drm/i915/guc: Introduce CT_ERROR drm/i915/guc: Update CTB helpers to use CT_ERROR drm/i915/guc: Use correct name for last CT fence drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c | 113 +-

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Misc GuC CT improvements

2020-01-11 Thread Patchwork
== Series Details == Series: Misc GuC CT improvements URL : https://patchwork.freedesktop.org/series/71927/ State : warning == Summary == $ dim checkpatch origin/drm-tip fcb6ad56e500 drm/i915/guc: Simpler CT message size calculation 3de4fca5641b drm/i915/guc: Introduce CT_ERROR e65db0f0de6a

Re: [Intel-gfx] [PATCH v4 2/9] perf/core: open access for CAP_SYS_PERFMON privileged process

2020-01-11 Thread Masami Hiramatsu
On Fri, 10 Jan 2020 21:35:12 -0300 arnaldo.m...@gmail.com wrote: > ,Jann Horn ,Thomas Gleixner > ,Tvrtko Ursulin ,Lionel > Landwerlin ,linux-kernel > ,"linux-security-mod...@vger.kernel.org" > ,"seli...@vger.kernel.org" > ,"intel-gfx@lists.freedesktop.org" > ,"b...@vger.kernel.org" >

[Intel-gfx] ✓ Fi.CI.BAT: success for Misc GuC CT improvements

2020-01-11 Thread Patchwork
== Series Details == Series: Misc GuC CT improvements URL : https://patchwork.freedesktop.org/series/71927/ State : success == Summary == CI Bug Log - changes from CI_DRM_7725 -> Patchwork_16067 Summary --- **SUCCESS** No