diff options
author | Dave Airlie <airlied@redhat.com> | 2022-07-01 09:27:28 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-07-01 09:27:55 +1000 |
commit | b8f0009bc9edf9186b20ae2a9e442ef0af93040e (patch) | |
tree | ee69b7603ae091238e62ff7e7666da3e2ecbb517 /Documentation/driver-api | |
parent | 078a3be79325e4a5e7e16576b3919999efadfa3f (diff) | |
parent | ee7a69aa38d87a3bbced7b8245c732c05ed0c6ec (diff) |
Merge tag 'drm-misc-fixes-2022-06-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
A NULL pointer dereference fix for vc4, and 3 patches to improve the
sysfb device behaviour when removing conflicting framebuffers
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220630072404.2fa4z3nk5h5q34ci@houat
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/firmware/other_interfaces.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/driver-api/firmware/other_interfaces.rst b/Documentation/driver-api/firmware/other_interfaces.rst index b81794e0cfbb..06ac89adaafb 100644 --- a/Documentation/driver-api/firmware/other_interfaces.rst +++ b/Documentation/driver-api/firmware/other_interfaces.rst @@ -13,6 +13,12 @@ EDD Interfaces .. kernel-doc:: drivers/firmware/edd.c :internal: +Generic System Framebuffers Interface +------------------------------------- + +.. kernel-doc:: drivers/firmware/sysfb.c + :export: + Intel Stratix10 SoC Service Layer --------------------------------- Some features of the Intel Stratix10 SoC require a level of privilege |