drm_hwcomposer: Move include/drmhwcgralloc.h to bufferinfo/BufferInfo.h
... to emphasize its purpose. - Rename struct HwcDrmBo -> struct BufferInfo - Remove unused BufferInfo::acquire_fence, BufferInfo::hal_format and BufferInfo::usage fields Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
This commit is contained in:
parent
8b926a5905
commit
1cbaaf9eeb
22 changed files with 49 additions and 95 deletions
|
|
@ -28,7 +28,7 @@
|
|||
namespace android {
|
||||
|
||||
int DrmHwcLayer::ImportBuffer(DrmDevice *drm_device) {
|
||||
buffer_info = hwc_drm_bo_t{};
|
||||
buffer_info = BufferInfo{};
|
||||
|
||||
int ret = BufferInfoGetter::GetInstance()->ConvertBoInfo(sf_handle,
|
||||
&buffer_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue