[PATCH v5 31/80] drm/panel-mipi-dbi: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: "Noralf Trønnes" Acked-by:

[PATCH v5 13/80] drm/hisilicon/kirin: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Xinliang Liu Cc: Tian Tao Cc: Xinwei Kong Cc: Sumit Semwal Cc: Yongqin Liu Cc: John Stultz Acked-by: John Stultz --- drivers/gpu/drm/hisilicon/kirin/Kconfig | 1 + drivers/gpu/drm/hisilicon/

[PATCH v5 11/80] drm/atmel-hdlcd: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
- use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmermann Cc: Sam Ravnborg Cc: Boris Brezillon Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: Claudiu Beznea Acked-by: Sam Ravnborg --- drivers/gpu/drm/atmel-hlcdc/Kconfig | 1 + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 5 - 2 files chang

[PATCH v5 38/80] drm/sti: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Alain Volmat Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/sti/Kconfig | 1 + drivers/gpu/drm/sti/sti_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sti/Kc

[PATCH v5 29/80] drm/mxsfb/lcdif: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Marek Vasut Cc: Stefan Agner Cc: Shawn Guo Cc: Sascha Hauer Cc: Pengutronix Kernel Team Cc: Fabio Estevam Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/mxsfb/Kconfig | 1 + drivers/gpu/drm/

[PATCH v5 36/80] drm/repaper: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: "Noralf Trønnes" Acked-by:

[PATCH v5 16/80] drm/ili9225: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: David Lechner Acked-by: David Lechner --- dr

[PATCH v5 10/80] drm/aspeed: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION v3: - add DRM_FBDEV_DMA_DRIVER_OPS macro Signed-off-by: Thomas Zimmermann Cc: Joel Stanley Cc: Andrew Jeffery Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/aspeed/Kconfig | 1 + drivers/gpu/drm/aspeed/aspeed_gfx_drv.c | 4 ++

[PATCH v5 33/80] drm/renesas/rcar-du: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Laurent Pinchart Cc: Kieran Bingham Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/renesas/rcar-du/Kconfig | 1 + drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.c | 4 +++- 2 files changed, 4 inser

[PATCH v5 31/80] drm/panel-mipi-dbi: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: "Noralf Trønnes" Acked-by:

[PATCH v5 32/80] drm/pl111: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_color_mode() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Acked-by: Javier Martinez Can

[PATCH v5 28/80] drm/mi0283qt: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: "Noralf Trønnes" Acked-by:

[PATCH v5 19/80] drm/imx/dcss: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Laurentiu Palcu Cc: Lucas Stach Cc: Shawn Guo Cc: Sascha Hauer Cc: Pengutronix Kernel Team Cc: Fabio Estevam Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/imx/dcss/Kconfig| 1 + drivers/gpu/dr

[PATCH v5 16/80] drm/ili9225: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: David Lechner Acked-by: David Lechner --- dr

[PATCH v5 23/80] drm/kmb: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Anitha Chrisanthus Cc: Edmund Dea Acked-by: J

[PATCH v5 14/80] drm/hx8357d: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Acked-by: Javier Martinez Canillas --- drivers/gp

[PATCH v5 08/80] drm/arm/hdlcd: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/Kconfig | 1 + drivers/gpu/drm/arm/hdlcd_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/Kcon

[PATCH v5 07/80] drm/arm/komeda: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/display/Kconfig | 1 + drivers/gpu/drm/arm/display/komeda/komeda_drv.c | 4 ++-- drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 2 ++ 3

[PATCH v5 29/80] drm/mxsfb/lcdif: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Marek Vasut Cc: Stefan Agner Cc: Shawn Guo Cc: Sascha Hauer Cc: Pengutronix Kernel Team Cc: Fabio Estevam Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/mxsfb/Kconfig | 1 + drivers/gpu/drm/

[PATCH v5 18/80] drm/ili9486: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Kamlesh Gurudasani Acked-by: Javier Mar

