mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
cfbb2e38df
panfrost_core_dump() has never existed in mainline, so remove it and add a TODO entry that core dump support is currently lacking. Signed-off-by: Steven Price <steven.price@arm.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191009094456.9704-2-steven.price@arm.com
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
- Thermal support.
|
|
|
|
- Bifrost support:
|
|
- DT bindings (Neil, WIP)
|
|
- MMU page table format and address space setup
|
|
- Bifrost specific feature and issue handling
|
|
- Coherent DMA support
|
|
|
|
- Support userspace controlled GPU virtual addresses. Needed for Vulkan. (Tomeu)
|
|
|
|
- Compute job support. So called 'compute only' jobs need to be plumbed up to
|
|
userspace.
|
|
|
|
- Support core dump on job failure
|