commit | dfae05c23e5ab75c45586117ec29c3544c629d39 | [log] [tgz] |
---|---|---|
author | Pullakavi Srinivas <spullaka@codeaurora.org> | Fri Feb 22 14:56:22 2019 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Mar 13 05:16:09 2019 -0700 |
tree | 1a47d26e482d92d0de811701cb06257c996251b1 | |
parent | cda00c4f4c531f1c94127f181206c193ea0195f2 [diff] [blame] |
sdm: Add support to parse mnoc port count and width. CRs-Fixed: 2393384 Change-Id: Icbe63f9d9844a1d1daad230d80fe35865aa68030
diff --git a/libdrmutils/drm_interface.h b/libdrmutils/drm_interface.h index d0f1b81..5620164 100644 --- a/libdrmutils/drm_interface.h +++ b/libdrmutils/drm_interface.h
@@ -507,6 +507,8 @@ uint32_t min_prefill_lines = 0; int secure_disp_blend_stage = -1; bool concurrent_writeback = false; + uint32_t num_mnocports; + uint32_t mnoc_bus_width; }; enum struct DRMPlaneType {