[Intel-gfx] [PATCH i-g-t v2] tests/pm_rps: Move some test logic out of boost function

2017-10-18 Thread Radoslaw Szwichtenberg
Moving code out of the boost function will allow its usage in other/new test scenarios. Signed-off-by: Radoslaw Szwichtenberg <radoslaw.szwichtenb...@intel.com> --- tests/pm_rps.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/pm_rps.c b

[Intel-gfx] [PATCH i-g-t] tests/pm_rps: Move some test logic out of boost function

2017-10-17 Thread Radoslaw Szwichtenberg
Moving code out of the boost function will allow its usage in other/new test scenarios. Signed-off-by: Radoslaw Szwichtenberg <radoslaw.szwichtenb...@intel.com> Cc: Sagar Arun Kamble <sagar.a.kam...@intel.com> --- tests/pm_rps.c | 19 ++- 1 file changed, 10 inse

[Intel-gfx] [PATCH i-g-t v2] lib/ioctl_wrappers: Fix function descriptions

2017-06-23 Thread Radoslaw Szwichtenberg
Function description incorrectly stated that gem_context_get_param and gem_context_set_param were freeing hw context. v2: removed additional incorrect information Signed-off-by: Radoslaw Szwichtenberg <radoslaw.szwichtenb...@intel.com> --- lib/ioctl_wrappers.c | 12 1 file c

[Intel-gfx] [PATCH i-g-t] lib/ioctl_wrappers: Fix function descriptions

2017-06-23 Thread Radoslaw Szwichtenberg
Function description incorrectly stated that gem_context_get_param and gem_context_set_param were freeing hw context. Signed-off-by: Radoslaw Szwichtenberg <radoslaw.szwichtenb...@intel.com> --- lib/ioctl_wrappers.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[Intel-gfx] [PATCH i-g-t] tests/pm_rps: Replace custom load function with dummy load

2017-06-07 Thread Radoslaw Szwichtenberg
Replaced custom load implementation with lib counterpart. Signed-off-by: Radoslaw Szwichtenberg <radoslaw.szwichtenb...@intel.com> Cc: Chris Wilson <ch...@chris-wilson.co.uk> Cc: Arkadiusz Hiler <arkadiusz.hi...@intel.com> --- t

[Intel-gfx] [PATCH i-g-t 1/2] tests/pm_rps: Replace custom load function with dummy load

2017-02-24 Thread Radoslaw Szwichtenberg
There is no point in using custom function if there lib counterpart. Cc: Arkadiusz Hiler <arkadiusz.hi...@intel.com> Cc: Michal Winiarski <michal.winiar...@intel.com> Signed-off-by: Radoslaw Szwichtenberg <radoslaw.szwichtenb...@intel.com> --- t

[Intel-gfx] [PATCH i-g-t 2/2] tests/pm_rps: Add waitboost-softlimit test

2017-02-24 Thread Radoslaw Szwichtenberg
Test verifies that frequency gets boosted to gt_boost_freq_mhz even though gt_max_freq_mhz is lower than gt_boost_freq_mhz. Cc: Arkadiusz Hiler <arkadiusz.hi...@intel.com> Cc: Michal Winiarski <michal.winiar...@intel.com> Signed-off-by: Radoslaw Szwichtenberg <radoslaw.szwichte