On Mon, Aug 5, 2019 at 10:07 AM Tomeu Vizoso tomeu.vizoso@collabora.com wrote:
On 8/2/19 9:57 PM, Rob Herring wrote:
There's a few features the driver supports which we forgot to remove, so remove them now.
Cc: Tomeu Vizoso tomeu.vizoso@collabora.com Cc: Boris Brezillon boris.brezillon@collabora.com Signed-off-by: Rob Herring robh@kernel.org
drivers/gpu/drm/panfrost/TODO | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/drivers/gpu/drm/panfrost/TODO b/drivers/gpu/drm/panfrost/TODO index c2e44add37d8..2ac972a3469c 100644 --- a/drivers/gpu/drm/panfrost/TODO +++ b/drivers/gpu/drm/panfrost/TODO @@ -1,15 +1,9 @@ -- Thermal support.
Was thinking that this item referred to cooling device support, which we don't yet have?
Oh right. I thinking that somehow was left over from before committing upstream... Will drop that change.
Rob