Message ID | cover.1681734821.git.geert+renesas@glider.be (mailing list archive) |
---|---|
Headers | show |
Series | drm: shmobile: Fixes and enhancements | expand |
Hi Geert, On Mon, Apr 17, 2023 at 03:40:20PM +0200, Geert Uytterhoeven wrote: > Hi all, > > Currently, there are two drivers for the LCD controller on Renesas > SuperH-based and ARM-based SH-Mobile and R-Mobile SoCs: > 1. sh_mobile_lcdcfb, using the fbdev framework, > 2. shmob_drm, using the DRM framework. > However, only the former driver can be used, as all platform support > integrates the former. None of these drivers support DT-based systems. > > This patch series is a first step to enable the SH-Mobile DRM driver for > Renesas ARM-based SH-Mobile and R-Mobile SoCs. The next step planned is > to add DT support. > > Changes compared to v1: > - Add Reviewed-by, > - Drop dependency on ARM. > > This has been tested on the R-Mobile A1-based Atmark Techno > Armadillo-800-EVA development board, using a temporary > platform-enablement patch[1]. > > Thanks for applying to drm-misc! Would you like to request drm-misc committer rights ? :-) > [1] https://lore.kernel.org/r/c03d4edbd650836bf6a96504df82338ec6d800ff.1680272980.git.geert+renesas@glider.be > > > Geert Uytterhoeven (5): > drm: shmobile: Use %p4cc to print fourcc codes > drm: shmobile: Add support for DRM_FORMAT_XRGB8888 > drm: shmobile: Switch to drm_crtc_init_with_planes() > drm: shmobile: Add missing call to drm_fbdev_generic_setup() > drm: shmobile: Make DRM_SHMOBILE visible on Renesas SoC platforms > > drivers/gpu/drm/shmobile/Kconfig | 4 +-- > drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 35 +++++++++++++++++++--- > drivers/gpu/drm/shmobile/shmob_drm_drv.c | 3 ++ > drivers/gpu/drm/shmobile/shmob_drm_kms.c | 9 ++++-- > drivers/gpu/drm/shmobile/shmob_drm_plane.c | 5 ++++ > 5 files changed, 48 insertions(+), 8 deletions(-)
Hi Laurent, On Tue, Apr 18, 2023 at 9:49 AM Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: > On Mon, Apr 17, 2023 at 03:40:20PM +0200, Geert Uytterhoeven wrote: > > Currently, there are two drivers for the LCD controller on Renesas > > SuperH-based and ARM-based SH-Mobile and R-Mobile SoCs: > > 1. sh_mobile_lcdcfb, using the fbdev framework, > > 2. shmob_drm, using the DRM framework. > > However, only the former driver can be used, as all platform support > > integrates the former. None of these drivers support DT-based systems. > > > > This patch series is a first step to enable the SH-Mobile DRM driver for > > Renesas ARM-based SH-Mobile and R-Mobile SoCs. The next step planned is > > to add DT support. > > > > Changes compared to v1: > > - Add Reviewed-by, > > - Drop dependency on ARM. > > > > This has been tested on the R-Mobile A1-based Atmark Techno > > Armadillo-800-EVA development board, using a temporary > > platform-enablement patch[1]. > > > > Thanks for applying to drm-misc! > > Would you like to request drm-misc committer rights ? :-) Don't the listed maintainers for drivers/gpu/drm/shmobile/ don't have such access already? Gr{oetje,eeting}s, Geert
Hi Geert, On Tue, Apr 18, 2023 at 10:00:35AM +0200, Geert Uytterhoeven wrote: > On Tue, Apr 18, 2023 at 9:49 AM Laurent Pinchart wrote: > > On Mon, Apr 17, 2023 at 03:40:20PM +0200, Geert Uytterhoeven wrote: > > > Currently, there are two drivers for the LCD controller on Renesas > > > SuperH-based and ARM-based SH-Mobile and R-Mobile SoCs: > > > 1. sh_mobile_lcdcfb, using the fbdev framework, > > > 2. shmob_drm, using the DRM framework. > > > However, only the former driver can be used, as all platform support > > > integrates the former. None of these drivers support DT-based systems. > > > > > > This patch series is a first step to enable the SH-Mobile DRM driver for > > > Renesas ARM-based SH-Mobile and R-Mobile SoCs. The next step planned is > > > to add DT support. > > > > > > Changes compared to v1: > > > - Add Reviewed-by, > > > - Drop dependency on ARM. > > > > > > This has been tested on the R-Mobile A1-based Atmark Techno > > > Armadillo-800-EVA development board, using a temporary > > > platform-enablement patch[1]. > > > > > > Thanks for applying to drm-misc! > > > > Would you like to request drm-misc committer rights ? :-) > > Don't the listed maintainers for drivers/gpu/drm/shmobile/ don't > have such access already? Actually, as you're taking over maintenance for this driver, would you send a patch to update MAINTAINERS ?