Message ID | 20211019215843.42718-1-sigmaris@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/rockchip: support gamma control on RK3399 | expand |
On Tue, 19 Oct 2021 22:58:40 +0100, Hugh Cole-Baker wrote: > This extends the Rockchip VOP driver to support setting the gamma LUT on the > RK3399 SoC. Previously, the driver supported gamma control for the RK3288 > only. On the RK3399 the method for updating the LUT is slightly different. > This implementation was based on the code and description from the vendor > kernel [1]. > > The RK3399 also has the address resources for the VOP general registers and > the gamma LUT located adjacent to each other, not on either side of the IOMMU > address as on the RK3288, but for simplicity this series follows the existing > DT binding which requires the gamma LUT as a second address resource. > > [...] Applied, thanks! [1/3] drm/rockchip: define gamma registers for RK3399 commit: 3ba000d6ae999b99f29afd64814877a5c4406786 [2/3] drm/rockchip: support gamma control on RK3399 commit: 7ae7a6211fe7251543796d5af971acb8c9e2da9e Best regards,
On Tue, 19 Oct 2021 22:58:40 +0100, Hugh Cole-Baker wrote: > This extends the Rockchip VOP driver to support setting the gamma LUT on the > RK3399 SoC. Previously, the driver supported gamma control for the RK3288 > only. On the RK3399 the method for updating the LUT is slightly different. > This implementation was based on the code and description from the vendor > kernel [1]. > > The RK3399 also has the address resources for the VOP general registers and > the gamma LUT located adjacent to each other, not on either side of the IOMMU > address as on the RK3288, but for simplicity this series follows the existing > DT binding which requires the gamma LUT as a second address resource. > > [...] Applied, thanks! [3/3] arm64: dts: rockchip: enable gamma control on RK3399 commit: 3a5247120668041c8e9eb190497296656b66bf9a Best regards,