diff options
author | Rob Herring <robh@kernel.org> | 2019-08-02 22:57:27 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-08-09 00:12:34 +0300 |
commit | 3551a9fa2c5d3f3b0a34af67d33a0f2a5fecd94c (patch) | |
tree | 094c24d7a8efbf4d343ebabb1e3ebd3abd10fa57 | |
parent | cc8f12996e24b102a086a253055ecc58c437c31d (diff) | |
download | linux-3551a9fa2c5d3f3b0a34af67d33a0f2a5fecd94c.tar.xz |
drm/panfrost: Remove completed features still in TODO
There's a few features the driver supports which we forgot to remove, so
remove them now.
Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190802195727.1963-1-robh@kernel.org
-rw-r--r-- | drivers/gpu/drm/panfrost/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/panfrost/TODO b/drivers/gpu/drm/panfrost/TODO index c2e44add37d8..a01eae4bd8ba 100644 --- a/drivers/gpu/drm/panfrost/TODO +++ b/drivers/gpu/drm/panfrost/TODO @@ -6,10 +6,6 @@ - Bifrost specific feature and issue handling - Coherent DMA support -- Support for 2MB pages. The io-pgtable code already supports this. Finishing - support involves either copying or adapting the iommu API to handle passing - aligned addresses and sizes to the io-pgtable code. - - Per FD address space support. The h/w supports multiple addresses spaces. The hard part is handling when more address spaces are needed than what the h/w provides. @@ -22,6 +18,3 @@ - Compute job support. So called 'compute only' jobs need to be plumbed up to userspace. - -- Performance counter support. (Boris) - |