From patchwork Thu Aug 17 21:36:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Airlie X-Patchwork-Id: 13357002 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B16C4C64EAE for ; Thu, 17 Aug 2023 21:36:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 22BF110E02F; Thu, 17 Aug 2023 21:36:32 +0000 (UTC) Received: from mail-ej1-x62e.google.com (mail-ej1-x62e.google.com [IPv6:2a00:1450:4864:20::62e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 83A5D10E02F for ; Thu, 17 Aug 2023 21:36:29 +0000 (UTC) Received: by mail-ej1-x62e.google.com with SMTP id a640c23a62f3a-99bcc0adab4so23206966b.2 for ; Thu, 17 Aug 2023 14:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692308188; x=1692912988; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=ZqLiBJFAZXvCnssFXrBqXIi9XKkgEx0FSumuzhI7sRM=; b=IZZFD3ut8GPPTBSLpgK6tRMJ8JyzqN/RWH32e8erHeapgesRA7PnXoAFLVBAO9lxLl ztBi72RIaeBrRr12GiFsSWDXBwfkoL6O3ccs7HYtO1+nKl23txnn85gPMTwK7J2THXyG kPfkLsHqspK42+SSoOgn7YUJPDAR+H4a2qOM4Kf3I6HLwBwcnIgnyGch/0XUuzaTlu5x rbl3fXs8A2Cpid0TqQ/0c4r7RZdnz7eiazhsKzJTnbGfwIEfn8Jl3vKMG7Vj035d2BH0 Yucl3OIbtR7fo8wsTfPxKX4EaN5BdyqkniUv3Snwj7x+RoOTv9Egrt/ohQj57oBmdHWU yR3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692308188; x=1692912988; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=ZqLiBJFAZXvCnssFXrBqXIi9XKkgEx0FSumuzhI7sRM=; b=ETAXioKdhB4W/bG0Tn1p4EP+Do6/io5LQVi+t/qGCfMAmT1tLUxwNK9Jc+HZwcm0Hu 1HQXcbP1smlHm0YEU65AfgiLlnXKEpWdupU3k+NYCxnEEa2JW4eZ42lEGhabFg4Ed7YH C7gV21OaT6oCgHLW2l8HKBUGKUDTBU5+YlWrr8BFJyz2X9Uz9lX+v9K+E3BLvZIsJ1IG JOFEz6L/3Qx/u0XX0kb57ZSt+r1YrcrQ01WYw5ukzDUaKTv+4lpPYgWn+kJUiHwDbUAH FobRMp8V2S0RgIdgR7+p2X42Szg1Cb4NniqlAKwiQ0tzfh6qTokpnO6oUQ/CWolCjd0l JK7Q== X-Gm-Message-State: AOJu0YwdSn4LFy9pXQTbTSFoZAO7DzhHRMyoMRn8DiWlYaqSFMMTMhzF BuJDfdx4CbWWMgo+hHYl0EtY+ssuQcwz+SlbiPE= X-Google-Smtp-Source: AGHT+IFUpu3VGE6POt+emX5v8mfYaZGNc7oamfuYOcbGfZl6u6aa9puOc31oMicn0jIQAQVcAhN6KfXF/l3NZMin3XQ= X-Received: by 2002:a17:906:5a6e:b0:99c:2535:372d with SMTP id my46-20020a1709065a6e00b0099c2535372dmr475132ejc.33.1692308187710; Thu, 17 Aug 2023 14:36:27 -0700 (PDT) MIME-Version: 1.0 From: Dave Airlie Date: Fri, 18 Aug 2023 07:36:16 +1000 Message-ID: Subject: [git pull] drm fixes for 6.5-rc7 To: Linus Torvalds , Daniel Vetter X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 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" Hi Linus, Regular enough week, mostly the usual amdgpu and i915 fixes. Then qaic, nouveau, qxl and a revert for an EDID patch that had some side effects, along with a couple of panel fixes. Dave. drm-fixes-2023-08-18-1: drm fixes for 6.5-rc7 edid: - revert mode parsing fix that had side effects. i915: - Fix the flow for ignoring GuC SLPC efficient frequency selection - Fix SDVO panel_type initialization - Fix display probe for IVB Q and IVB D GT2 server nouveau: - fix use-after-free in connector code qaic: - integer overflow check fix - fix slicing memory leak panel: - fix JDI LT070ME05000 probing - fix AUO G121EAN01 timings amdgpu: - SMU 13.x fixes - Fix mcbp parameter for gfx9 - SMU 11.x fixes - Temporary fix for large numbers of XCP partitions - S0ix fixes - DCN 2.0 fix qxl: - fix use after free race in dumb object allocation The following changes since commit 2ccdd1b13c591d306f0401d98dedc4bdcd02b421: Linux 6.5-rc6 (2023-08-13 11:29:55 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-08-18-1 for you to fetch changes up to c611589b4259ed63b9b77be6872b1ce07ec0ac16: drm/qxl: fix UAF on handle creation (2023-08-18 06:57:38 +1000) ---------------------------------------------------------------- drm fixes for 6.5-rc7 edid: - revert mode parsing fix that had side effects. i915: - Fix the flow for ignoring GuC SLPC efficient frequency selection - Fix SDVO panel_type initialization - Fix display probe for IVB Q and IVB D GT2 server nouveau: - fix use-after-free in connector code qaic: - integer overflow check fix - fix slicing memory leak panel: - fix JDI LT070ME05000 probing - fix AUO G121EAN01 timings amdgpu: - SMU 13.x fixes - Fix mcbp parameter for gfx9 - SMU 11.x fixes - Temporary fix for large numbers of XCP partitions - S0ix fixes - DCN 2.0 fix qxl: - fix use after free race in dumb object allocation ---------------------------------------------------------------- Alex Deucher (1): Revert "Revert "drm/amdgpu/display: change pipe policy for DCN 2.0"" Asad Kamal (1): drm/amd/pm: Update pci link width for smu v13.0.6 Dan Carpenter (1): accel/qaic: Clean up integer overflow checking in map_user_pages() Dave Airlie (3): Merge tag 'drm-intel-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Merge tag 'amd-drm-fixes-6.5-2023-08-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes David Heidelberg (1): drm/panel: JDI LT070ME05000 simplify with dev_err_probe() James Zhu (1): drm/amdgpu: skip xcp drm device allocation when out of drm resource Jani Nikula (3): drm/i915/sdvo: fix panel_type initialization drm/i915: fix display probe for IVB Q and IVB D GT2 server Revert "drm/edid: Fix csync detailed mode parsing" Jiadong Zhu (1): drm/amdgpu: disable mcbp if parameter zero is set Karol Herbst (1): drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create Kenneth Feng (1): drm/amd/pm: disallow the fan setting if there is no fan on smu 13.0.0 Lijo Lazar (1): drm/amd/pm: Fix temperature unit of SMU v13.0.6 Luca Ceresoli (1): drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs Mario Limonciello (1): drm/amd: flush any delayed gfxoff on suspend entry Pranjal Ramajor Asha Kanojiya (1): accel/qaic: Fix slicing memory leak Tim Huang (1): drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix Umio Yasuno (1): drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 Vinay Belgaumkar (1): drm/i915/guc/slpc: Restore efficient freq earlier Wander Lairson Costa (1): drm/qxl: fix UAF on handle creation drivers/accel/qaic/qaic_control.c | 26 +++++++++----- drivers/accel/qaic/qaic_data.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 10 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 41 ++++++++++++++++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 9 +---- drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c | 13 ++++++- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 9 ++++- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 14 ++++---- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 4 +++ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 19 +++++++--- drivers/gpu/drm/drm_edid.c | 29 +++++---------- .../gpu/drm/i915/display/intel_display_device.c | 24 +++++++++++-- drivers/gpu/drm/i915/display/intel_sdvo.c | 2 +- drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c | 22 +++++++----- drivers/gpu/drm/nouveau/nouveau_connector.c | 11 +++--- drivers/gpu/drm/panel/panel-jdi-lt070me05000.c | 36 ++++++++----------- drivers/gpu/drm/panel/panel-simple.c | 24 ++++++------- drivers/gpu/drm/qxl/qxl_drv.h | 2 +- drivers/gpu/drm/qxl/qxl_dumb.c | 5 ++- drivers/gpu/drm/qxl/qxl_gem.c | 25 ++++++++----- drivers/gpu/drm/qxl/qxl_ioctl.c | 6 ++-- include/drm/drm_edid.h | 12 ++----- 24 files changed, 216 insertions(+), 132 deletions(-)