[ANNOUNCE] libinput 1.28.901

2025-07-09 Thread Peter Hutterer
libinput 1.29-rc1 (1.28.901) is now available. This release brings a large number of internal changes, so we're going through the release-candidate process to iron out potential issues before the proper release. Expect the final 1.29 release in the next few weeks, depending on how much testing fee

Re: [PATCH V10 40/46] drm/colorop: Define LUT_1D interpolation

2025-07-09 Thread Simon Ser
On Tuesday, June 17th, 2025 at 06:27, Alex Hung wrote: > - 1D LUT is no longer immutable (Xaver Hugl) I think we should keep it immutable for now, and we can make it mutable in the future when we want to extend the uAPI to make it switchable by user-space.

Re: [PATCH V10 46/46] drm/amd/display: Disable CRTC degamma when color pipeline is enabled

2025-07-09 Thread Melissa Wen
On 17/06/2025 00:17, Alex Hung wrote: The degamma is to be handled by Color pipeline API. Signed-off-by: Alex Hung --- V10: - Disable CRTC degamma when color pipeline is enabled (Melissa Wen) .../drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c| 15 ++- 1 file changed, 10 ins

Re: [PATCH V10 45/46] drm/amd/display: Ensure 3D LUT for color pipeline

2025-07-09 Thread Melissa Wen
On 17/06/2025 00:17, Alex Hung wrote: Check dpp.hw_3d_lut before creating shaper tf/lut and 3dlut colorops in colorpipeline and handling these colorops. Signed-off-by: Alex Hung --- V10: - Check dpp.hw_3d_lut before creating shaper tf/lut and 3dlut colorops (Melissa Wen) .../amd/dis

Re: [PATCH V10 26/46] drm/amd/display: Add support for sRGB EOTF in DEGAM block

2025-07-09 Thread Melissa Wen
On 17/06/2025 00:17, Alex Hung wrote: Expose one 1D curve colorop with support for DRM_COLOROP_1D_CURVE_SRGB_EOTF and program HW to perform the sRGB transform when the colorop is not in bypass. With this change the following IGT test passes: kms_colorop --run plane-XR30-XR30-srgb_eotf The co

RE: [PATCH V10 33/46] drm: Add Enhanced LUT precision structure

2025-07-09 Thread Borah, Chaitanya Kumar
Hi Alex, > -Original Message- > From: Alex Hung > Sent: Tuesday, June 17, 2025 9:47 AM > To: dri-de...@lists.freedesktop.org; amd-...@lists.freedesktop.org > Cc: wayland-devel@lists.freedesktop.org; harry.wentl...@amd.com; > alex.h...@amd.com; leo@amd.com; ville.syrj...@linux.intel.co