https://github.com/torvalds/linux
Revision 921074ab8e07346f8be4c7002ad12a1bd8dccb46 authored by Dave Airlie on 21 March 2024, 23:57:22 UTC, committed by Dave Airlie on 21 March 2024, 23:59:03 UTC
Short summary of fixes pull:

core:
- fix rounding in drm_fixp2int_round()

bridge:
- fix documentation for DRM_BRIDGE_OP_EDID

nouveau:
- don't check devinit disable on GSP

sun4i:
- fix 64-bit division on 32-bit architectures

tests:
- fix dependency on DRM_KMS_HELPER

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240321161948.GA30430@linux.fritz.box
2 parent s 02ac437 + 5d4e8ae
Raw File
Tip revision: 921074ab8e07346f8be4c7002ad12a1bd8dccb46 authored by Dave Airlie on 21 March 2024, 23:57:22 UTC
Merge tag 'drm-misc-next-fixes-2024-03-21' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Tip revision: 921074a
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top