[RESEND PATCH v2 0/6] Add display support on the stm32f746-disco board

Dario Binacchi posted 6 patches 2 years, 8 months ago
There is a newer version of this series
.../bindings/display/panel/panel-simple.yaml  |  2 +
arch/arm/boot/dts/stm32f7-pinctrl.dtsi        | 35 +++++++++++++
arch/arm/boot/dts/stm32f746-disco.dts         | 51 +++++++++++++++++++
arch/arm/boot/dts/stm32f746.dtsi              | 10 ++++
drivers/gpu/drm/panel/panel-simple.c          | 29 +++++++++++
drivers/gpu/drm/stm/drv.c                     |  8 ++-
6 files changed, 134 insertions(+), 1 deletion(-)
[RESEND PATCH v2 0/6] Add display support on the stm32f746-disco board
Posted by Dario Binacchi 2 years, 8 months ago
The series adds support for the display on the stm32f746-disco board,
along with a generic patch that adds the "bpp" parameter to the stm-drm
module. The intention is to allow users to size, within certain limits,
the memory footprint required by the framebuffer.

Changes in v2:
- Add 'Acked-by' tag of Conor Dooley.
- Fix build warning reported by kernel test robot.
- Add 'Reported-by' tag of kernel test robot.

Dario Binacchi (6):
  ARM: dts: stm32: add ltdc support on stm32f746 MCU
  ARM: dts: stm32: add pin map for LTDC on stm32f7
  ARM: dts: stm32: support display on stm32f746-disco board
  dt-bindings: display: simple: add Rocktech RK043FN48H
  drm/panel: simple: add support for Rocktech RK043FN48H panel
  drm/stm: add an option to change FB bpp

 .../bindings/display/panel/panel-simple.yaml  |  2 +
 arch/arm/boot/dts/stm32f7-pinctrl.dtsi        | 35 +++++++++++++
 arch/arm/boot/dts/stm32f746-disco.dts         | 51 +++++++++++++++++++
 arch/arm/boot/dts/stm32f746.dtsi              | 10 ++++
 drivers/gpu/drm/panel/panel-simple.c          | 29 +++++++++++
 drivers/gpu/drm/stm/drv.c                     |  8 ++-
 6 files changed, 134 insertions(+), 1 deletion(-)

-- 
2.32.0
Re: (subset) [RESEND PATCH v2 0/6] Add display support on the stm32f746-disco board
Posted by Neil Armstrong 2 years, 8 months ago
Hi,

On Wed, 07 Jun 2023 08:31:33 +0200, Dario Binacchi wrote:
> The series adds support for the display on the stm32f746-disco board,
> along with a generic patch that adds the "bpp" parameter to the stm-drm
> module. The intention is to allow users to size, within certain limits,
> the memory footprint required by the framebuffer.
> 
> Changes in v2:
> - Add 'Acked-by' tag of Conor Dooley.
> - Fix build warning reported by kernel test robot.
> - Add 'Reported-by' tag of kernel test robot.
> 
> [...]

Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next)

[4/6] dt-bindings: display: simple: add Rocktech RK043FN48H
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c42a37a27c777d63961dd634a30f7c887949491a
[5/6] drm/panel: simple: add support for Rocktech RK043FN48H panel
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=13cdd12a9f934158f4ec817cf048fcb4384aa9dc

-- 
Neil