diff options
author | Varun Arora <varuaror@codeaurora.org> | 2019-02-07 14:25:28 -0800 |
---|---|---|
committer | Varun Arora <varuaror@codeaurora.org> | 2019-02-07 14:25:28 -0800 |
commit | fa90e204a7f95300e1b50a2949b13c7748a62a88 (patch) | |
tree | 6f3c71c42917adcb8d68e4d1e75a3d7be2fcf9e2 /libdrmutils/drm_interface.h | |
parent | b18d78f17059dd961c8f70403d9eb519360c6034 (diff) | |
parent | 467f45c2ca4e5fb076729adb310a352dc1f15928 (diff) |
Merge remote-tracking branch 'quic/display.lnx.5.0' into tip
2/7/2019 FF
Change-Id: I78cdd49ab0f4da7ec24e9009ee5dd2cf0cb94ada
CRs-Fixed: 2395201
Diffstat (limited to 'libdrmutils/drm_interface.h')
-rw-r--r-- | libdrmutils/drm_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdrmutils/drm_interface.h b/libdrmutils/drm_interface.h index 20e3abca..4a474690 100644 --- a/libdrmutils/drm_interface.h +++ b/libdrmutils/drm_interface.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. +* Copyright (c) 2017-2019, 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 @@ -585,6 +585,7 @@ struct DRMModeInfo { int hmin; bool roi_merge; uint64_t bit_clk_rate; + uint32_t transfer_time_us; }; /* Per Connector Info*/ @@ -604,7 +605,6 @@ struct DRMConnectorInfo { uint32_t max_linewidth; DRMRotation panel_orientation; drm_panel_hdr_properties panel_hdr_prop; - uint32_t transfer_time_us; drm_msm_ext_hdr_properties ext_hdr_prop; bool qsync_support; // Connection status of this connector |