Skip to content

Commit

Permalink
drm/panfrost: Remove completed features still in TODO
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Rob Herring committed Aug 8, 2019
1 parent cc8f129 commit 3551a9f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/gpu/drm/panfrost/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -22,6 +18,3 @@

- Compute job support. So called 'compute only' jobs need to be plumbed up to
userspace.

- Performance counter support. (Boris)

0 comments on commit 3551a9f

Please sign in to comment.