[PATCH v5 19/80] drm/imx/dcss: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Laurentiu Palcu Cc: Lucas Stach Cc: Shawn Guo Cc: Sascha Hauer Cc: Pengutronix Kernel Team Cc: Fabio Estevam Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/imx/dcss/Kconfig| 1 + drivers/gpu/dr

[PATCH v5 27/80] drm/meson: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Kevin Hilman Cc: Jerome Brunet Cc: Martin Blumenstingl Reviewed-by: Neil Armstrong --- drivers/gpu/drm/meson/Kconfig | 1 + drivers/gpu/drm/meson/meson_drv.c | 4 +++- 2 files chang

[PATCH v5 22/80] drm/ingenic: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Paul Cercueil Acked-by: Paul Cercueil --- drivers/gpu/drm/ingenic/Kconfig | 1 + drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dr

[PATCH v5 22/80] drm/ingenic: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Paul Cercueil Acked-by: Paul Cercueil --- drivers/gpu/drm/ingenic/Kconfig | 1 + drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dr

[PATCH v5 25/80] drm/mcde: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Linus Walleij Acked-by: Linus Walleij Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/mcde/Kconfig| 1 + drivers/gpu/drm/mcde/mcde_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-)

[PATCH v5 03/80] drm/fbdev: Add memory-agnostic fbdev client

2024-09-24 Thread Thomas Zimmermann
client either uses a specified format, the value in preferred_depth or 32-bit RGB. v2: - test for struct drm_fb_helper.funcs for NULL (Sui) - respect struct drm_mode_config.preferred_depth for default format Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm

[PATCH v5 20/80] drm/imx/ipuv3: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_color_mode() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Philipp Zabel Cc: Shawn Gu

[PATCH v5 04/80] drm: Add client-agnostic setup helper

2024-09-24 Thread Thomas Zimmermann
- add CONFIG_DRM_CLIENT_SELECTION und DRM_CLIENT_SETUP v4: - fix docs for drm_client_setup_with_fourcc() (Geert) v3: - fix build error v2: - add drm_client_setup_with_fourcc() (Laurent) - push default-format handling into actual clients Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart --- drivers/gp

[PATCH v5 18/80] drm/ili9486: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Kamlesh Gurudasani Acked-by: Javier Mar

[PATCH v5 25/80] drm/mcde: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Linus Walleij Acked-by: Linus Walleij Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/mcde/Kconfig| 1 + drivers/gpu/drm/mcde/mcde_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-)

[PATCH v5 05/80] drm/fbdev-dma: Support struct drm_driver.fbdev_probe

2024-09-24 Thread Thomas Zimmermann
- based DRM drivers. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm/drm_fbdev_dma.c | 60 - include/drm/drm_fbdev_dma.h | 12 +++ 2 files changed, 48 insertions(+), 24 deletions(-) diff --git a/drivers/gpu/drm

[PATCH v5 04/80] drm: Add client-agnostic setup helper

2024-09-24 Thread Thomas Zimmermann
- add CONFIG_DRM_CLIENT_SELECTION und DRM_CLIENT_SETUP v4: - fix docs for drm_client_setup_with_fourcc() (Geert) v3: - fix build error v2: - add drm_client_setup_with_fourcc() (Laurent) - push default-format handling into actual clients Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart --- drivers/gp

[PATCH v5 23/80] drm/kmb: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Anitha Chrisanthus Cc: Edmund Dea Acked-by: J

[PATCH v5 11/80] drm/atmel-hdlcd: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
- use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmermann Cc: Sam Ravnborg Cc: Boris Brezillon Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: Claudiu Beznea Acked-by: Sam Ravnborg --- drivers/gpu/drm/atmel-hlcdc/Kconfig | 1 + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 5 - 2 files chang

[PATCH v5 12/80] drm/fsl-dcu: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_color_mode() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Stefan Agner Cc: Alison Wang

[PATCH v5 23/80] drm/kmb: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Anitha Chrisanthus Cc: Edmund Dea Acked-by: J

