Re: [PATCH 1/5] drm/ttm: Add common debugfs code for resource managers

2022-04-08 Thread Christian König
Am 08.04.22 um 09:56 schrieb Daniel Vetter: On Thu, Apr 07, 2022 at 02:15:52PM +, Zack Rusin wrote: On Thu, 2022-04-07 at 08:01 +0200, Christian König wrote: Am 07.04.22 um 04:56 schrieb Zack Rusin: From: Zack Rusin Drivers duplicate the code required to add debugfs entries for various t

Re: [PATCH 1/5] drm/ttm: Add common debugfs code for resource managers

2022-04-08 Thread Daniel Vetter
On Thu, Apr 07, 2022 at 02:15:52PM +, Zack Rusin wrote: > On Thu, 2022-04-07 at 08:01 +0200, Christian König wrote: > > Am 07.04.22 um 04:56 schrieb Zack Rusin: > > > From: Zack Rusin > > > > > > Drivers duplicate the code required to add debugfs entries for > > > various > > > ttm resource m

Re: [PATCH 1/5] drm/ttm: Add common debugfs code for resource managers

2022-04-07 Thread Zack Rusin
On Thu, 2022-04-07 at 08:01 +0200, Christian König wrote: > Am 07.04.22 um 04:56 schrieb Zack Rusin: > > From: Zack Rusin > > > > Drivers duplicate the code required to add debugfs entries for > > various > > ttm resource managers. To fix it add common TTM resource manager > > code that each driv

Re: [PATCH 1/5] drm/ttm: Add common debugfs code for resource managers

2022-04-06 Thread Christian König
Am 07.04.22 um 04:56 schrieb Zack Rusin: From: Zack Rusin Drivers duplicate the code required to add debugfs entries for various ttm resource managers. To fix it add common TTM resource manager code that each driver can reuse. Because TTM resource managers can be initialized and set a lot late

[PATCH 1/5] drm/ttm: Add common debugfs code for resource managers

2022-04-06 Thread Zack Rusin
From: Zack Rusin Drivers duplicate the code required to add debugfs entries for various ttm resource managers. To fix it add common TTM resource manager code that each driver can reuse. Because TTM resource managers can be initialized and set a lot later than TTM device initialization a seperate