[ANNOUNCE] weston 13.0.92

2024-08-21 Thread Marius Vlad
Hi all, This is the beta release for Weston 14.0.0. Changelog since the alpha release: Derek Foreman (1): drm: Remove unnecessary parameter from drm_output_state_alloc() Marius Vlad (1): build: bump to version 13.0.92 for the beta release git tag: 13.0.92 https://gitlab.freedeskt

Re: [PATCH v5 03/44] drm/vkms: Add kunit tests for VKMS LUT handling

2024-08-21 Thread Jeff Johnson
On 8/19/24 13:56, Harry Wentland wrote: > Debugging LUT math is much easier when we can unit test > it. Add kunit functionality to VKMS and add tests for > - get_lut_index > - lerp_u16 > > v5: > - Bring back static for lerp_u16 and get_lut_index (Arthur) > > v4: > - Test the critical points o

Re: [PATCH v5 36/44] drm/amd/display: add 3x4 matrix colorop

2024-08-21 Thread kernel test robot
onfig: arm-randconfig-002-20240821 (https://download.01.org/0day-ci/archive/20240821/202408211016.tkund7h3-...@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 14.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240821/202408211016.tkund7h3-...@intel.com/repr

Re: [PATCH v5 28/44] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block

2024-08-21 Thread kernel test robot
APER block config: x86_64-randconfig-003-20240821 (https://download.01.org/0day-ci/archive/20240821/202408211241.xavubshv-...@intel.com/config) compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1) reproduce (this is a W=1 build): (https://d

Re: [PATCH v5 36/44] drm/amd/display: add 3x4 matrix colorop

2024-08-21 Thread kernel test robot
Hi Harry, kernel test robot noticed the following build errors: [auto build test ERROR on drm/drm-next] [also build test ERROR on drm-exynos/exynos-drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-misc/drm-misc-next drm-tip/drm-tip linus/master v6.11-rc4 next-20240821] [If

Re: [PATCH v5 20/44] drm/tests: Add a few tests around drm_fixed.h

2024-08-21 Thread kernel test robot
config-001-20240821 (https://download.01.org/0day-ci/archive/20240821/202408211157.n8ubzpfl-...@intel.com/config) compiler: hppa-linux-gcc (GCC) 14.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240821/202408211157.n8ubzpfl-...@intel.com/reproduce) If you fix the

Re: [PATCH v5 20/44] drm/tests: Add a few tests around drm_fixed.h

2024-08-21 Thread Jeff Johnson
On 8/19/24 13:56, Harry Wentland wrote: > While working on the CTM implementation of VKMS I had to ascertain > myself of a few assumptions. One of those is whether drm_fixed.h > treats its numbers using signed-magnitude or twos-complement. It is > twos-complement. > > In order to make someone else