[PATCH v5 10/80] drm/aspeed: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION v3: - add DRM_FBDEV_DMA_DRIVER_OPS macro Signed-off-by: Thomas Zimmermann Cc: Joel Stanley Cc: Andrew Jeffery Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/aspeed/Kconfig | 1 + drivers/gpu/drm/aspeed/aspeed_gfx_drv.c | 4 ++

[PATCH v5 15/80] drm/ili9163: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. Signed-off-by: Thomas Zimmermann Acked-by: Javier Martinez Canillas --- drivers/gpu/drm/tiny/Kconfig | 1 + driver

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers

2024-09-24 Thread Thomas Zimmermann
split off i915/xe changes v2: - add drm_client_setup_with_fourcc() - xe: set fbdev_probe in xe_display_driver_set_hooks() - do cleanups [1] https://lore.kernel.org/dri-devel/20240801100640.462606-4-jfale...@redhat.com/ [2] https://lists.freedesktop.org/archives/dri-devel/2019-March/212113.ht

[PATCH v5 14/80] drm/hx8357d: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Acked-by: Javier Martinez Canillas --- drivers/gp

[PATCH v5 03/80] drm/fbdev: Add memory-agnostic fbdev client

2024-09-24 Thread Thomas Zimmermann
client either uses a specified format, the value in preferred_depth or 32-bit RGB. v2: - test for struct drm_fb_helper.funcs for NULL (Sui) - respect struct drm_mode_config.preferred_depth for default format Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm

[PATCH v5 01/80] drm/fbdev-helper: Move color-mode lookup into 4CC format helper

2024-09-24 Thread Thomas Zimmermann
urent) Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/drm_fb_helper.c | 70 +++-- drivers/gpu/drm/drm_fourcc.c| 30 +- include/drm/drm_fourcc.h| 1 + 3 files changed, 45 insertions(+), 56 deletions(-) diff --

[PATCH v5 12/80] drm/fsl-dcu: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_color_mode() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Stefan Agner Cc: Alison Wang

[PATCH v5 01/80] drm/fbdev-helper: Move color-mode lookup into 4CC format helper

2024-09-24 Thread Thomas Zimmermann
urent) Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/drm_fb_helper.c | 70 +++-- drivers/gpu/drm/drm_fourcc.c| 30 +- include/drm/drm_fourcc.h| 1 + 3 files changed, 45 insertions(+), 56 deletions(-) diff --

[PATCH v5 12/80] drm/fsl-dcu: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_color_mode() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Stefan Agner Cc: Alison Wang

[PATCH v5 08/80] drm/arm/hdlcd: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/Kconfig | 1 + drivers/gpu/drm/arm/hdlcd_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/Kcon

[PATCH v5 07/80] drm/arm/komeda: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/display/Kconfig | 1 + drivers/gpu/drm/arm/display/komeda/komeda_drv.c | 4 ++-- drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 2 ++ 3

[PATCH v5 09/80] drm/arm/malidp: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/Kconfig | 1 + drivers/gpu/drm/arm/malidp_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/Kcon

[PATCH v5 07/80] drm/arm/komeda: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/display/Kconfig | 1 + drivers/gpu/drm/arm/display/komeda/komeda_drv.c | 4 ++-- drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 2 ++ 3

[PATCH v5 06/80] drm/arcgpu: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_fourcc() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION v2: - use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmerman

[PATCH v5 06/80] drm/arcgpu: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_fourcc() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION v2: - use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmerman

[PATCH v5 09/80] drm/arm/malidp: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/Kconfig | 1 + drivers/gpu/drm/arm/malidp_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/Kcon

[PATCH v5 05/80] drm/fbdev-dma: Support struct drm_driver.fbdev_probe

2024-09-24 Thread Thomas Zimmermann
- based DRM drivers. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm/drm_fbdev_dma.c | 60 - include/drm/drm_fbdev_dma.h | 12 +++ 2 files changed, 48 insertions(+), 24 deletions(-) diff --git a/drivers/gpu/drm

