RE: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Klymenko, Anatoliy
horst ; Maxime Ripard > ; Simek, Michal ; Simona > Vetter ; Thomas Zimmermann ; > Tomi Valkeinen ; linux-arm- > ker...@lists.infradead.org; linux-ker...@vger.kernel.org > Subject: Re: [PATCH] drm: xlnx: zynqmp_dp: Support > DRM_FORMAT_XRGB > > Caution: This message o

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Mike Looijmans
On 30-06-2025 10:21, Laurent Pinchart wrote: On Mon, Jun 30, 2025 at 10:03:16AM +0200, Mike Looijmans wrote: On 27-06-2025 20:19, Laurent Pinchart wrote: On Fri, Jun 27, 2025 at 04:50:46PM +0200, Mike Looijmans wrote: XRGB is the default mode that Xorg will want to use. Add support for thi

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Mike Looijmans
On 30-06-2025 11:29, Maxime Ripard wrote: On Mon, Jun 30, 2025 at 12:11:56PM +0300, Laurent Pinchart wrote: On Mon, Jun 30, 2025 at 10:27:55AM +0200, Maxime Ripard wrote: On Mon, Jun 30, 2025 at 10:03:16AM +0200, Mike Looijmans wrote: On 27-06-2025 20:19, Laurent Pinchart wrote: On Fri, Jun 2

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Maxime Ripard
On Mon, Jun 30, 2025 at 02:30:08PM +0300, Laurent Pinchart wrote: > On Mon, Jun 30, 2025 at 12:52:48PM +0200, Maxime Ripard wrote: > > On Mon, Jun 30, 2025 at 12:33:35PM +0300, Laurent Pinchart wrote: > > > On Mon, Jun 30, 2025 at 11:29:08AM +0200, Maxime Ripard wrote: > > > > On Mon, Jun 30, 2025

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Laurent Pinchart
On Mon, Jun 30, 2025 at 12:52:48PM +0200, Maxime Ripard wrote: > On Mon, Jun 30, 2025 at 12:33:35PM +0300, Laurent Pinchart wrote: > > On Mon, Jun 30, 2025 at 11:29:08AM +0200, Maxime Ripard wrote: > > > On Mon, Jun 30, 2025 at 12:11:56PM +0300, Laurent Pinchart wrote: > > > > On Mon, Jun 30, 2025

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Maxime Ripard
On Mon, Jun 30, 2025 at 12:33:35PM +0300, Laurent Pinchart wrote: > On Mon, Jun 30, 2025 at 11:29:08AM +0200, Maxime Ripard wrote: > > On Mon, Jun 30, 2025 at 12:11:56PM +0300, Laurent Pinchart wrote: > > > On Mon, Jun 30, 2025 at 10:27:55AM +0200, Maxime Ripard wrote: > > > > On Mon, Jun 30, 2025

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Laurent Pinchart
On Mon, Jun 30, 2025 at 11:29:08AM +0200, Maxime Ripard wrote: > On Mon, Jun 30, 2025 at 12:11:56PM +0300, Laurent Pinchart wrote: > > On Mon, Jun 30, 2025 at 10:27:55AM +0200, Maxime Ripard wrote: > > > On Mon, Jun 30, 2025 at 10:03:16AM +0200, Mike Looijmans wrote: > > > > On 27-06-2025 20:19, La

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Maxime Ripard
On Mon, Jun 30, 2025 at 12:11:56PM +0300, Laurent Pinchart wrote: > On Mon, Jun 30, 2025 at 10:27:55AM +0200, Maxime Ripard wrote: > > On Mon, Jun 30, 2025 at 10:03:16AM +0200, Mike Looijmans wrote: > > > On 27-06-2025 20:19, Laurent Pinchart wrote: > > > > On Fri, Jun 27, 2025 at 04:50:46PM +0200,

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Laurent Pinchart
On Mon, Jun 30, 2025 at 10:27:55AM +0200, Maxime Ripard wrote: > On Mon, Jun 30, 2025 at 10:03:16AM +0200, Mike Looijmans wrote: > > On 27-06-2025 20:19, Laurent Pinchart wrote: > > > On Fri, Jun 27, 2025 at 04:50:46PM +0200, Mike Looijmans wrote: > > > > XRGB is the default mode that Xorg will

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Maxime Ripard
On Mon, Jun 30, 2025 at 10:03:16AM +0200, Mike Looijmans wrote: > On 27-06-2025 20:19, Laurent Pinchart wrote: > > Hi Mike, > > > > Thank you for the patch. > > > > On Fri, Jun 27, 2025 at 04:50:46PM +0200, Mike Looijmans wrote: > > > XRGB is the default mode that Xorg will want to use. Add s

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Laurent Pinchart
On Mon, Jun 30, 2025 at 10:03:16AM +0200, Mike Looijmans wrote: > On 27-06-2025 20:19, Laurent Pinchart wrote: > > On Fri, Jun 27, 2025 at 04:50:46PM +0200, Mike Looijmans wrote: > >> XRGB is the default mode that Xorg will want to use. Add support > >> for this to the Zynqmp DisplayPort driver

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-30 Thread Mike Looijmans
On 27-06-2025 20:19, Laurent Pinchart wrote: Hi Mike, Thank you for the patch. On Fri, Jun 27, 2025 at 04:50:46PM +0200, Mike Looijmans wrote: XRGB is the default mode that Xorg will want to use. Add support for this to the Zynqmp DisplayPort driver, so that applications can use 32-bit fra

Re: [PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-27 Thread Laurent Pinchart
Hi Mike, Thank you for the patch. On Fri, Jun 27, 2025 at 04:50:46PM +0200, Mike Looijmans wrote: > XRGB is the default mode that Xorg will want to use. Add support > for this to the Zynqmp DisplayPort driver, so that applications can use > 32-bit framebuffers. This solves that the X server w

[PATCH] drm: xlnx: zynqmp_dp: Support DRM_FORMAT_XRGB8888

2025-06-27 Thread Mike Looijmans
XRGB is the default mode that Xorg will want to use. Add support for this to the Zynqmp DisplayPort driver, so that applications can use 32-bit framebuffers. This solves that the X server would fail to start unless one provided an xorg.conf that sets DefaultDepth to 16. Signed-off-by: Mike Loo