diff options
author | Dave Airlie <airlied@redhat.com> | 2021-04-07 17:32:05 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-04-07 17:32:12 +1000 |
commit | 1539f71602edf09bb33666afddc5a781c42e768d (patch) | |
tree | 7cdfad1e08b3d58acee56659de1f64f3bd2b1697 /Documentation/gpu | |
parent | fb457e02f0ec09162734d7a0add1b0e39280c8d1 (diff) | |
parent | 6c744983004ebc66756e582294672f8b991288d5 (diff) | |
download | linux-riscv-1539f71602edf09bb33666afddc5a781c42e768d.tar.gz linux-riscv-1539f71602edf09bb33666afddc5a781c42e768d.tar.bz2 linux-riscv-1539f71602edf09bb33666afddc5a781c42e768d.zip |
Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
drm-misc-next for 5.13:
UAPI Changes:
Cross-subsystem Changes:
Core Changes:
- mst: Improve topology logging
- edid: Rework and improvements for displayid
Driver Changes:
- anx7625: Regulators support
- bridge: Support for the Chipone ICN6211, Lontium LT8912B
- lt9611: Fix 4k panels handling
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210401110552.2b3yetlgsjtlotcn@gilmour
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/todo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 1b4b64b71c7e..7ff9fac10d8b 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -677,7 +677,7 @@ Outside DRM Convert fbdev drivers to DRM ---------------------------- -There are plenty of fbdev drivers for older hardware. Some hwardware has +There are plenty of fbdev drivers for older hardware. Some hardware has become obsolete, but some still provides good(-enough) framebuffers. The drivers that are still useful should be converted to DRM and afterwards removed from fbdev. |