Message ID | 20230426143213.4178586-1-macroalpha82@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/panel: Add Anbernic RG353V-V2 Panel | expand |
Hi, On Wed, 26 Apr 2023 09:32:10 -0500, Chris Morgan wrote: > From: Chris Morgan <macromorgan@hotmail.com> > > Add the NewVision NV3051D panel as found on the second revision of the > RG353V. The underlying LCD panel itself is unknown (ST7703 is the > controller IC). > > Changes from V2: > - Rebased patch series (to address removal of dsi_dcs_write_seq custom > macro). > > [...] Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next-fixes) [1/3] dt-bindings: panel: Add Anbernic RG353V-V2 panel compatible https://cgit.freedesktop.org/drm/drm-misc/commit/?id=e41fef1e43ae86aecc466e8c9e449d7bf71596a7 [2/3] drm/panel: st7703: Rename CMD_UNKNOWN_C6 to CMD_SETECO https://cgit.freedesktop.org/drm/drm-misc/commit/?id=e0310564a7e31d7359a6831226aa9b559c6728a0 [3/3] drm/panel: st7703: Add Anbernic RG353V-V2 Panel Support https://cgit.freedesktop.org/drm/drm-misc/commit/?id=0ed9208cb120086f1b600199c548f00544406fa5
On 27/04/2023 13:47, Neil Armstrong wrote: > Hi, > > On Wed, 26 Apr 2023 09:32:10 -0500, Chris Morgan wrote: >> From: Chris Morgan <macromorgan@hotmail.com> >> >> Add the NewVision NV3051D panel as found on the second revision of the >> RG353V. The underlying LCD panel itself is unknown (ST7703 is the >> controller IC). >> >> Changes from V2: >> - Rebased patch series (to address removal of dsi_dcs_write_seq custom >> macro). >> >> [...] > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next-fixes) Ok, again b4 picks the wrong branch name, it's drm-misc-next here. Neil > > [1/3] dt-bindings: panel: Add Anbernic RG353V-V2 panel compatible > https://cgit.freedesktop.org/drm/drm-misc/commit/?id=e41fef1e43ae86aecc466e8c9e449d7bf71596a7 > [2/3] drm/panel: st7703: Rename CMD_UNKNOWN_C6 to CMD_SETECO > https://cgit.freedesktop.org/drm/drm-misc/commit/?id=e0310564a7e31d7359a6831226aa9b559c6728a0 > [3/3] drm/panel: st7703: Add Anbernic RG353V-V2 Panel Support > https://cgit.freedesktop.org/drm/drm-misc/commit/?id=0ed9208cb120086f1b600199c548f00544406fa5 >
From: Chris Morgan <macromorgan@hotmail.com> Add the NewVision NV3051D panel as found on the second revision of the RG353V. The underlying LCD panel itself is unknown (ST7703 is the controller IC). Changes from V2: - Rebased patch series (to address removal of dsi_dcs_write_seq custom macro). Changes from V1: - Split redefinition of CMD_UNKNOWN_C6 into separate patch. Chris Morgan (3): dt-bindings: panel: Add Anbernic RG353V-V2 panel compatible drm/panel: st7703: Rename CMD_UNKNOWN_C6 to CMD_SETECO drm/panel: st7703: Add Anbernic RG353V-V2 Panel Support .../display/panel/rocktech,jh057n00900.yaml | 2 + drivers/gpu/drm/panel/panel-sitronix-st7703.c | 102 +++++++++++++++++- 2 files changed, 101 insertions(+), 3 deletions(-)