Re: [PATCH v3 2/9] gpu: host1x: Add context bus

From: Dmitry Osipenko
Date: Sat Feb 19 2022 - 13:15:53 EST


19.02.2022 20:54, Dmitry Osipenko пишет:
> 18.02.2022 14:39, Mikko Perttunen пишет:
>> +config TEGRA_HOST1X_CONTEXT_BUS
>> + bool
>> +
>> config TEGRA_HOST1X
>> tristate "NVIDIA Tegra host1x driver"
>> depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
>> select DMA_SHARED_BUFFER
>> + select TEGRA_HOST1X_CONTEXT_BUS
>
> What is the point of TEGRA_HOST1X_CONTEXT_BUS if it's selected
> unconditionally?

I see now that it's used by arm-smmu.c, should be okay then.