Re: [PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space

2023-01-18 Thread kernel test robot
: 0b45ac1170ea6416bc1d36798414c04870cd356d patch link:https://lore.kernel.org/r/20230118061256.2689-5-dakr%40redhat.com patch subject: [PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space config: parisc-randconfig-s041-20230115 (https://download.01.org/0day-ci/archive/20230118

Re: [PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space

2023-01-18 Thread kernel test robot
: 0b45ac1170ea6416bc1d36798414c04870cd356d patch link:https://lore.kernel.org/r/20230118061256.2689-5-dakr%40redhat.com patch subject: [PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space config: i386-randconfig-a003 (https://download.01.org/0day-ci/archive/20230118/202301182112

[PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space

2023-01-17 Thread Danilo Krummrich
This commit adds a function to dump a DRM GPU VA space and a macro for drivers to register the struct drm_info_list 'gpuvas' entry. Most likely, most drivers might maintain one DRM GPU VA space per struct drm_file, but there might also be drivers not having a fixed relation between DRM GPU VA spac