[PATCH v5 04/80] drm: Add client-agnostic setup helper

2024-09-24 Thread Thomas Zimmermann
- add CONFIG_DRM_CLIENT_SELECTION und DRM_CLIENT_SETUP v4: - fix docs for drm_client_setup_with_fourcc() (Geert) v3: - fix build error v2: - add drm_client_setup_with_fourcc() (Laurent) - push default-format handling into actual clients Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart --- drivers/gp

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers

2024-09-24 Thread Thomas Zimmermann
split off i915/xe changes v2: - add drm_client_setup_with_fourcc() - xe: set fbdev_probe in xe_display_driver_set_hooks() - do cleanups [1] https://lore.kernel.org/dri-devel/20240801100640.462606-4-jfale...@redhat.com/ [2] https://lists.freedesktop.org/archives/dri-devel/2019-March/212113.ht

[PATCH v5 06/80] drm/arcgpu: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_fourcc() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION v2: - use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmerman

[PATCH v5 08/80] drm/arm/hdlcd: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
t out entirely. v5: - select DRM_CLIENT_SELECTION Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm/arm/Kconfig | 1 + drivers/gpu/drm/arm/hdlcd_drv.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/Kcon

[PATCH v5 02/80] drm/fbdev-helper: Set and clear VGA switcheroo client from fb_info

2024-09-24 Thread Thomas Zimmermann
the same as the one stored in struct drm_client and struct drm_fb_helper, so there is no difference in behavior. Some NULL-pointer checks are being removed, where those pointers cannot be NULL. v4: - clarify call semantics for drm_fb_helper_unregister_info() (Javier) Signed-off-by: Thomas Zimmermann

[PATCH v5 06/80] drm/arcgpu: Run DRM default client setup

2024-09-24 Thread Thomas Zimmermann
Call drm_client_setup_with_fourcc() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. v5: - select DRM_CLIENT_SELECTION v2: - use drm_client_setup_with_fourcc() Signed-off-by: Thomas Zimmerman

[PATCH v5 01/80] drm/fbdev-helper: Move color-mode lookup into 4CC format helper

2024-09-24 Thread Thomas Zimmermann
urent) Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/drm_fb_helper.c | 70 +++-- drivers/gpu/drm/drm_fourcc.c| 30 +- include/drm/drm_fourcc.h| 1 + 3 files changed, 45 insertions(+), 56 deletions(-) diff --

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers

2024-09-24 Thread Thomas Zimmermann
split off i915/xe changes v2: - add drm_client_setup_with_fourcc() - xe: set fbdev_probe in xe_display_driver_set_hooks() - do cleanups [1] https://lore.kernel.org/dri-devel/20240801100640.462606-4-jfale...@redhat.com/ [2] https://lists.freedesktop.org/archives/dri-devel/2019-March/212113.ht

[PATCH v5 03/80] drm/fbdev: Add memory-agnostic fbdev client

2024-09-24 Thread Thomas Zimmermann
client either uses a specified format, the value in preferred_depth or 32-bit RGB. v2: - test for struct drm_fb_helper.funcs for NULL (Sui) - respect struct drm_mode_config.preferred_depth for default format Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm

[PATCH v5 02/80] drm/fbdev-helper: Set and clear VGA switcheroo client from fb_info

2024-09-24 Thread Thomas Zimmermann
the same as the one stored in struct drm_client and struct drm_fb_helper, so there is no difference in behavior. Some NULL-pointer checks are being removed, where those pointers cannot be NULL. v4: - clarify call semantics for drm_fb_helper_unregister_info() (Javier) Signed-off-by: Thomas Zimmermann

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers

2024-09-24 Thread Thomas Zimmermann
split off i915/xe changes v2: - add drm_client_setup_with_fourcc() - xe: set fbdev_probe in xe_display_driver_set_hooks() - do cleanups [1] https://lore.kernel.org/dri-devel/20240801100640.462606-4-jfale...@redhat.com/ [2] https://lists.freedesktop.org/archives/dri-devel/2019-March/212113.ht

