Re: [PATCH 7/8] drm/etnaviv: drop GPU initialized property

2023-06-21 Thread Christian Gmeiner
Hi Lucas Am Mi., 7. Juni 2023 um 15:02 Uhr schrieb Lucas Stach : > > Now that it is only used to track the driver internal state of > the MMU global and cmdbuf objects, we can get rid of this property > by making the free/finit functions of those objects safe to call > on an uninitialized object.

[PATCH 7/8] drm/etnaviv: drop GPU initialized property

2023-06-07 Thread Lucas Stach
Now that it is only used to track the driver internal state of the MMU global and cmdbuf objects, we can get rid of this property by making the free/finit functions of those objects safe to call on an uninitialized object. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c |