Merge "sdm: drm: Read Panel HDR caps"

This commit is contained in:
Linux Build Service Account
2017-07-14 03:57:08 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 16 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
#include "xf86drm.h"
#include "xf86drmMode.h"
#include <drm/msm_drm.h>
namespace sde_drm {
@@ -412,6 +413,7 @@ struct DRMConnectorInfo {
int hmin;
bool roi_merge;
DRMRotation panel_orientation;
drm_panel_hdr_properties panel_hdr_prop;
};
/* Identifier token for a display */