Re: [PATCH] drm/vmwgfx: Switch to exclusively using GEM references

2025-03-19 Thread Christian König
Am 31.01.25 um 21:03 schrieb Ian Forbes: > Currently we use a combination of TTM and GEM reference counting which is > cumbersome. TTM references are used for kernel internal BOs and operations > like validation. Simply switching the ttm_bo_(get|put) calls to their > GEM equivalents is insufficient

Re: [PATCH] drm/vmwgfx: Switch to exclusively using GEM references

2025-03-18 Thread Zack Rusin
On Fri, Jan 31, 2025 at 3:04 PM Ian Forbes wrote: > > Currently we use a combination of TTM and GEM reference counting which is > cumbersome. TTM references are used for kernel internal BOs and operations > like validation. Simply switching the ttm_bo_(get|put) calls to their > GEM equivalents is

[PATCH] drm/vmwgfx: Switch to exclusively using GEM references

2025-01-31 Thread Ian Forbes
Currently we use a combination of TTM and GEM reference counting which is cumbersome. TTM references are used for kernel internal BOs and operations like validation. Simply switching the ttm_bo_(get|put) calls to their GEM equivalents is insufficient as not all BOs are GEM BOs so we must set the GE