diff options
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 |