[PATCH 3/4] drm/ttm: improve idle/busy handling v2

2024-01-04 Thread Christian König
Previously we would never try to move a BO into the preferred placements when it ever landed in a busy placement since those were considered compatible. Rework the whole handling and finally unify the idle and busy handling. ttm_bo_validate() is now responsible to try idle placement first and then

Re: [PATCH 3/4] drm/ttm: improve idle/busy handling

2023-12-15 Thread kernel test robot
3/20231213-224456 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20231213144222.1871-3-christian.koenig%40amd.com patch subject: [PATCH 3/4] drm/ttm: improve idle/busy handling config: x86_64-defconfig (https://download.01.org/0day-

Re: [PATCH 3/4] drm/ttm: improve idle/busy handling

2023-12-14 Thread kernel test robot
3/20231213-224456 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20231213144222.1871-3-christian.koenig%40amd.com patch subject: [PATCH 3/4] drm/ttm: improve idle/busy handling config: arm-defconfig (https://download.01.org/0day-ci/archiv

[PATCH 3/4] drm/ttm: improve idle/busy handling

2023-12-13 Thread Christian König
Previously we would never try to move a BO into the preferred placements when it ever landed in a busy placement since those were considered compatible. Rework the whole handling and finally unify the idle and busy handling. ttm_bo_validate() is now responsible to try idle placement first and then