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

2023-09-11 Thread Karolina Stolarek
ase:   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/tests: Add tests for ttm_bo functions config: openrisc-allmodconfig (https://downl

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

2023-09-01 Thread Christian König
ek/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/

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

2023-09-01 Thread Karolina Stolarek
-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/tests:

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

2023-09-01 Thread Christian König
rnel.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-gcc (GCC) 13.2.0 reproduce (thi

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

2023-09-01 Thread Karolina Stolarek
rnel.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

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

2023-09-01 Thread kernel test robot
-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

[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 ++