From patchwork Fri Aug 4 16:45:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Morgan X-Patchwork-Id: 710702 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A710C001DB for ; Fri, 4 Aug 2023 16:45:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230005AbjHDQpP (ORCPT ); Fri, 4 Aug 2023 12:45:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbjHDQpO (ORCPT ); Fri, 4 Aug 2023 12:45:14 -0400 Received: from mail-yw1-x1135.google.com (mail-yw1-x1135.google.com [IPv6:2607:f8b0:4864:20::1135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1D1BE7 for ; Fri, 4 Aug 2023 09:45:13 -0700 (PDT) Received: by mail-yw1-x1135.google.com with SMTP id 00721157ae682-583ae4818c8so24535797b3.3 for ; Fri, 04 Aug 2023 09:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1691167513; x=1691772313; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=XZtH2kloa6QLDzCHyNDaNCnwyfiQCQAHnn2Es3d2qE4=; b=Fqtm7RUL/LlO5i2G8bayyJG5clPUcpemhU0uXK9YSzX6f2/5j4QjybpOJh0c37qar8 hPN5mNULhzwhW3IVcrGJU65uaV4isWGciHdbZzMjLa/AcrRDyLrFvF54CRwKLfUMehdo +T5a7ZiU+XCAn3O2AR6a64SyjHoIh8qd1aFQIhDq3wmVfhZZVI54j7Wqo6SO5hWSgHV9 XDbfCv91tB+ynGglXgarI4HUh1sGzhBTb4hC8B6RklZTpj0ZzFsoR8DaxRIozt9Xj30k odmOFlurXJrjpxNkKv2dB/ovF/Kqy3NJGUWBIvFbWwouhLzOXalqO/H5rPZ9mxS5n7il gk4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691167513; x=1691772313; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=XZtH2kloa6QLDzCHyNDaNCnwyfiQCQAHnn2Es3d2qE4=; b=R3vH+7tzuYSOwAjM6ZU5KAJIKiIYOaQA2oeZe72OXkztx/hcDwK70QPGYqxAhGZLz2 NQTk9tJiCS7cAwsqjLUOLTSjWcOaC6ZpheLcc2EYjmlECL8zV4BjhSjpEQrJ+6rUd64w uvbIrn+M7+kTYnr3Wbzrj/U5yuX0oMliblr9BDnhAJCeI9xRHA7PgwUyz97SElo50D7t 0aWRhlsShQxaJKRdMszx8zKRfI3phiiGrOEtktneUeA+PiyA5hINu+jhCtm1l3ULolWN DRWdU5SlrVmKOhcJaRj6R90Iv0GqYeOjedk60lVRpfP39YbP0CcbBKr+Shjsd/Wlizqt 1IGw== X-Gm-Message-State: AOJu0YyyCqow/JPXSprFr4m/RUoyDsYtS+zADgPSIJDIB1roolmGq6z2 eLS+57SJWVSWtk6CKn7ZOsg= X-Google-Smtp-Source: AGHT+IEqpDsYuMfSaI3R4E5uhLP79V7LLfP1Lir+pGyO5HSv1afCGj9DTHJJC6o+NmWc+KfkWvMypQ== X-Received: by 2002:a81:a18d:0:b0:586:cf7:2207 with SMTP id y135-20020a81a18d000000b005860cf72207mr2296911ywg.14.1691167513019; Fri, 04 Aug 2023 09:45:13 -0700 (PDT) Received: from localhost.localdomain ([75.28.21.198]) by smtp.gmail.com with ESMTPSA id j63-20020a816e42000000b00582fae92aa7sm825248ywc.93.2023.08.04.09.45.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Aug 2023 09:45:12 -0700 (PDT) From: Chris Morgan To: dri-devel@lists.freedesktop.org Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, daniel@ffwll.ch, airlied@gmail.com, sam@ravnborg.org, neil.armstrong@linaro.org, Chris Morgan Subject: [PATCH 1/2] dt-bindings: display: newvision,nv3051d: Add Anbernic 351V Support Date: Fri, 4 Aug 2023 11:45:02 -0500 Message-Id: <20230804164503.135169-2-macroalpha82@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230804164503.135169-1-macroalpha82@gmail.com> References: <20230804164503.135169-1-macroalpha82@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Chris Morgan Document the Anbernic RG351V panel, which appears to be identical to the panel used in their 353 series except for in inclusion of an additional DSI format flag. Signed-off-by: Chris Morgan Reviewed-by: Krzysztof Kozlowski --- .../display/panel/newvision,nv3051d.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml index 116c1b6030a2..1226db3613e6 100644 --- a/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml +++ b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml @@ -8,8 +8,8 @@ title: NewVision NV3051D based LCD panel description: | The NewVision NV3051D is a driver chip used to drive DSI panels. For now, - this driver only supports the 640x480 panels found in the Anbernic RG353 - based devices. + this driver only supports the 640x480 panels found in the Anbernic RG351 + and 353 based devices. maintainers: - Chris Morgan @@ -19,11 +19,15 @@ allOf: properties: compatible: - items: - - enum: - - anbernic,rg353p-panel - - anbernic,rg353v-panel - - const: newvision,nv3051d + oneOf: + - items: + - enum: + - anbernic,rg353p-panel + - anbernic,rg353v-panel + - const: newvision,nv3051d + + - items: + - const: anbernic,rg351v-panel reg: true backlight: true From patchwork Fri Aug 4 16:45:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Morgan X-Patchwork-Id: 710361 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BADCC04A6A for ; Fri, 4 Aug 2023 16:45:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229534AbjHDQpQ (ORCPT ); Fri, 4 Aug 2023 12:45:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229812AbjHDQpP (ORCPT ); Fri, 4 Aug 2023 12:45:15 -0400 Received: from mail-yw1-x1136.google.com (mail-yw1-x1136.google.com [IPv6:2607:f8b0:4864:20::1136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D7B9B2 for ; Fri, 4 Aug 2023 09:45:14 -0700 (PDT) Received: by mail-yw1-x1136.google.com with SMTP id 00721157ae682-584034c706dso24847207b3.1 for ; Fri, 04 Aug 2023 09:45:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1691167514; x=1691772314; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=heTCs7dsv6GvWxFtBKhqH5NxQvlDCWaKtVOhiBVjHzo=; b=TInh3hRhBr8KOCnYQq6q9//bUQoBDfdSnKFkkt6lsRUqjHDHQNzbzIlmnsOV/9Qf4P 2Z/RY6OHVz5wbEi8WHJBmec7UlgqiI4r+HkPWHG4s4W+DP39VSW535rAq7E1aeV4tpz3 lMTQJcB/Bo8AxaYlPGfCazvrs2xNvWA225Gf5OQdqfVyaB+mFbdmsI4Ts/0y7tui3EtC idl4MmJLHhJ8aBbyRvlpkUJaWWK7bwPHioS01TIpK7Q7x13w6+x5xd1qgHepyFoTvyT6 G7w7ylsi48NQwrkA3o8ET+qTiVNKcR11AsW31D6aKnT3uilFj+UW5CYgqszaaKoFgOfN NXLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691167514; x=1691772314; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=heTCs7dsv6GvWxFtBKhqH5NxQvlDCWaKtVOhiBVjHzo=; b=fdJHeV9leaumGqm96Pf46SYq4NCwFNYvDJA/tgyXITOqum6cL0lCyzagVbt+DLLGhI 16v2AhIRy8D1eyBo0tGWZBSeh/oE2TAMNuFzzvvIzyeLnWfTCKlrH2KIy2erDLtpCoMe 8SxmGa47Zg7Gr5A2iHzsPnkRjYNBy57gQsWCHjb+VzOU7n5jUYzF67NL9XLfZ6FTwA3V sviXcXQUSmL3TuhcaSR/U4OOqbor3QDjut/PMnPD1crJ6VlM7NxKQlRMunGNS6/k7U59 ykE/gl2AQenwDXyZd2WCkfC3FCQTg9qoOUXqiJbYZXnVSH7GSjrE0abNBZv+c4BRIfce Uq8g== X-Gm-Message-State: AOJu0Yxe4xLK3LbtQk9xXNEo+r8ZWzqxkOKdcgbucrJIcyC6F4SMwECf GxnvKffKElBcCMHKVnCVlbU= X-Google-Smtp-Source: AGHT+IHTGB14ZbpyJgjwdEyv82+UY4dSBA5dU/gamPpHwG27emZI22leB43lLUAhHDLmUfdr5lKneg== X-Received: by 2002:a0d:f6c4:0:b0:583:523e:6569 with SMTP id g187-20020a0df6c4000000b00583523e6569mr2104490ywf.17.1691167513746; Fri, 04 Aug 2023 09:45:13 -0700 (PDT) Received: from localhost.localdomain ([75.28.21.198]) by smtp.gmail.com with ESMTPSA id j63-20020a816e42000000b00582fae92aa7sm825248ywc.93.2023.08.04.09.45.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Aug 2023 09:45:13 -0700 (PDT) From: Chris Morgan To: dri-devel@lists.freedesktop.org Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, daniel@ffwll.ch, airlied@gmail.com, sam@ravnborg.org, neil.armstrong@linaro.org, Chris Morgan Subject: [PATCH 2/2] drm/panel: nv3051d: Add Support for Anbernic 351V Date: Fri, 4 Aug 2023 11:45:03 -0500 Message-Id: <20230804164503.135169-3-macroalpha82@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230804164503.135169-1-macroalpha82@gmail.com> References: <20230804164503.135169-1-macroalpha82@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Chris Morgan Add support for the Anbernic 351V. Just like the 353 series the underlying vendor is unknown/unmarked (at least not visible in a non-destructive manner). The panel had slightly different init sequences and timings in the BSP kernel, but works fine with the same ones used in the existing driver. The panel will not work without the inclusion of the MIPI_DSI_CLOCK_NON_CONTINUOUS flag, and this flag prevents the 353 series from working correctly, so a new compatible string is added. Tested colors and timings using modetest and all seem to work identical to the 353 otherwise. Signed-off-by: Chris Morgan --- .../gpu/drm/panel/panel-newvision-nv3051d.c | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-newvision-nv3051d.c b/drivers/gpu/drm/panel/panel-newvision-nv3051d.c index a07958038ffd..dc0d6dcca683 100644 --- a/drivers/gpu/drm/panel/panel-newvision-nv3051d.c +++ b/drivers/gpu/drm/panel/panel-newvision-nv3051d.c @@ -28,6 +28,7 @@ struct nv3051d_panel_info { unsigned int num_modes; u16 width_mm, height_mm; u32 bus_flags; + unsigned long mode_flags; }; struct panel_nv3051d { @@ -385,8 +386,7 @@ static int panel_nv3051d_probe(struct mipi_dsi_device *dsi) dsi->lanes = 4; dsi->format = MIPI_DSI_FMT_RGB888; - dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | - MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_NO_EOT_PACKET; + dsi->mode_flags = ctx->panel_info->mode_flags; drm_panel_init(&ctx->panel, &dsi->dev, &panel_nv3051d_funcs, DRM_MODE_CONNECTOR_DSI); @@ -480,10 +480,24 @@ static const struct nv3051d_panel_info nv3051d_rgxx3_info = { .width_mm = 70, .height_mm = 57, .bus_flags = DRM_BUS_FLAG_DE_LOW | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE, + .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | + MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_NO_EOT_PACKET, +}; + +static const struct nv3051d_panel_info nv3051d_rg351v_info = { + .display_modes = nv3051d_rgxx3_modes, + .num_modes = ARRAY_SIZE(nv3051d_rgxx3_modes), + .width_mm = 70, + .height_mm = 57, + .bus_flags = DRM_BUS_FLAG_DE_LOW | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE, + .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | + MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_NO_EOT_PACKET | + MIPI_DSI_CLOCK_NON_CONTINUOUS, }; static const struct of_device_id newvision_nv3051d_of_match[] = { { .compatible = "newvision,nv3051d", .data = &nv3051d_rgxx3_info }, + { .compatible = "anbernic,rg351v-panel", .data = &nv3051d_rg351v_info }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, newvision_nv3051d_of_match);