Re: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions

2023-09-11 Thread Karolina Stolarek
arek/drm-ttm-tests-Add-tests-for-ttm_resource-and-ttm_sys_man/20230831-185954 base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/d914169aee773ee20c0b730b38d42a1fd7613bb6.1693479161.git.karolina.stolarek%40intel.com patch subject: [PATCH 3/3] drm/ttm/test

Re: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions

2023-09-01 Thread Christian König
m/intel-lab-lkp/linux/commits/Karolina-Stolarek/drm-ttm-tests-Add-tests-for-ttm_resource-and-ttm_sys_man/20230831-185954 base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/d914169aee773ee20c0b730b38d42a1fd7613bb6.1693479161.git.karolina.stolarek%40

Re: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions

2023-09-01 Thread Karolina Stolarek
/linux/commits/Karolina-Stolarek/drm-ttm-tests-Add-tests-for-ttm_resource-and-ttm_sys_man/20230831-185954 base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/d914169aee773ee20c0b730b38d42a1fd7613bb6.1693479161.git.karolina.stolarek%40intel.com p

Re: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions

2023-09-01 Thread Christian König
t patch link: https://lore.kernel.org/r/d914169aee773ee20c0b730b38d42a1fd7613bb6.1693479161.git.karolina.stolarek%40intel.com patch subject: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions config: openrisc-allmodconfig (https://download.01.org/0day-ci/archive/20230901/202309011935.bbpezbuq-...@intel.com/config) compiler: or1k-linux-g

Re: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions

2023-09-01 Thread Karolina Stolarek
link: https://lore.kernel.org/r/d914169aee773ee20c0b730b38d42a1fd7613bb6.1693479161.git.karolina.stolarek%40intel.com patch subject: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions config: openrisc-allmodconfig (https://download.01.org/0day-ci/archive/20230901/202309011935.bbpezbuq-...@intel.c

Re: [PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions

2023-09-01 Thread kernel test robot
3] drm/ttm/tests: Add tests for ttm_bo functions config: openrisc-allmodconfig (https://download.01.org/0day-ci/archive/20230901/202309011935.bbpezbuq-...@intel.com/config) compiler: or1k-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230901/20

[PATCH 3/3] drm/ttm/tests: Add tests for ttm_bo functions

2023-08-31 Thread Karolina Stolarek
Test reservation and release of TTM buffer objects. Add tests to check pin and unpin operations. Signed-off-by: Karolina Stolarek --- drivers/gpu/drm/ttm/tests/Makefile| 1 + drivers/gpu/drm/ttm/tests/ttm_bo_test.c | 616 ++ drivers/gpu/drm/ttm/tests/ttm_kunit