From patchwork Wed Nov 28 20:04:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10703303 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7CEC413A4 for ; Wed, 28 Nov 2018 20:05:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6DB0E2DD94 for ; Wed, 28 Nov 2018 20:05:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5FB1F2DDAD; Wed, 28 Nov 2018 20:05:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7AB352D970 for ; Wed, 28 Nov 2018 20:05:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7244C6E270; Wed, 28 Nov 2018 20:05:00 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yb1-xb41.google.com (mail-yb1-xb41.google.com [IPv6:2607:f8b0:4864:20::b41]) by gabe.freedesktop.org (Postfix) with ESMTPS id BC4436E270 for ; Wed, 28 Nov 2018 20:04:58 +0000 (UTC) Received: by mail-yb1-xb41.google.com with SMTP id i17-v6so11142135ybp.13 for ; Wed, 28 Nov 2018 12:04:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=NRBTn49jyGPPA3ti27+1/ZFL3n2Jqqi6R+M8mYIKbnw=; b=VOq3bWoSTfAxJEMyQmvDwC36DMu5IX5w8wvaXo7kbPXGEihBaPDHY/x+LO/qNgiOpe FBCuyjUmphBNqG8TYffmgXk/+Qxq1FRf5+o6XhJM289KDA8NCUYDi6dvZ1OIyTpd1S+O r9InDa71/ZW7oSLCaD7fISqhGbpjd6iOZL5CjzcvBRTZ9jC9PJaKK2/vV2mE34RsNTdu WvvBjGWY462GsVlnaFTBWFp9k8AWPgm9fVwdn6nS/+0ts9mMV8d7ka2SqqVcd/J3BUID zskrIoIs8ZCoZeYyyA67MC9ta+bafm/CUC9OnXkpQPy9jF904XOr0cZLhNnamAvMugrP qvVg== X-Gm-Message-State: AA+aEWbGZG5N15fZv2qwQF29NT4HFbeJKStbmhJvVHJi/E6QLik6VHES 2GgXmSM0FlaT7xuoUs7fXcAi1A== X-Google-Smtp-Source: AFSGD/W4KoGlWULpMfaAZdNtRg1hdXxLQ/WDuqMwOQ+VKJHhbl2PEK/uVs15oL7UTXEmAR9rPRNb3w== X-Received: by 2002:a5b:642:: with SMTP id o2-v6mr38959334ybq.12.1543435497407; Wed, 28 Nov 2018 12:04:57 -0800 (PST) Received: from localhost ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id 205-v6sm2139017ywd.1.2018.11.28.12.04.56 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Nov 2018 12:04:56 -0800 (PST) Date: Wed, 28 Nov 2018 15:04:56 -0500 From: Sean Paul To: Dave Airlie Subject: [PULL] drm-misc-fixes Message-ID: <20181128200456.GA202706@art_vandelay> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, Sergio Correia , Neil Armstrong , Maxime Ripard , Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Happy meson week! A bunch of stellar fixes coming in this week from Lyude, and a couple others plugging holes in meson and core. drm-misc-fixes-2018-11-28: - mst: Don't try to validate ports while destroying them (Lyude) - core: Don't set device to master unless set_master succeeds (Sergio) - meson: Do vblank_on/off on enable/disable (Neil) - meson: Use fast_io regmap option to avoid sleeping in irq ctx (Lyude) - meson: Don't walk off the end of the OSD EOTF LUTs (Lyude) Cc: Lyude Paul Cc: Sergio Correia Cc: Neil Armstrong Cheers, Sean The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436: Linux 4.20-rc4 (2018-11-25 14:19:31 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-11-28 for you to fetch changes up to 31e1ab494559fb46de304cc6c2aed1528f94b298: drm/meson: add support for 1080p25 mode (2018-11-26 16:14:28 -0500) ---------------------------------------------------------------- - mst: Don't try to validate ports while destroying them (Lyude) - core: Don't set device to master unless set_master succeeds (Sergio) - meson: Do vblank_on/off on enable/disable (Neil) - meson: Use fast_io regmap option to avoid sleeping in irq ctx (Lyude) - meson: Don't walk off the end of the OSD EOTF LUTs (Lyude) Cc: Lyude Paul Cc: Sergio Correia Cc: Neil Armstrong ---------------------------------------------------------------- Christian Hewitt (1): drm/meson: add support for 1080p25 mode Lyude Paul (3): drm/dp_mst: Skip validating ports during destruction, just ref drm/meson: Enable fast_io in meson_dw_hdmi_regmap_config drm/meson: Fix OOB memory accesses in meson_viu_set_osd_lut() Neil Armstrong (1): drm/meson: Fixes for drm_crtc_vblank_on/off support Sergio Correia (1): drm: set is_master to 0 upon drm_new_set_master() failure drivers/gpu/drm/drm_auth.c | 2 ++ drivers/gpu/drm/drm_dp_mst_topology.c | 15 +++++++++++++-- drivers/gpu/drm/meson/meson_crtc.c | 27 +++++++++++++++++++++++++-- drivers/gpu/drm/meson/meson_dw_hdmi.c | 1 + drivers/gpu/drm/meson/meson_venc.c | 4 ++++ drivers/gpu/drm/meson/meson_viu.c | 12 ++++++------ 6 files changed, 51 insertions(+), 10 deletions(-)