[PATCH 2/8] drm: Add DU CMM support boot and clk changes

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh This is the out-of-tree patch for DU CMM driver support from Yocto release v3.4.0. Link: https://github.com/renesas-rcar/du_cmm/commit/2d8ea2b667ad4616aa639c54ecc11f7c4b58959d.patch Following is from the patch description: du_cmm: Release for Yocto v3.4.0

[PATCH 3/8] drm: rcar-du: Give a name to clu table samples

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh Replace the hardcoded value of clu table sample count with a meaningful name. Signed-off-by: Harsha M M This is the out-of-tree patch for DU CMM driver support from Yocto release v3.6.0. The part of this patch adding CMM support to the new Rcar E3 (R8A77

[PATCH 0/8] v4.19.0 Added Color Management Module

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh This patchset adds rcar- display unit color management module (CMM) function feature, Which allows correction and adjustment of the display data, through updating Look up table (gamma) and Cubic look up table (CTM) property values Base color management module

[PATCH 7/8] drm: rcar-du: update gamma and ctm properties in commit tail

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh Update gamma and ctm properties if there is a change. Signed-off-by: Harsha M M - Fix compilation issues when for_each_crtc_in_state is not defined - Resolved checkpatch errors - Resolved merge conflicts according to latest version Signed-off-by: kalak

[PATCH 5/8] drm: rcar-du: Implement interfaces to set clu and lut using drm data structures

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh Impelement interfaces in cmm to set clu and lut tables using standard drm data structures as input. Signed-off-by: Harsha M M - Resolved checkpatch errors - Resolved merge conflicts according to latest version Signed-off-by: kalakodima venkata rajes

[PATCH 1/8] drm: Add DU CMM support functions

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh This is the out-of-tree patch for DU CMM driver support from Yocto release v3.4.0. Link: https://github.com/renesas-rcar/du_cmm/commit/2d8ea2b667ad4616aa639c54ecc11f7c4b58959d.patch Following is from the patch description: du_cmm: Release for Yocto v3.4.0

[PATCH 8/8] drm: rcar-du: Add shutdown callback function in platform_driver

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh When rebooting, the Display driver is accessing H/W (reading DDR). Therefore, there is a problem of hanging when setting DDR to self refresh mode. This patch implement the shutdown function and solve this problem by stopping H/W access. In addtion, on the ulcb bo

[PATCH 4/8] drm: rcar-du: Refactor the code with new functions

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh - Introduce new functions for queueing clu and lut events. - Functionality remains same, only some code is moved to new functions. Signed-off-by: Harsha M M - Resolved checkpatch errors - Resolved merge conflicts according to latest versio

[PATCH 6/8] drm: rcar-du: Implement atomic_check to check for gamma and ctm properties

2019-04-04 Thread VenkataRajesh.Kalakodima
From: kalakodima venkata rajesh Implement atomic helper check and allocate memory necessary for lut and clu tables Signed-off-by: Harsha M M - Resolved checkpatch errors - Resolved merge conflicts according to latest version Signed-off-by: kalakodima venkata rajesh --- dr