summaryrefslogtreecommitdiff
path: root/sdm/libs/core/drm/hw_device_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdm/libs/core/drm/hw_device_drm.h')
-rw-r--r--sdm/libs/core/drm/hw_device_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdm/libs/core/drm/hw_device_drm.h b/sdm/libs/core/drm/hw_device_drm.h
index 203b6bb6..728b47c5 100644
--- a/sdm/libs/core/drm/hw_device_drm.h
+++ b/sdm/libs/core/drm/hw_device_drm.h
@@ -157,6 +157,7 @@ class HWDeviceDRM : public HWInterface {
bool disable_fbid_cache_ = false;
std::unordered_map<uint64_t, std::shared_ptr<LayerBufferObject>> output_buffer_map_ {};
BufferAllocator *buffer_allocator_ = {};
+ const uint8_t fbid_cache_limit_ = 16;
};
protected: