Re: [PATCH v2] drm/tegra: Remove existing framebuffer only if we support display

2024-02-26 Thread Thomas Zimmermann
Hi Am 23.02.24 um 16:03 schrieb Thierry Reding: From: Thierry Reding Tegra DRM doesn't support display on Tegra234 and later, so make sure not to remove any existing framebuffers in that case. v2: - add comments explaining how this situation can come about - clear DRIVER_MODESET and

Re: [PATCH 3/3] drm/panel: simple: add CMT430B19N00 LCD panel support

2024-02-26 Thread Neil Armstrong
On 23/02/2024 14:45, Jérémie Dautheribes wrote: Add support for Crystal Clear Technology CMT430B19N00 4.3" 480x272 TFT-LCD panel. Signed-off-by: Jérémie Dautheribes --- drivers/gpu/drm/panel/panel-simple.c | 29 1 file changed, 29 insertions(+) diff --git

Re: [PATCH] drm/mediatek: Add MT8188 Overlay Driver Data

2024-02-26 Thread Fei Shao
On Thu, Feb 22, 2024 at 4:43 PM AngeloGioacchino Del Regno wrote: > > Il 21/02/24 17:56, Justin Green ha scritto: > > Add MT8188 overlay driver configuration data. This change consequently > > enables 10-bit overlay support on MT8188 devices. > > > > Tested by running ChromeOS UI on MT8188 and

Re: [PATCH v2 0/2] Fixes for omapdrm console

2024-02-26 Thread Thomas Zimmermann
Hi, looks good. For the series: Reviewed-by: Thomas Zimmermann Am 25.02.24 um 07:46 schrieb Tony Lindgren: Here are two fixes for omapdrm console. Regards, Tony Changes since v1: - Add FB_GEN_DEFAULT_DEFERRED_DMAMEM_OPS to use with FB_DEFAULT_DEFERRED_OPS as suggested by Thomas Tony

[git pull] habanalabs for drm-next-6.9

2024-02-26 Thread Oded Gabbay
Hi Dave, Sima. Habanalabs pull request for 6.9. No uapi changes this time. Just minor features, improvements, code cleanups and bug fixes. Also one small change in accel subsystem file. Full details are in the signed tag. Thanks, Oded The following changes since commit

[PATCH] drm/mediatek: Support MT8195 OVL compatible in mtk_drm_drv

2024-02-26 Thread Fei Shao
Specify the component type for mediatek,mt8195-disp-ovl in the MediaTek DRM driver on top of commit 76cdcb87d391 ("drm/mediatek: Add MT8195 ovl driver support"). With this, the compatible can function as an independent fallback for other display overlays without relying on MT8192. Signed-off-by:

Re: [PATCH] accel: constify the struct device_type usage

2024-02-26 Thread Oded Gabbay
On Mon, Feb 19, 2024 at 04:48:28PM -0300, Ricardo B. Marliere wrote: > Since commit aed65af1cc2f ("drivers: make device_type const"), the driver > core can properly handle constant struct device_type. Move the > accel_sysfs_device_minor variable to be a constant structure as well, > placing it

<    1   2   3   4