diff options
author | Simon Ser <contact@emersion.fr> | 2023-10-05 08:22:23 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2023-10-05 21:29:25 +0000 |
commit | e58c7bb792adb6bd7fe24070648046bd3ffe8104 (patch) | |
tree | 0af27e2916543b0b4b14a45a1186f34e953c8c68 /include/wlr/render | |
parent | e0adaaffb6b3d1e19706481ec11b36ceda48ae3a (diff) |
render/drm_format_set: use published kernel doc URL
The kernel patch has been merged, so this is available in the
official docs now.
Diffstat (limited to 'include/wlr/render')
-rw-r--r-- | include/wlr/render/drm_format_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render/drm_format_set.h b/include/wlr/render/drm_format_set.h index 3d54c6f4..cc38bbd2 100644 --- a/include/wlr/render/drm_format_set.h +++ b/include/wlr/render/drm_format_set.h @@ -37,7 +37,7 @@ void wlr_drm_format_finish(struct wlr_drm_format *format); * instance, backends will report the set they can display, and renderers will * report the set they can render to. For a more general overview of formats * and modifiers, see: - * https://lore.kernel.org/dri-devel/20210905122742.86029-1-daniels@collabora.com/ + * https://www.kernel.org/doc/html/next/userspace-api/dma-buf-alloc-exchange.html#formats-and-modifiers * * For compatibility with legacy drivers which don't support explicit * modifiers, the special modifier DRM_FORMAT_MOD_INVALID is used to indicate |