Re: [PATCH RESEND] drm/tests: Suballocator test

2023-03-28 Thread Thomas Hellström
Hi Michal, Thanks for the review, see comments inline, On 3/26/23 11:42, Michał Winiarski wrote: On Thu, Mar 02, 2023 at 09:34:22AM +0100, Thomas Hellström wrote: Add a suballocator test to get some test coverage for the new drm suballocator, and perform some basic timing (elapsed time). Sign

Re: [PATCH RESEND] drm/tests: Suballocator test

2023-03-26 Thread Michał Winiarski
On Thu, Mar 02, 2023 at 09:34:22AM +0100, Thomas Hellström wrote: > Add a suballocator test to get some test coverage for the new drm > suballocator, and perform some basic timing (elapsed time). > > Signed-off-by: Thomas Hellström > --- > drivers/gpu/drm/Kconfig | 1 + > dri

Re: [Intel-gfx] [PATCH RESEND] drm/tests: Suballocator test

2023-03-02 Thread kernel test robot
: https://lore.kernel.org/r/20230302083422.76608-1-thomas.hellstrom%40linux.intel.com patch subject: [Intel-gfx] [PATCH RESEND] drm/tests: Suballocator test config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230303/202303030052.ybiikxrn-...@intel.com/config) compiler: arm-linux

Re: [Intel-gfx] [PATCH RESEND] drm/tests: Suballocator test

2023-03-02 Thread kernel test robot
: https://lore.kernel.org/r/20230302083422.76608-1-thomas.hellstrom%40linux.intel.com patch subject: [Intel-gfx] [PATCH RESEND] drm/tests: Suballocator test config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20230303/202303030056.cnezgrqr-...@intel.com/config) compiler: mips-linux

Re: [PATCH RESEND] drm/tests: Suballocator test

2023-03-02 Thread Christian König
Am 02.03.23 um 09:34 schrieb Thomas Hellström: Add a suballocator test to get some test coverage for the new drm suballocator, and perform some basic timing (elapsed time). Signed-off-by: Thomas Hellström Nice, I haven't had time to go over it in all detail but it looks pretty sophisticated.

[PATCH RESEND] drm/tests: Suballocator test

2023-03-02 Thread Thomas Hellström
Add a suballocator test to get some test coverage for the new drm suballocator, and perform some basic timing (elapsed time). Signed-off-by: Thomas Hellström --- drivers/gpu/drm/Kconfig | 1 + drivers/gpu/drm/tests/Makefile| 3 +- drivers/gpu/drm/tests/drm_subal