sdm: drm: Add support for global dither feature
This change adds support for global dither v1 feature.
Change-Id: I8911e2c422e7a6b7c07276cda8fca0c3c8b5ce81
diff --git a/libdrmutils/drm_interface.h b/libdrmutils/drm_interface.h
index 97660ea..b7bfb4c 100644
--- a/libdrmutils/drm_interface.h
+++ b/libdrmutils/drm_interface.h
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2017, The Linux Foundation. All rights reserved.
+* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -311,6 +311,12 @@
*/
CONNECTOR_SET_CRTC,
/*
+ * Op: Sets PP feature
+ * Arg: uint32_t - Connector ID
+ * DRMPPFeatureInfo * - PP feature data pointer
+ */
+ CONNECTOR_SET_POST_PROC,
+ /*
* Op: Sets connector hdr metadata
* Arg: uint32_t - Connector ID
* drm_msm_ext_hdr_metadata - hdr_metadata
@@ -531,6 +537,7 @@
uint32_t version;
uint32_t payload_size;
void *payload;
+ uint32_t object_type;
};
enum DRMCscType {