Re: Allow ttm_buffer_object without resource

2022-03-30 Thread Christian König
Am 29.03.22 um 16:02 schrieb Daniel Vetter: On Tue, Mar 29, 2022 at 01:02:32PM +0200, Christian König wrote: Hi guys, this patch set cleans up the handling of TTM buffer objects quite a bit by allowing to create them without allocating a ttm_resource as well. That's not only cleaner in general

Re: Allow ttm_buffer_object without resource

2022-03-29 Thread Daniel Vetter
On Tue, Mar 29, 2022 at 01:02:32PM +0200, Christian König wrote: > Hi guys, > > this patch set cleans up the handling of TTM buffer objects quite a bit > by allowing to create them without allocating a ttm_resource as well. > > That's not only cleaner in general, but also a necessary prerequisite