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
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
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
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
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
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
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
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
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