[PATCH v5 01/80] drm/fbdev-helper: Move color-mode lookup into 4CC format helper

2024-09-24 Thread Thomas Zimmermann
urent) Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/drm_fb_helper.c | 70 +++-- drivers/gpu/drm/drm_fourcc.c| 30 +- include/drm/drm_fourcc.h| 1 + 3 files changed, 45 insertions(+), 56 deletions(-) diff --

Re: weird error writing a tablature which uses a custom tuning

2024-09-24 Thread Thomas Morley
urrent/scm/lily/tablature.scm: >205:36 3 (tab-note-head::handle-ties #) > In unknown file: >2 (ly:item-break-dir ()) > In ice-9/boot-9.scm: > 1676:22 1 (raise-exception _ #:continuable? _) > In unknown file: >0 (apply-smob/1 # #<&comp?>) > I

[Kernel-packages] [Bug 2081745] Re: Anbox 1.23 Version Application failing

2024-09-24 Thread Thomas Bechtold
** Also affects: linux-aws-6.8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-aws-6.8 in Ubuntu. https://bugs.launchpad.net/bugs/2081745 Title: Anbox 1.23 Version Application f

[Bug 2081745] Re: Anbox 1.23 Version Application failing

2024-09-24 Thread Thomas Bechtold
** Also affects: linux-aws-6.8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081745 Title: Anbox 1.23 Version Application failing To manage not

Re: [ANNOUNCE] Apache NetBeans 23 released

2024-09-23 Thread Owen Thomas
I have been using Netbeans for about 17 years. Although my work might be more insular than that of most others, I have found this IDE has been good for me. My thanks goes to Netbeans. On Fri, 20 Sept 2024 at 22:22, Eric Barboni wrote: > The Apache NetBeans team is pleased to announce that Apach

Updated: mintty 3.7.6

2024-09-23 Thread Thomas Wolff
http://mintty.github.io/ It also links to the issue tracker. -- Thomas -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** The easiest way to unsubscribe is to visit <https://cygwin.com/mailman/options/cygwin-announce>, and click 'Unsubscribe'. If you need more information

[clang] Clang tooling generated visibility macros for Clang (PR #109702)

2024-09-23 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod converted_to_draft https://github.com/llvm/llvm-project/pull/109702 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Clang tooling generated visibility macros for Clang (PR #109702)

2024-09-23 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod edited https://github.com/llvm/llvm-project/pull/109702 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Clang tooling generated visibility macros for Clang (PR #109702)

2024-09-23 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod edited https://github.com/llvm/llvm-project/pull/109702 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Clang tooling generated visibility macros for Clang (PR #109702)

2024-09-23 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod edited https://github.com/llvm/llvm-project/pull/109702 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[kdeconnect] [Bug 493031] Plasma 6.1.90 - Black background when presentation remote is used

2024-09-23 Thread Thomas Braun
https://bugs.kde.org/show_bug.cgi?id=493031 --- Comment #1 from Thomas Braun --- Additional information: inxi -Fz System: Kernel: 6.11.0-arch1-1 arch: x86_64 bits: 64 Desktop: KDE Plasma v: 6.1.90 Distro: EndeavourOS Machine: Type: Laptop System: LENOVO product: 83A2 v: Lenovo V17 G4 IRU

Bug#1082642: ITP: python-vsure -- read and change status of verisure devices through mypages

2024-09-23 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-vsure Version : 2.6.7 Upstream Contact: Per Sandstrom * URL : http://github.com/persandstrom/python-verisure * License : Expat Programming Lang: Python Description : read

Bug#1082642: ITP: python-vsure -- read and change status of verisure devices through mypages

2024-09-23 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-vsure Version : 2.6.7 Upstream Contact: Per Sandstrom * URL : http://github.com/persandstrom/python-verisure * License : Expat Programming Lang: Python Description : read

[clang] [Clang] Add explicit visibility symbol macros (PR #108276)

2024-09-23 Thread Thomas Fransham via cfe-commits
@@ -0,0 +1,69 @@ +//===-- clang/Support/Compiler.h - Compiler abstraction support -*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apa

Bug#1082639: ITP: python-wallbox -- interacting with Wallbox EV charger api

2024-09-23 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-wallbox Version : 0.7.0 Upstream Author : Liviu Chiribuca * URL : https://github.com/cliviu74/wallbox * License : Apache-2.0 Programming Lang: Python Description

Bug#1082639: ITP: python-wallbox -- interacting with Wallbox EV charger api

2024-09-23 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-wallbox Version : 0.7.0 Upstream Author : Liviu Chiribuca * URL : https://github.com/cliviu74/wallbox * License : Apache-2.0 Programming Lang: Python Description

Re: Inconsistent behavior for "Status of Debconf templates l10n with PO files for..." pages

2024-09-23 Thread Thomas Lange
missing entries. (I only checked de, so hopefully it is the case for > all other languages as well.) -- best regards Thomas

[clang] Clang tooling generated visibility macros for Clang (PR #109702)

2024-09-23 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod edited https://github.com/llvm/llvm-project/pull/109702 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: How can I delete photos and videos from my iPhone SE2?

2024-09-23 Thread Margaret Thomas
l, but you can double tap on each photo you want deleted and then there will be a delete button, probably at the bottom. Once you have deleted those, there should be a deleted photos button, and you can open it with a double tap and select all of those and delete them permanently. HTH, Richard

[plasmashell] [Bug 493524] Unable to start plasma/kde

2024-09-23 Thread Thomas Pasch
https://bugs.kde.org/show_bug.cgi?id=493524 --- Comment #2 from Thomas Pasch --- Dear Nate, you are right: my libheif (from fedora-multimedia) was broken. I switch to the 'normal' libheif-freeworld and plasma/kde is working again. Thank you very much! -- You are receiving this ma

[jira] [Created] (CAMEL-21252) Add checking for non .*-versions to sync-properties-maven-plugin

2024-09-23 Thread Thomas Cunningham (Jira)
Thomas Cunningham created CAMEL-21252: - Summary: Add checking for non .*-versions to sync-properties-maven-plugin Key: CAMEL-21252 URL: https://issues.apache.org/jira/browse/CAMEL-21252 Project

[jira] [Assigned] (CAMEL-21252) Add checking for non .*-versions to sync-properties-maven-plugin

2024-09-23 Thread Thomas Cunningham (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-21252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Cunningham reassigned CAMEL-21252: - Assignee: Thomas Cunningham > Add checking for non .*-versions to s

[jira] [Commented] (SPARK-48950) Corrupt data from parquet scans

2024-09-23 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883967#comment-17883967 ] Thomas Newton commented on SPARK-48950: --- I've been doing a

Re: How can I delete photos and videos from my iPhone SE2?

2024-09-23 Thread Margaret Thomas
, are your 4 photos already deleted and you simply want to delete them from the deleted photos or are they still on your iPhone and you want to just delete them from Photos? -Original Message- From: viphone@googlegroups.com On Behalf Of Margaret Thomas Sent: Monday, September 23, 2024 5:25

[outages] Hargray/Sparklight Savannah/SC outage

2024-09-23 Thread Sam Thomas via Outages
Anyone have further information as to RFO or ETTR?___ Outages mailing list Outages@outages.org https://puck.nether.net/mailman/listinfo/outages

[jira] [Updated] (SPARK-48950) Corrupt data from parquet scans

2024-09-23 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Newton updated SPARK-48950: -- Attachment: corrupt_data_examples.zip > Corrupt data from parquet sc

Re: [PATCH 1/4] tests/util/grub-shell-luks-tester: Add missing line to create RET variable in cleanup

2024-09-23 Thread Thomas Schmitt via Grub-devel
code was sleeping cleanup() { RET=$? echo "RET=$RET" } trap cleanup EXIT INT TERM KILL QUIT sleep 10 ls /notexisting I got two output lines: RET=130 RET=2 So without "set -e" cleanup() can be called more than once. I think that grub-shell-luks-tester.in does

Re: How can I delete photos and videos from my iPhone SE2?

2024-09-23 Thread Margaret Thomas
USA "INTROVERTS UNITE ... SEPARATELY IN YOUR OWN HOMES" -- as seen on a T-shirt with a power fist raised My web site: https://www.turner42.com -Original Message- From: viphone@googlegroups.com On Behalf Of Margaret Thomas Sent: Monday, September 23, 2024 5:25 AM To: V iPhone lis

[jira] [Created] (OAK-11139) Allow downloading only recently changed nodes from MongoDB

2024-09-23 Thread Thomas Mueller (Jira)
Thomas Mueller created OAK-11139: Summary: Allow downloading only recently changed nodes from MongoDB Key: OAK-11139 URL: https://issues.apache.org/jira/browse/OAK-11139 Project: Jackrabbit Oak

Re: [PATCH 0/4] Various test fixes proposed by Thomas Schmitt

2024-09-23 Thread Thomas Schmitt via Grub-devel
empty. File grub_cmd_cryptomount.log contains among many "PASS" lines: LUKS2 test with argon2 pbkdf: XFAIL but nothing more enlightening. The last line says PASS grub_cmd_cryptomount (exit status: 0) --- Have a nice day :) Thomas ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH v1 01/14] s390x/s390-virtio-ccw: don't crash on weird RAM sizes

2024-09-23 Thread Thomas Huth
: * Please don't error_setg(&error_fatal, ...), use error_report() and * exit(), because that's more obvious. Thanks, Thomas

[pve-devel] applied-series: partially-applied: [PATCH many v9 00/13] notifications: notification metadata matching improvements

2024-09-23 Thread Thomas Lamprecht
Am 23/09/2024 um 13:27 schrieb Lukas Wagner: > pve-manager has been bumped in the meanwhile, I guess we could now merge the > remaining patches for pve-docs and proxmox-widget-toolkit? > They still apply cleanly and a quick test also showed that everything still > works as expected. thanks for the

[oss-security] CVE-2024-38286: Apache Tomcat: Denial of Service

2024-09-23 Thread Mark Thomas
Affected versions: - Apache Tomcat 11.0.0-M1 through 11.0.0-M20 - Apache Tomcat 10.1.0-M1 through 10.1.24 - Apache Tomcat 9.0.13 through 9.0.89 Description: Allocation of Resources Without Limits or Throttling vulnerability in Apache Tomcat. This issue affects Apache Tomcat: from 11.0.0-M1 t

[oss-security] CVE-2024-46544: Apache Tomcat Connectors: mod_jk: local users can view and modify configuration

2024-09-23 Thread Mark Thomas
Severity: moderate Affected versions: - Apache Tomcat Connectors 1.2.9-beta through 1.2.49 Description: Incorrect Default Permissions vulnerability in Apache Tomcat Connectors allows local users to view and modify shared memory containing mod_jk configuration which may lead to information dis

RE: [nvptx] Fix code-gen for alias attribute

2024-09-23 Thread Thomas Schwinge
sible \\.func foo;$ 1 Grüße Thomas > nvptx: Partial support for aliases to aliases. > > For the following test (adapted from pr96390.c): > > __attribute__((noipa)) int foo () { return 42; } > int bar () __attribute__((alias ("foo"))); > int baz () __attribute__

Re: [Patch, fortran] PR116733: Generic processing of assumed rank objects (f202y)

2024-09-23 Thread Thomas Koenig
Am 23.09.24 um 11:02 schrieb Paul Richard Thomas: Hi All, The moment I saw the DIN4 proposal for "Generic processing of assumed rank objects", I thought that this was a highly intuitive and implementable proposal. I implemented a test version in June and had some correspondence wit

<    6   7   8   9   10   11   12   13   14   15   >