Hi,
On 2024/7/29 15:15, Markus Elfring wrote:
…
the driver is loaded, drm/loongson driver still need to wait all of
needs to wait on …?
…
design. Therefore, add a dummy driver for the GPU, …
Is there a need to reconsider the categorisation
…
> +++ b/drivers/gpu/drm/loongson/Makefile
> @@ -17,6 +17,9 @@ loongson-y := \
> lsdc_probe.o \
> lsdc_ttm.o
>
> +loongson-y += \
> + loonggpu_pci_drv.o
> +
> loongson-y += loongson_device.o \
…
Why do you propose to adjust the macro contents multiple times here?
(Can it be suffi
…
> the driver is loaded, drm/loongson driver still need to wait all of
needs to wait on …?
…
> design. Therefore, add a dummy driver for the GPU, …
Is there a need to reconsider the categorisation and usability descriptions
another bit for such
Loongson Graphics are PCIe multifunctional devices, the GPU and the
display controller are two distinct devices. Despite hardware units
that come along with PCIe are already ready to be driven by the time
the driver is loaded, drm/loongson driver still need to wait all of
its dependencies ready bef