r.
> Fix it.
>
> Signed-off-by: Janusz Krzysztofik
> Cc: Ewelina Musial
> ---
> tests/prime_vgem.c | 9 ++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/tests/prime_vgem.c b/tests/prime_vgem.c
> index 6595818c..3bdb2300 100644
> --- a
On Thu, Jun 07, 2018 at 09:50:54PM +0100, Chris Wilson wrote:
> Recently we discovered that we have a race between swapping and
> suspend in our resume path (we might be trying to page in an object
> after disabling the block devices). Let's try to exercise that by
> exhausting all of system memory
On Wed, Apr 11, 2018 at 11:43:34AM +0100, Chris Wilson wrote:
> Quoting Ewelina Musial (2018-04-11 11:20:56)
> > On Wed, Apr 11, 2018 at 09:48:21AM +0100, Chris Wilson wrote:
> > > Quoting Ewelina Musial (2018-04-11 09:27:12)
> > > > Test have similar functionality
On Wed, Apr 11, 2018 at 09:48:21AM +0100, Chris Wilson wrote:
> Quoting Ewelina Musial (2018-04-11 09:27:12)
> > Test have similar functionality that gem_cs_prefetch IGT test
> > but gem_cs_prefetch is not up to date and there was an idea
> > to move this test to kselftests s
gem_cs_prefetch is replaced by igt_ggtt_scratch subtest in i915_gem_gtt
kselftest
---
tests/Makefile.sources | 1 -
tests/gem_cs_prefetch.c | 149 ---
tests/intel-ci/blacklist.txt | 1 -
tests/meson.build| 1 -
4 files changed, 1
Test have similar functionality that gem_cs_prefetch IGT test
but gem_cs_prefetch is not up to date and there was an idea
to move this test to kselftests so this is respond for this
request.
There is another patch on igt_dev which is removing gem_cs_prefetch
test from IGT.
---
drivers/gpu/drm/i91
> worse, that work is wasted if the subtest will be skipped.
>
> pm_rc6_residency is one such example that measured all the residencies
> up front before skipping, each skip was therefore taking in excess of
> 10s.
>
> Signed-off-by: Chris Wilson
Reviewed-by: Ewelina Musial
On Mon, Dec 04, 2017 at 09:27:29AM +, Chris Wilson wrote:
> CI doesn't run in whole-test mode, but runs each subtest individually.
> Tests that are designed to do a block of work to be shared between many
> subtests end up running that work multiple times (once per subtest) and
> worse, that wo
On Tue, Nov 28, 2017 at 01:16:50PM +0200, Arkadiusz Hiler wrote:
> On Mon, Nov 27, 2017 at 09:10:37PM +0530, Sagar Arun Kamble wrote:
> > I feel we generally tend to ignore the results mails for series that
> > we are not actively involved on (although we might be interested in
> > series itself).
On Mon, Nov 20, 2017 at 03:57:49PM +, Tvrtko Ursulin wrote:
>
> On 20/11/2017 12:23, Lionel Landwerlin wrote:
> > This enables userspace to discover the engines available on the GPU.
> > Here is the layout on a Skylake GT4:
> >
> > /sys/devices/pci:00/:00:02.0/drm/card0/gt
> > ├── bcs
Use div64_u64 (Matthew)
>
> v3: store frequency in kHz to avoid 64bit divs (Chris/Ville)
>
> Fixes: dab9178333 ("drm/i915: expose command stream timestamp frequency to
> userspace")
> Reported-by: Matthew Auld
> Signed-off-by: Lionel Landwerlin
Reviewed-by: E
On Mon, Nov 13, 2017 at 11:34:52PM +, Lionel Landwerlin wrote:
> This replaces accesses to the reg field of the i915_reg_t structure
> with the i915_mmio_reg_offset() inline function.
>
> Suggested-by: Chris Wilson
> Signed-off-by: Lionel Landwerlin
Reviewed-by:
t; Hence why the name isn't used anywhere.
>
> v2: Fix register name again RPC->RCP (Matthew)
>
> Signed-off-by: Lionel Landwerlin
Reviewed-by: Ewelina Musial
> ---
> drivers/gpu/drm/i915/i915_reg.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
On Fri, Nov 10, 2017 at 07:08:40PM +, Lionel Landwerlin wrote:
> We can enable GT3 as well as GT2.
>
> Signed-off-by: Lionel Landwerlin
> Reviewed-by: Matthew Auld
Reviewed-by: Ewelina Musial
> ---
> drivers/gpu/drm/i915/Makefile | 3 +-
> drivers/gp
On Fri, Nov 10, 2017 at 07:08:39PM +, Lionel Landwerlin wrote:
> We were missing some registers and also can name one for which we only had
> the offset.
>
> Signed-off-by: Lionel Landwerlin
> Reviewed-by: Matthew Auld
> ---
> drivers/gpu/drm/i915/i915_perf.c | 3 ++-
> drivers/gpu/drm/i91
On Thu, Nov 02, 2017 at 04:29:46PM +, Lionel Landwerlin wrote:
> We use to have this fixed per generation, but starting with CNL userspace
> cannot tell just off the PCI ID. Let's make this information available. This
> is particularly useful for performance monitoring where much of the
> norma
On Thu, Aug 31, 2017 at 11:35:08AM +0100, Lionel Landwerlin wrote:
> Signed-off-by: Lionel Landwerlin
> ---
> tests/perf.c | 13 +
> 1 file changed, 13 insertions(+)
>
> diff --git a/tests/perf.c b/tests/perf.c
> index bd139bde..5fe0a332 100644
> --- a/tests/perf.c
> +++ b/tests/perf
ed-off-by: Sagar Arun Kamble
Reviewed-by: Ewelina Musial
- Ewelina
> ---
> drivers/gpu/drm/i915/i915_drv.c | 2 +-
> drivers/gpu/drm/i915/i915_sysfs.c | 2 +-
> drivers/gpu/drm/i915/intel_drv.h | 2 +-
> drivers/gpu/drm/i915/intel_guc.c | 3 ++-
> drivers/gpu/drm/i915/in
"/proc/sys/dev/i915/perf_stream_paranoid", 1);
> +
> + igt_fork(child, 1) {
> + int prop_size = ARRAY_SIZE(properties);
> + int num_reports = 10;
> + int report_size = get_perf_report_size(properties, prop_size,
&
On Wed, Sep 13, 2017 at 04:22:02PM +0530, Sagar Arun Kamble wrote:
> This subtest verifies that the CS perf samples contains
> proper HW context ID as captured through CONTEXT_PARAM_HW_ID.
>
> v2: Updated property enum names.
>
> Signed-off-by: Sagar Arun Kamble
Reviewed-
; Cc: Lionel Landwerlin
> Signed-off-by: Sagar Arun Kamble
Reviewed-by: Ewelina Musial
> ---
> tests/Makefile.sources | 1 +
> tests/intel_perf_dapc.c | 811
>
> 2 files changed, 812 insertions(+)
> create mode
On Mon, Sep 11, 2017 at 04:15:59PM +0300, Jani Nikula wrote:
> Presumably an oversight while converting update-next-continue to use
> annotated tags.
>
> Cc: Daniel Vetter
> Signed-off-by: Jani Nikula
Reviewed-by: Ewelina Musial
> ---
> dim | 2 +-
> 1 file changed, 1
In some cases we observed that forcewake isn't kept after
resume and checking RC6 residency is a simple way to verify that.
If forcewake is kept after resume residency should be constant.
Cc: Lukasz Fiedorowicz
Cc: Radoslaw Szwichtenberg
Cc: Michal Winiarski
Signed-off-by: Ewelina M
Gem_mocs_settings and pm_rc6_residency tests are defining
the same functionality to read residency from sysfs.
Moving that function to lib/igt_aux and updating tests.
Signed-off-by: Ewelina Musial
---
lib/igt_aux.c | 8
lib/igt_aux.h | 5 +
tests
Gem_mocs_settings and pm_rc6_residency tests are defining
the same functionality to read residency from sysfs.
Moving that function to lib/igt_aux and updating tests.
Signed-off-by: Ewelina Musial
---
lib/igt_aux.c | 8
lib/igt_aux.h | 5 +
tests
In some cases we observed that forcewake isn't kept after
resume and then RC6 residency is not constant.
References: HSD#1804921797
Cc: Arkadiusz Hiler
Cc: Michal Winiarski
Cc: Lukasz Fiedorowicz
Signed-off-by: Ewelina Musial
---
tests/pm_rc6_residency.c
26 matches
Mail list logo