Re:Re:Re: [PATCH v6] rockchip/drm: vop2: add support for gamma LUT

2024-10-29 Thread Piotr Zalewski
Hi Andy > 在 2024-10-28 14:42:28,"Andy Yan" andys...@163.com 写道: > > > Hi Piotr, > > Tested on top of Linux 6.12-rc5 with rk3566-box-demo in a buildroot + > > weston environment: > > weston --backend=drm-backend.so -i 0 --continue-without-input > > weston-simple-egl > > > > simple-egl will draw

Re:Re:Re: [PATCH v6] rockchip/drm: vop2: add support for gamma LUT

2024-10-28 Thread Andy Yan
Hi Piotr, 在 2024-10-28 14:42:28,"Andy Yan" 写道: > >Hi Piotr, >Tested on top of Linux 6.12-rc5 with rk3566-box-demo in a buildroot + > weston environment: >weston --backend=drm-backend.so -i 0 --continue-without-input >weston-simple-egl > > simple-egl will draw a triangle on the des

Re:Re: [PATCH v6] rockchip/drm: vop2: add support for gamma LUT

2024-10-28 Thread Piotr Zalewski
Hi again On Monday, October 28th, 2024 at 5:40 PM, Piotr Zalewski wrote: > On Monday, October 28th, 2024 at 7:42 AM, Andy Yan andys...@163.com wrote: > > > Hi Piotr, > > > Hi Andy > > > Tested on top of Linux 6.12-rc5 with rk3566-box-demo in a buildroot + > > weston environment: > > weston

Re:Re: [PATCH v6] rockchip/drm: vop2: add support for gamma LUT

2024-10-28 Thread Piotr Zalewski
On Monday, October 28th, 2024 at 7:42 AM, Andy Yan wrote: > Hi Piotr, Hi Andy > Tested on top of Linux 6.12-rc5 with rk3566-box-demo in a buildroot + weston > environment: > weston --backend=drm-backend.so -i 0 --continue-without-input > weston-simple-egl Thank you for testing it! > simple-e

Re:Re: [PATCH v6] rockchip/drm: vop2: add support for gamma LUT

2024-10-27 Thread Andy Yan
Hi Piotr, Tested on top of Linux 6.12-rc5 with rk3566-box-demo in a buildroot + weston environment: weston --backend=drm-backend.so -i 0 --continue-without-input weston-simple-egl simple-egl will draw a triangle on the desktop. After the patch applied,the triangle will flicker

Re: [PATCH v6] rockchip/drm: vop2: add support for gamma LUT

2024-10-26 Thread Piotr Zalewski
Hi all, any comments on this? On Thursday, October 17th, 2024 at 12:36 AM, Piotr Zalewski wrote: > Add support for gamma LUT in VOP2 driver. The implementation was inspired > by one found in VOP1 driver. Blue and red channels in gamma LUT register > write were swapped with respect to how gamma

[PATCH v6] rockchip/drm: vop2: add support for gamma LUT

2024-10-16 Thread Piotr Zalewski
Add support for gamma LUT in VOP2 driver. The implementation was inspired by one found in VOP1 driver. Blue and red channels in gamma LUT register write were swapped with respect to how gamma LUT values are written in VOP1. Gamma LUT port selection was added before the write of new gamma LUT table.