Re: [PATCH v4] drm/ast: Add Atomic gamma lut support for aspeed

2022-10-05 Thread Jocelyn Falempe
On 30/09/2022 12:45, Thomas Zimmermann wrote: Hi, looks good to me. Let's wait until next week before landing the patch, so that others can comment on it. applied to drm-misc-next Thanks, -- Jocelyn Best regards Thomas Am 30.09.22 um 11:47 schrieb Jocelyn Falempe: The current ast driv

Re: [PATCH v4] drm/ast: Add Atomic gamma lut support for aspeed

2022-09-30 Thread Thomas Zimmermann
Hi, looks good to me. Let's wait until next week before landing the patch, so that others can comment on it. Best regards Thomas Am 30.09.22 um 11:47 schrieb Jocelyn Falempe: The current ast driver only supports legacy gamma interface. This also fixes a Gnome3/Wayland error which incorrectly

[PATCH v4] drm/ast: Add Atomic gamma lut support for aspeed

2022-09-30 Thread Jocelyn Falempe
The current ast driver only supports legacy gamma interface. This also fixes a Gnome3/Wayland error which incorrectly adds gamma to atomic commit: "Page flip discarded: CRTC property (GAMMA_LUT) not found" I only tested remotely, so I wasn't able to check that it had an effect on the VGA output. B