From mboxrd@z Thu Jan 1 00:00:00 1970 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 2A4BCC7EE29 for ; Thu, 8 Jun 2023 08:45:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C254D10E59F; Thu, 8 Jun 2023 08:45:13 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id C90EB10E5AF; Thu, 8 Jun 2023 08:45:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686213910; x=1717749910; h=message-id:date:mime-version:from:subject:to:cc: content-transfer-encoding; bh=kYZmOiDcRdy9MFfb2Xft/YdrFp5jjY+xGAUZ52CfsiY=; b=c2tFFT5upnjQBDjSrk6ZYrQyVxKBpbJObeH2BFbw/zoCHGIIKlbLDQYy Hg1dJteYS7zdoTShGr8RvAOklr9XijlTss4s0oJFPp5oq2b7Jhsl+TcSD g54RXaTiZwXZ1QbpQFG5knd3Nn9MhGSs104qLIcbf0Thj7z3xx6TV1BgX y6qHYNaUqRS90WDwjOufAQVdxA26vWSrwUETiVapYJpTJXAm4qCQIUY2L XtPT0mbRkQcojFcaQ4dRlYywbVO1ckCfsKq1qI+zfrqYg1n/LQhgLWGU5 96NujChKy7C+lZCEHFbdHx4hZmsy17KkQnq2FPPc3ZI7Hu9JNmp6FEup/ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="423103977" X-IronPort-AV: E=Sophos;i="6.00,226,1681196400"; d="scan'208";a="423103977" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2023 01:44:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="774970338" X-IronPort-AV: E=Sophos;i="6.00,226,1681196400"; d="scan'208";a="774970338" Received: from bapostu-mobl.ger.corp.intel.com (HELO [10.251.211.75]) ([10.251.211.75]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2023 01:44:08 -0700 Message-ID: Date: Thu, 8 Jun 2023 10:44:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.11.2 From: Maarten Lankhorst To: Dave Airlie , Daniel Vetter Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PULL] drm-intel-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maxime Ripard , dim-tools@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Thomas Zimmermann , Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave, Daniel, drm-misc-fixes for v6.4-rc6. Seems to be mostly small fixes, just a few more for ivpu. Cheers, ~Maarten drm-misc-fixes-2023-06-08: drm-misc-fixes for v6.4-rc6: - resume and modeset fixes for ast. - Fill in fb-helper vars more correctly. - Assorted ivpu fixes. - lima context destroy fix. The following changes since commit e997c218ad736fd6f524d73a987bad9d94128d3d:   accel/qaic: Fix NNC message corruption (2023-05-23 09:51:38 -0600) are available in the Git repository at:   git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-06-08 for you to fetch changes up to a3efabee5878b8d7b1863debb78cb7129d07a346:   accel/ivpu: Fix sporadic VPU boot failure (2023-06-08 08:17:27 +0200) ---------------------------------------------------------------- drm-misc-fixes for v6.4-rc6: - resume and modeset fixes for ast. - Fill in fb-helper vars more correctly. - Assorted ivpu fixes. - lima context destroy fix. ---------------------------------------------------------------- Andrzej Kacprowski (2):       accel/ivpu: Do not trigger extra VPU reset if the VPU is idle       accel/ivpu: Fix sporadic VPU boot failure Erico Nunes (1):       drm/lima: fix sched context destroy Geert Uytterhoeven (1):       drm/fb-helper: Fix height, width, and accel_flags in fb_var Jammy Huang (2):       drm/ast: Fix long time waiting on s3/s4 resume       drm/ast: Fix modeset failed on DisplayPort Randy Dunlap (1):       accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR Stanislaw Gruszka (2):       accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEP       accel/ivpu: Do not use mutex_lock_interruptible  drivers/accel/ivpu/Kconfig           |  1 +  drivers/accel/ivpu/ivpu_hw_mtl.c     | 22 +++++++++++----  drivers/accel/ivpu/ivpu_hw_mtl_reg.h |  1 +  drivers/accel/ivpu/ivpu_ipc.c        |  4 +--  drivers/accel/ivpu/ivpu_job.c        | 21 +++++++++-----  drivers/accel/ivpu/ivpu_mmu.c        | 22 ++++-----------  drivers/gpu/drm/ast/ast_dp.c         | 55 +++++++++++-------------------------  drivers/gpu/drm/ast/ast_drv.h        |  5 +---  drivers/gpu/drm/ast/ast_main.c       | 11 ++++++--  drivers/gpu/drm/ast/ast_mode.c       | 15 ++++++++--  drivers/gpu/drm/ast/ast_post.c       |  3 +-  drivers/gpu/drm/drm_fb_helper.c      | 12 ++++----  drivers/gpu/drm/lima/lima_sched.c    |  2 +-  13 files changed, 90 insertions(+), 84 deletions(-)