[PATCH] drm/tegra: gr2d: Explicitly control module reset

Dmitry Osipenko digetx at gmail.com
Thu Jul 8 15:19:42 UTC 2021


08.07.2021 18:13, Dmitry Osipenko пишет:
>>  #include "drm.h"
>>  #include "gem.h"
>> @@ -19,6 +21,7 @@ struct gr2d_soc {
>>  struct gr2d {
>>  	struct tegra_drm_client client;
>>  	struct host1x_channel *channel;
>> +	struct reset_control *rst;
> Unused variable?

Ah, I haven't noticed that it's struct. Looks okay.


More information about the dri-devel mailing list