diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-07-20 15:03:27 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-07-23 10:06:22 +0200 |
commit | 4031ead37239ec397fb9441555ae2d60e46dc333 (patch) | |
tree | a13395c56e57a30bcf7fd8629e6b48deff209e84 /Documentation/gpu | |
parent | 9fadd6d1e2977bbd449d4fb99cde41ed6f71f668 (diff) |
drm: pl111: Update documentation
Remove notes about migrating from the old driver which is
retired as all users are now migrated.
Update the text to reflect that we support PL110 and PL111
alike.
Drop the bullet on memory bandwidth scaling: this has been
implemented.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200720130327.92364-1-linus.walleij@linaro.org
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/pl111.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/gpu/pl111.rst b/Documentation/gpu/pl111.rst index 9b03736d33dd..6d9a1b59a545 100644 --- a/Documentation/gpu/pl111.rst +++ b/Documentation/gpu/pl111.rst @@ -1,6 +1,6 @@ -========================================== - drm/pl111 ARM PrimeCell PL111 CLCD Driver -========================================== +==================================================== + drm/pl111 ARM PrimeCell PL110 and PL111 CLCD Driver +==================================================== .. kernel-doc:: drivers/gpu/drm/pl111/pl111_drv.c - :doc: ARM PrimeCell PL111 CLCD Driver + :doc: ARM PrimeCell PL110 and PL111 CLCD Driver |