Re: [RFC PATCH 0/2] drm/ttm: support device w/o coherency

2024-07-01 Thread Christian König
Am 29.06.24 um 07:22 schrieb Icenowy Zheng: This patchset tries to make TTM support devices w/o full DMA coherency capability (usually due to part of the link between the device and the CPU, esp. PCIe controller, do not have full coherency). The patchset itself looks quite straightforward, howev

[RFC PATCH 0/2] drm/ttm: support device w/o coherency

2024-06-28 Thread Icenowy Zheng
This patchset tries to make TTM support devices w/o full DMA coherency capability (usually due to part of the link between the device and the CPU, esp. PCIe controller, do not have full coherency). The patchset itself looks quite straightforward, however I don't know why this isn't included in the