diff options
author | Dave Airlie <airlied@redhat.com> | 2020-11-27 02:39:39 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-11-27 02:39:51 +0300 |
commit | 9595930db4bb91433607441a5f26d90e9c6e34eb (patch) | |
tree | 5a1a8dcff300bfa47062ccaaa0a2b1e3e141e614 /Documentation | |
parent | d45618c28521ba99ba1e5610ac4a5ca693c37c1e (diff) | |
parent | 2be65641642ef423f82162c3a5f28c754d1637d2 (diff) | |
download | linux-9595930db4bb91433607441a5f26d90e9c6e34eb.tar.xz |
Merge tag 'drm-misc-fixes-2020-11-26' of ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes
A bunch of fixes for vc4 fixing some coexistence issue between wifi and
HDMI, unsupported modes, and vblank timeouts, a fix for ast to reload
the gamma LUT after changing the plane format and a double-free fix for
nouveau
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20201126085450.r3i7wvj7pizsa4l6@gilmour
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml index 03a76729d26c..7ce06f9f9f8e 100644 --- a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml @@ -76,6 +76,12 @@ properties: resets: maxItems: 1 + wifi-2.4ghz-coexistence: + type: boolean + description: > + Should the pixel frequencies in the WiFi frequencies range be + avoided? + required: - compatible - reg |