From patchwork Thu Sep 12 15:56:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Dave Airlie X-Patchwork-Id: 11143355 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5C7DB1395 for ; Thu, 12 Sep 2019 15:56:44 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3F2CF20693 for ; Thu, 12 Sep 2019 15:56:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3F2CF20693 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 088366EDB4; Thu, 12 Sep 2019 15:56:42 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 184146EDB4 for ; Thu, 12 Sep 2019 15:56:41 +0000 (UTC) Received: by mail-lf1-x130.google.com with SMTP id r2so1758247lfn.8 for ; Thu, 12 Sep 2019 08:56:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=08NQ2RyLnhScyge49udAnnrLLM+WIZvYIMmDFFtTPF4=; b=Xq/JExzUc5tW+7O5xyPWCF5Rixbjje7B8TP/8rGT+0/yD3M+F5VvE5Y4Y7RqbGIVdK TpjwZSNXywBOgYG8BN6lLZHSfTR/cqyRdQ9BA7fiVm9RmipgJhsbiYEEUEdUdcuPGI6c ioAHwQDVBy17oNlAep7DI/eOVqujOhhUps49HdOyJ5dwiXsDTUlArbnCeNZi7km4fiOd 7rERz5KZzi7b502k2Re8mWBC0s3nbMH0bguN9OLTAFJDluj6Tnno1MGZSTu5BR37crYy qVOWpNwpj/bKmzLIi7+1UxkFC85PyIrFMqFraWhnYRLiL8vcmDBo0+VlnnnjTeQWAZQ4 uspQ== X-Gm-Message-State: APjAAAWirU5XBFTBG+uNHDuWvvDmYB5HVaJaASIDNBxFxD3jqhB0MJ3R MWMUuoRD+naRkilOOupZ3BVr93nOwWVwmoKwjKs= X-Google-Smtp-Source: APXvYqx27FI3Hoesal65btLW4S8NYw6nUV5E4OjFCymMd4GVVjcRSi/tYbb7qvph3V7Zn2MbUOsfPM8lYmTayEHVhHk= X-Received: by 2002:ac2:530e:: with SMTP id c14mr1549411lfh.165.1568303799145; Thu, 12 Sep 2019 08:56:39 -0700 (PDT) MIME-Version: 1.0 From: Dave Airlie Date: Fri, 13 Sep 2019 01:56:28 +1000 Message-ID: Subject: drm fixes for 5.3-rc9 To: Linus Torvalds , Daniel Vetter X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=08NQ2RyLnhScyge49udAnnrLLM+WIZvYIMmDFFtTPF4=; b=llucwq1amaRqYmqpFKvH5vR/oR4tM9ntXg/yn6CI5DfH8hMKPwkAP8p50FRw8+niiG NMRl1l3BcdGp5NqydR/ENBgMF/QK1wUqkyjI3b/WLzb9sbUgus01Z1cv0vPv+coSOpuK TwW0tRNRzC5OsPmYW5rIslCKQT/zKn572wAR7fIsYHx/d9qdpETKoqWb4wfRCVuvoNob mftAHTue1EZDOFW8xRMeZotpP+MPqKmvjd0EmdVe6V1HwM/o8d3wCyDqp6qRkus5HwHq ByyTJvjCl1Z9DyUb48yPKYgPCjsRuPpFYxs5pCe/2BUMoe2YGP3GQiaeCR9Fw5rcm+M6 uVow== 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: LKML , dri-devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hey Linus, From the maintainer summit, just some last minute fixes for final, details in the tag. Dave. drm-fixes-2019-09-13: drm fixes for 5.3-rc9 lima: - fix gem_wait ioctl core: - constify modes list i915: - DP MST high color depth regression - GPU hangs on vulkan compute workloads The following changes since commit f74c2bb98776e2de508f4d607cd519873065118e: Linux 5.3-rc8 (2019-09-08 13:33:15 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-09-13 for you to fetch changes up to e6bb711600db23eef2fa0c16a2d361e17b45bb28: Merge tag 'drm-misc-fixes-2019-09-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-09-12 23:14:35 +1000) ---------------------------------------------------------------- drm fixes for 5.3-rc8 lima: - fix gem_wait ioctl core: - constify modes list i915: - DP MST high color depth regression - GPU hangs on vulkan compute workloads ---------------------------------------------------------------- Chris Wilson (1): drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+ Dave Airlie (2): Merge tag 'drm-intel-fixes-2019-09-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge tag 'drm-misc-fixes-2019-09-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Maxime Ripard (1): drm/modes: Make the whitelist more const Vasily Khoruzhick (1): drm/lima: fix lima_gem_wait() return value Ville Syrjälä (1): drm/i915: Limit MST to <= 8bpc once again drivers/gpu/drm/drm_modes.c | 2 +- drivers/gpu/drm/i915/display/intel_dp_mst.c | 10 +++++++++- drivers/gpu/drm/i915/gt/intel_workarounds.c | 5 ----- drivers/gpu/drm/lima/lima_gem.c | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-)