Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ac4e32a authored by Prashant Beniwal's avatar Prashant Beniwal Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm: Add flags to memory color feature structure



Flags is used to update number of memcol configs for
Memcol feature. Multiple are used to support L/R configuration.

Change-Id: If339fc923f003dd1cc8b9092aaa1fb17dfaeba4c
Signed-off-by: default avatarPrashant Beniwal <pbeniw@codeaurora.org>
parent 228f5b17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ struct drm_msm_pa_hsic {
 * @hue_region: Hue qualifier.
 * @sat_region: Saturation qualifier.
 * @val_region: Value qualifier.
 * @flags: for customizing operations.
 */
#define DRM_MSM_MEMCOL
struct drm_msm_memcol {
@@ -132,6 +133,7 @@ struct drm_msm_memcol {
	__u32 hue_region;
	__u32 sat_region;
	__u32 val_region;
	__u64 flags;
};

#define DRM_MSM_SIXZONE