sdm: drm: Add support for global dither feature
This change adds support for global dither v1 feature. Change-Id: I8911e2c422e7a6b7c07276cda8fca0c3c8b5ce81
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
58d0e0f083
commit
5588484573
@@ -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
|
||||
@@ -310,6 +310,12 @@ enum struct DRMOps {
|
||||
* uint32_t - CRTC ID
|
||||
*/
|
||||
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
|
||||
@@ -531,6 +537,7 @@ struct DRMPPFeatureInfo {
|
||||
uint32_t version;
|
||||
uint32_t payload_size;
|
||||
void *payload;
|
||||
uint32_t object_type;
|
||||
};
|
||||
|
||||
enum DRMCscType {
|
||||
|
||||
Reference in New Issue
Block a user