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 CE5B4C76196 for ; Thu, 6 Apr 2023 12:34:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B05EB10E36D; Thu, 6 Apr 2023 12:34:15 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1DD6110E31E; Thu, 6 Apr 2023 12:34:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680784453; x=1712320453; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=LpplrNcPreA3YB2CXjm71103HDFKmhUjT7oX29AVvIc=; b=X1AMswFJAbv5cznlNYkqUoDlJWfmEhdRxFYp0zrG29jgUrE85LWatg8I VxktV8c+yqcTEV3pcA+MvW3ufvzyY4V503jPOO2Aa9HctKuxZuNnGYf1b PmM8Z3W600Y0E4P1Qk2jYhcz8Q3vARkg+gfFfFtULWWy5+X50ASxL/qUf BrRNi4tuWhmUVV9+tUC9ULAlNXtBdV7F1Rk80P9t/DloWemsMmIVqXIIw MVkACfdnluH8aadHZTrgBsGMe90dY9tU0bKJfb36gNJ6cnDdAFOS7ogP4 VqAwBbCuPOp9/HgT/6Scanqg4CULWTHYsv9SfofWdu0eaH7x+hr3OikVK w==; X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="345323424" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="345323424" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2023 05:34:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="756363287" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="756363287" Received: from unknown (HELO localhost) ([10.237.66.160]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2023 05:34:07 -0700 From: Jani Nikula To: Maarten Lankhorst , Dave Airlie , Daniel Vetter Subject: Re: [PULL] drm-intel-gt-next In-Reply-To: <64bb9696-a76a-89d9-1866-bcdf7c69c284@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <64bb9696-a76a-89d9-1866-bcdf7c69c284@linux.intel.com> Date: Thu, 06 Apr 2023 15:34:04 +0300 Message-ID: <87v8i9xk8z.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Tvrtko Ursulin , dim-tools@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Thomas Zimmermann , Rodrigo Vivi Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 06 Apr 2023, Maarten Lankhorst = wrote: > Hi Dave, Daniel, > Pull request to avoid backmerges. ;) > Cheers, > ~Maarten Not using dim for this? Is the subject line copy-pasted from another pull request? :) BR, Jani. > > drm-misc-next-2023-04-06: > drm-misc-next for v6.4-rc1: > > UAPI Changes: > > Cross-subsystem Changes: > - Document port and rotation dt bindings better. > - For panel timing DT bindings, document that vsync and hsync are > first, rather than last in image. > - Fix video/aperture typos. > > Core Changes: > - Reject prime DMA-Buf attachment if get_sg_table is missing. > (For self-importing dma-buf only.) > - Add prime import/export to vram-helper. > - Fix oops in drm/vblank when init is not called. > - Fixup xres/yres_virtual and other fixes in fb helper. > - Improve SCDC debugs. > - Skip setting deadline on modesets. > - Assorted TTM fixes. > > Driver Changes: > - Add lima usage stats. > - Assorted fixes to bridge/lt8192b, tc358767, ivpu, > bridge/ti-sn65dsi83, ps8640. > - Use pci aperture helpers in drm/ast lynxfb, radeonfb. > - Revert some lima patches, as they required a commit that has been > reverted upstream. > - Add AUO NE135FBM-N41 v8.1 eDP panel. > - Add QAIC accel driver. > The following changes since commit 7d690f936e9bc9fbd6394fb3d4ad181af03ee3= 93: > > drm/panfrost: Add basic support for speed binning (2023-03-31 11:44:11= +0200) > > are available in the Git repository at: > > git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2023-04-= 06 > > for you to fetch changes up to e44f18c6ff8beef7b2b10592287f0a9766376d9b: > > drm/ttm: Make the call to ttm_tt_populate() interruptible when faultin= g (2023-04-06 10:01:42 +0200) > > ---------------------------------------------------------------- > drm-misc-next for v6.4-rc1: > > UAPI Changes: > > Cross-subsystem Changes: > - Document port and rotation dt bindings better. > - For panel timing DT bindings, document that vsync and hsync are > first, rather than last in image. > - Fix video/aperture typos. > > Core Changes: > - Reject prime DMA-Buf attachment if get_sg_table is missing. > (For self-importing dma-buf only.) > - Add prime import/export to vram-helper. > - Fix oops in drm/vblank when init is not called. > - Fixup xres/yres_virtual and other fixes in fb helper. > - Improve SCDC debugs. > - Skip setting deadline on modesets. > - Assorted TTM fixes. > > Driver Changes: > - Add lima usage stats. > - Assorted fixes to bridge/lt8192b, tc358767, ivpu, > bridge/ti-sn65dsi83, ps8640. > - Use pci aperture helpers in drm/ast lynxfb, radeonfb. > - Revert some lima patches, as they required a commit that has been > reverted upstream. > - Add AUO NE135FBM-N41 v8.1 eDP panel. > - Add QAIC accel driver. > > ---------------------------------------------------------------- > Alexander Stein (2): > drm/bridge: ti-sn65dsi83: use dev_err_probe if host attach failed > drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleep > > AngeloGioacchino Del Regno (1): > drm/panel-edp: Add AUO NE135FBM-N41 v8.1 panel entry > > Daniel Vetter (7): > drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers > staging/lynxfb: Use pci aperture helper > fbdev/radeon: use pci aperture helpers > drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var > drm/fb-helper: drop redundant pixclock check from drm_fb_helper_se= t_par() > drm/fb-helper: fix input validation gaps in check_var > drm/atomic-helper: Don't set deadline for modesets > > Erico Nunes (3): > drm/lima: add usage counting method to ctx_mgr > drm/lima: allocate unique id per drm_file > drm/lima: add show_fdinfo for drm usage stats > > Francesco Dolcini (1): > drm/bridge: lt8912b: Fix DSI Video Mode > > Harshit Mogalapalli (1): > drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() > > Jeffrey Hugo (7): > accel/qaic: Add documentation for AIC100 accelerator driver > accel/qaic: Add uapi and core driver file > accel/qaic: Add MHI controller > accel/qaic: Add control path > accel/qaic: Add datapath > accel/qaic: Add qaic driver to the build system > MAINTAINERS: Add entry for QAIC driver > > Karol Wachowski (1): > accel/ivpu: Remove D3hot delay for Meteorlake > > Krzysztof Kozlowski (5): > dt-bindings: display: sitronix,st7789v: document dc-gpios > dt-bindings: display: xinpeng,xpp055c272: document port > dt-bindings: display: feiyang,fy07024di26a30d: document port > dt-bindings: display: elida,kd35t133: document port and rotation > dt-bindings: display: sitronix,st7701: document port and rotation > > Luca Ceresoli (2): > drm: bridge: ldb: add missing \n in dev_warn() string > drm: bridge: ldb: add support for using channel 1 only > > Marek Vasut (3): > drm/bridge: tc358767: Enable DSI burst mode, LPM, non-continuous c= lock > dt-bindings: display: Start the info graphics with HS/VS change > drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT pack= et > > Pin-yen Lin (1): > drm/bridge: ps8640: Use constant sleep time for polling hpd > > Pranjal Ramajor Asha Kanojiya (1): > accel/qaic: Add mhi_qaic_cntl > > Qiang Yu (3): > Revert "drm/lima: add show_fdinfo for drm usage stats" > Revert "drm/lima: allocate unique id per drm_file" > Revert "drm/lima: add usage counting method to ctx_mgr" > > Rob Clark (1): > drm/vblank: Fix for drivers that do not drm_vblank_init() > > Simon Ser (2): > drm/prime: reject DMA-BUF attach when get_sg_table is missing > drm/vram-helper: turn on PRIME import/export > > Sui Jingfeng (1): > video/aperture: Fix typos in comments > > Thomas Hellstr=C3=B6m (3): > drm/ttm/pool: Fix ttm_pool_alloc error path > drm/ttm: Reduce the number of used allocation orders for TTM pages > drm/ttm: Make the call to ttm_tt_populate() interruptible when fau= lting > > Ville Syrj=C3=A4l=C3=A4 (1): > drm/scdc-helper: Pimp SCDC debugs > > Documentation/accel/index.rst | 1 + > Documentation/accel/qaic/aic100.rst | 510 ++++++ > Documentation/accel/qaic/index.rst | 13 + > Documentation/accel/qaic/qaic.rst | 170 ++ > .../bindings/display/panel/elida,kd35t133.yaml | 9 + > .../display/panel/feiyang,fy07024di26a30d.yaml | 8 + > .../bindings/display/panel/panel-timing.yaml | 46 +- > .../bindings/display/panel/sitronix,st7701.yaml | 9 + > .../bindings/display/panel/sitronix,st7789v.yaml | 4 + > .../bindings/display/panel/xinpeng,xpp055c272.yaml | 8 + > MAINTAINERS | 10 + > drivers/accel/Kconfig | 1 + > drivers/accel/Makefile | 1 + > drivers/accel/ivpu/ivpu_drv.c | 4 + > drivers/accel/qaic/Kconfig | 23 + > drivers/accel/qaic/Makefile | 13 + > drivers/accel/qaic/mhi_controller.c | 563 ++++++ > drivers/accel/qaic/mhi_controller.h | 16 + > drivers/accel/qaic/mhi_qaic_ctrl.c | 569 ++++++ > drivers/accel/qaic/mhi_qaic_ctrl.h | 12 + > drivers/accel/qaic/qaic.h | 282 +++ > drivers/accel/qaic/qaic_control.c | 1526 +++++++++++++= +++ > drivers/accel/qaic/qaic_data.c | 1902 +++++++++++++= +++++++ > drivers/accel/qaic/qaic_drv.c | 647 +++++++ > drivers/gpu/drm/ast/ast_drv.c | 16 +- > drivers/gpu/drm/bridge/fsl-ldb.c | 103 +- > drivers/gpu/drm/bridge/lontium-lt8912b.c | 1 - > drivers/gpu/drm/bridge/parade-ps8640.c | 2 +- > drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 8 +- > drivers/gpu/drm/bridge/tc358767.c | 4 +- > drivers/gpu/drm/bridge/ti-sn65dsi83.c | 8 +- > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 4 +- > drivers/gpu/drm/display/drm_scdc_helper.c | 46 +- > drivers/gpu/drm/drm_atomic_helper.c | 6 + > drivers/gpu/drm/drm_fb_helper.c | 53 +- > drivers/gpu/drm/drm_prime.c | 6 +- > drivers/gpu/drm/drm_vblank.c | 10 +- > drivers/gpu/drm/i915/display/intel_ddi.c | 4 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 8 +- > drivers/gpu/drm/lima/lima_drv.c | 6 +- > drivers/gpu/drm/panel/panel-edp.c | 1 + > drivers/gpu/drm/tegra/sor.c | 15 +- > drivers/gpu/drm/ttm/ttm_bo_vm.c | 13 +- > drivers/gpu/drm/ttm/ttm_pool.c | 111 +- > drivers/gpu/drm/vc4/vc4_hdmi.c | 21 +- > drivers/staging/sm750fb/sm750.c | 16 +- > drivers/video/aperture.c | 8 +- > drivers/video/fbdev/aty/radeon_base.c | 10 +- > include/drm/display/drm_scdc_helper.h | 7 +- > include/drm/drm_gem_vram_helper.h | 4 +- > include/uapi/drm/qaic_accel.h | 397 ++++ > 51 files changed, 7004 insertions(+), 231 deletions(-) > create mode 100644 Documentation/accel/qaic/aic100.rst > create mode 100644 Documentation/accel/qaic/index.rst > create mode 100644 Documentation/accel/qaic/qaic.rst > create mode 100644 drivers/accel/qaic/Kconfig > create mode 100644 drivers/accel/qaic/Makefile > create mode 100644 drivers/accel/qaic/mhi_controller.c > create mode 100644 drivers/accel/qaic/mhi_controller.h > create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.c > create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.h > create mode 100644 drivers/accel/qaic/qaic.h > create mode 100644 drivers/accel/qaic/qaic_control.c > create mode 100644 drivers/accel/qaic/qaic_data.c > create mode 100644 drivers/accel/qaic/qaic_drv.c > create mode 100644 include/uapi/drm/qaic_accel.h --=20 Jani Nikula, Intel Open Source Graphics Center 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 73984C7618D for ; Thu, 6 Apr 2023 12:34:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D73E210E31E; Thu, 6 Apr 2023 12:34:14 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1DD6110E31E; Thu, 6 Apr 2023 12:34:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680784453; x=1712320453; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=LpplrNcPreA3YB2CXjm71103HDFKmhUjT7oX29AVvIc=; b=X1AMswFJAbv5cznlNYkqUoDlJWfmEhdRxFYp0zrG29jgUrE85LWatg8I VxktV8c+yqcTEV3pcA+MvW3ufvzyY4V503jPOO2Aa9HctKuxZuNnGYf1b PmM8Z3W600Y0E4P1Qk2jYhcz8Q3vARkg+gfFfFtULWWy5+X50ASxL/qUf BrRNi4tuWhmUVV9+tUC9ULAlNXtBdV7F1Rk80P9t/DloWemsMmIVqXIIw MVkACfdnluH8aadHZTrgBsGMe90dY9tU0bKJfb36gNJ6cnDdAFOS7ogP4 VqAwBbCuPOp9/HgT/6Scanqg4CULWTHYsv9SfofWdu0eaH7x+hr3OikVK w==; X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="345323424" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="345323424" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2023 05:34:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="756363287" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="756363287" Received: from unknown (HELO localhost) ([10.237.66.160]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2023 05:34:07 -0700 From: Jani Nikula To: Maarten Lankhorst , Dave Airlie , Daniel Vetter In-Reply-To: <64bb9696-a76a-89d9-1866-bcdf7c69c284@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <64bb9696-a76a-89d9-1866-bcdf7c69c284@linux.intel.com> Date: Thu, 06 Apr 2023 15:34:04 +0300 Message-ID: <87v8i9xk8z.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Intel-gfx] [PULL] drm-intel-gt-next 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: dim-tools@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, Maxime Ripard , dri-devel@lists.freedesktop.org, Thomas Zimmermann , Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 06 Apr 2023, Maarten Lankhorst = wrote: > Hi Dave, Daniel, > Pull request to avoid backmerges. ;) > Cheers, > ~Maarten Not using dim for this? Is the subject line copy-pasted from another pull request? :) BR, Jani. > > drm-misc-next-2023-04-06: > drm-misc-next for v6.4-rc1: > > UAPI Changes: > > Cross-subsystem Changes: > - Document port and rotation dt bindings better. > - For panel timing DT bindings, document that vsync and hsync are > first, rather than last in image. > - Fix video/aperture typos. > > Core Changes: > - Reject prime DMA-Buf attachment if get_sg_table is missing. > (For self-importing dma-buf only.) > - Add prime import/export to vram-helper. > - Fix oops in drm/vblank when init is not called. > - Fixup xres/yres_virtual and other fixes in fb helper. > - Improve SCDC debugs. > - Skip setting deadline on modesets. > - Assorted TTM fixes. > > Driver Changes: > - Add lima usage stats. > - Assorted fixes to bridge/lt8192b, tc358767, ivpu, > bridge/ti-sn65dsi83, ps8640. > - Use pci aperture helpers in drm/ast lynxfb, radeonfb. > - Revert some lima patches, as they required a commit that has been > reverted upstream. > - Add AUO NE135FBM-N41 v8.1 eDP panel. > - Add QAIC accel driver. > The following changes since commit 7d690f936e9bc9fbd6394fb3d4ad181af03ee3= 93: > > drm/panfrost: Add basic support for speed binning (2023-03-31 11:44:11= +0200) > > are available in the Git repository at: > > git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2023-04-= 06 > > for you to fetch changes up to e44f18c6ff8beef7b2b10592287f0a9766376d9b: > > drm/ttm: Make the call to ttm_tt_populate() interruptible when faultin= g (2023-04-06 10:01:42 +0200) > > ---------------------------------------------------------------- > drm-misc-next for v6.4-rc1: > > UAPI Changes: > > Cross-subsystem Changes: > - Document port and rotation dt bindings better. > - For panel timing DT bindings, document that vsync and hsync are > first, rather than last in image. > - Fix video/aperture typos. > > Core Changes: > - Reject prime DMA-Buf attachment if get_sg_table is missing. > (For self-importing dma-buf only.) > - Add prime import/export to vram-helper. > - Fix oops in drm/vblank when init is not called. > - Fixup xres/yres_virtual and other fixes in fb helper. > - Improve SCDC debugs. > - Skip setting deadline on modesets. > - Assorted TTM fixes. > > Driver Changes: > - Add lima usage stats. > - Assorted fixes to bridge/lt8192b, tc358767, ivpu, > bridge/ti-sn65dsi83, ps8640. > - Use pci aperture helpers in drm/ast lynxfb, radeonfb. > - Revert some lima patches, as they required a commit that has been > reverted upstream. > - Add AUO NE135FBM-N41 v8.1 eDP panel. > - Add QAIC accel driver. > > ---------------------------------------------------------------- > Alexander Stein (2): > drm/bridge: ti-sn65dsi83: use dev_err_probe if host attach failed > drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleep > > AngeloGioacchino Del Regno (1): > drm/panel-edp: Add AUO NE135FBM-N41 v8.1 panel entry > > Daniel Vetter (7): > drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers > staging/lynxfb: Use pci aperture helper > fbdev/radeon: use pci aperture helpers > drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var > drm/fb-helper: drop redundant pixclock check from drm_fb_helper_se= t_par() > drm/fb-helper: fix input validation gaps in check_var > drm/atomic-helper: Don't set deadline for modesets > > Erico Nunes (3): > drm/lima: add usage counting method to ctx_mgr > drm/lima: allocate unique id per drm_file > drm/lima: add show_fdinfo for drm usage stats > > Francesco Dolcini (1): > drm/bridge: lt8912b: Fix DSI Video Mode > > Harshit Mogalapalli (1): > drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() > > Jeffrey Hugo (7): > accel/qaic: Add documentation for AIC100 accelerator driver > accel/qaic: Add uapi and core driver file > accel/qaic: Add MHI controller > accel/qaic: Add control path > accel/qaic: Add datapath > accel/qaic: Add qaic driver to the build system > MAINTAINERS: Add entry for QAIC driver > > Karol Wachowski (1): > accel/ivpu: Remove D3hot delay for Meteorlake > > Krzysztof Kozlowski (5): > dt-bindings: display: sitronix,st7789v: document dc-gpios > dt-bindings: display: xinpeng,xpp055c272: document port > dt-bindings: display: feiyang,fy07024di26a30d: document port > dt-bindings: display: elida,kd35t133: document port and rotation > dt-bindings: display: sitronix,st7701: document port and rotation > > Luca Ceresoli (2): > drm: bridge: ldb: add missing \n in dev_warn() string > drm: bridge: ldb: add support for using channel 1 only > > Marek Vasut (3): > drm/bridge: tc358767: Enable DSI burst mode, LPM, non-continuous c= lock > dt-bindings: display: Start the info graphics with HS/VS change > drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT pack= et > > Pin-yen Lin (1): > drm/bridge: ps8640: Use constant sleep time for polling hpd > > Pranjal Ramajor Asha Kanojiya (1): > accel/qaic: Add mhi_qaic_cntl > > Qiang Yu (3): > Revert "drm/lima: add show_fdinfo for drm usage stats" > Revert "drm/lima: allocate unique id per drm_file" > Revert "drm/lima: add usage counting method to ctx_mgr" > > Rob Clark (1): > drm/vblank: Fix for drivers that do not drm_vblank_init() > > Simon Ser (2): > drm/prime: reject DMA-BUF attach when get_sg_table is missing > drm/vram-helper: turn on PRIME import/export > > Sui Jingfeng (1): > video/aperture: Fix typos in comments > > Thomas Hellstr=C3=B6m (3): > drm/ttm/pool: Fix ttm_pool_alloc error path > drm/ttm: Reduce the number of used allocation orders for TTM pages > drm/ttm: Make the call to ttm_tt_populate() interruptible when fau= lting > > Ville Syrj=C3=A4l=C3=A4 (1): > drm/scdc-helper: Pimp SCDC debugs > > Documentation/accel/index.rst | 1 + > Documentation/accel/qaic/aic100.rst | 510 ++++++ > Documentation/accel/qaic/index.rst | 13 + > Documentation/accel/qaic/qaic.rst | 170 ++ > .../bindings/display/panel/elida,kd35t133.yaml | 9 + > .../display/panel/feiyang,fy07024di26a30d.yaml | 8 + > .../bindings/display/panel/panel-timing.yaml | 46 +- > .../bindings/display/panel/sitronix,st7701.yaml | 9 + > .../bindings/display/panel/sitronix,st7789v.yaml | 4 + > .../bindings/display/panel/xinpeng,xpp055c272.yaml | 8 + > MAINTAINERS | 10 + > drivers/accel/Kconfig | 1 + > drivers/accel/Makefile | 1 + > drivers/accel/ivpu/ivpu_drv.c | 4 + > drivers/accel/qaic/Kconfig | 23 + > drivers/accel/qaic/Makefile | 13 + > drivers/accel/qaic/mhi_controller.c | 563 ++++++ > drivers/accel/qaic/mhi_controller.h | 16 + > drivers/accel/qaic/mhi_qaic_ctrl.c | 569 ++++++ > drivers/accel/qaic/mhi_qaic_ctrl.h | 12 + > drivers/accel/qaic/qaic.h | 282 +++ > drivers/accel/qaic/qaic_control.c | 1526 +++++++++++++= +++ > drivers/accel/qaic/qaic_data.c | 1902 +++++++++++++= +++++++ > drivers/accel/qaic/qaic_drv.c | 647 +++++++ > drivers/gpu/drm/ast/ast_drv.c | 16 +- > drivers/gpu/drm/bridge/fsl-ldb.c | 103 +- > drivers/gpu/drm/bridge/lontium-lt8912b.c | 1 - > drivers/gpu/drm/bridge/parade-ps8640.c | 2 +- > drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 8 +- > drivers/gpu/drm/bridge/tc358767.c | 4 +- > drivers/gpu/drm/bridge/ti-sn65dsi83.c | 8 +- > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 4 +- > drivers/gpu/drm/display/drm_scdc_helper.c | 46 +- > drivers/gpu/drm/drm_atomic_helper.c | 6 + > drivers/gpu/drm/drm_fb_helper.c | 53 +- > drivers/gpu/drm/drm_prime.c | 6 +- > drivers/gpu/drm/drm_vblank.c | 10 +- > drivers/gpu/drm/i915/display/intel_ddi.c | 4 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 8 +- > drivers/gpu/drm/lima/lima_drv.c | 6 +- > drivers/gpu/drm/panel/panel-edp.c | 1 + > drivers/gpu/drm/tegra/sor.c | 15 +- > drivers/gpu/drm/ttm/ttm_bo_vm.c | 13 +- > drivers/gpu/drm/ttm/ttm_pool.c | 111 +- > drivers/gpu/drm/vc4/vc4_hdmi.c | 21 +- > drivers/staging/sm750fb/sm750.c | 16 +- > drivers/video/aperture.c | 8 +- > drivers/video/fbdev/aty/radeon_base.c | 10 +- > include/drm/display/drm_scdc_helper.h | 7 +- > include/drm/drm_gem_vram_helper.h | 4 +- > include/uapi/drm/qaic_accel.h | 397 ++++ > 51 files changed, 7004 insertions(+), 231 deletions(-) > create mode 100644 Documentation/accel/qaic/aic100.rst > create mode 100644 Documentation/accel/qaic/index.rst > create mode 100644 Documentation/accel/qaic/qaic.rst > create mode 100644 drivers/accel/qaic/Kconfig > create mode 100644 drivers/accel/qaic/Makefile > create mode 100644 drivers/accel/qaic/mhi_controller.c > create mode 100644 drivers/accel/qaic/mhi_controller.h > create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.c > create mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.h > create mode 100644 drivers/accel/qaic/qaic.h > create mode 100644 drivers/accel/qaic/qaic_control.c > create mode 100644 drivers/accel/qaic/qaic_data.c > create mode 100644 drivers/accel/qaic/qaic_drv.c > create mode 100644 include/uapi/drm/qaic_accel.h --=20 Jani Nikula, Intel Open Source Graphics Center