[PATCH v10 00/11] drm/etnaviv: Add pci device driver support

2023-06-21 Thread Sui Jingfeng
From: Sui Jingfeng There is a Vivante GC1000 (v5037) in LS2K1000 and LS7A1000, this GPU is a PCI device, and it has 2D and 3D cores in the same core. This series is trying to add PCI device driver support to drm/etnaviv. v6: * Fix build issue on system without CONFIG_PCI enabled v7:

Re: [PATCH v10 00/11] drm/etnaviv: Add pci device driver support

2023-06-21 Thread Sui Jingfeng
Hi, Below is the gpu info cat from the debugfs, I guess this is also what you want ? [root@fedora 0]# cat gpu :00:06.0 Status:     identity      model: 0x1000      revision: 0x5037      product_id: 0x0      customer_id: 0x0      eco_id: 0x0     features      major_features: 0xe0286eed   

Re: [PATCH v10 00/11] drm/etnaviv: Add pci device driver support

2023-06-21 Thread Sui Jingfeng
Hi On 2023/6/21 15:55, Christian Gmeiner wrote: Hi From: Sui Jingfeng There is a Vivante GC1000 (v5037) in LS2K1000 and LS7A1000, this GPU is a PCI device, and it has 2D and 3D cores in the same core. This series is trying to add PCI device driver support to drm/etnaviv. Is it possible to

Re: [PATCH v10 00/11] drm/etnaviv: Add pci device driver support

2023-06-21 Thread Christian Gmeiner
Hi > > From: Sui Jingfeng > > There is a Vivante GC1000 (v5037) in LS2K1000 and LS7A1000, this GPU is a > PCI device, and it has 2D and 3D cores in the same core. This series is > trying to add PCI device driver support to drm/etnaviv. > Is it possible to get the lspci output for the GPU? Someth

[PATCH v10 00/11] drm/etnaviv: Add pci device driver support

2023-06-20 Thread Sui Jingfeng
There is a Vivante GC1000 (v5037) in LS2K1000 and LS7A1000, this GPU is a PCI device, and it has 2D and 3D cores in the same core. This series is trying to add PCI device driver support to drm/etnaviv. v6: * Fix build issue on system without CONFIG_PCI enabled v7: * Add a separate