mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
render/drm_format_set: use published kernel doc URL
The kernel patch has been merged, so this is available in the official docs now.
This commit is contained in:
parent
e0adaaffb6
commit
e58c7bb792
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue