Merge 1713686c42 on remote branch

Change-Id: Ie9a49fdbaf29345d012da1c24edb6f0399e02bb5
This commit is contained in:
Linux Build Service Account
2024-04-05 18:02:50 -07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -182,9 +182,9 @@ struct private_handle_t : public native_handle_t {
base_metadata(0),
gpuaddr(0),
reserved_size(0),
custom_content_md_reserved_size(0),
linear_size(0),
ubwcp_format(format),
custom_content_md_reserved_size(0) {
ubwcp_format(format) {
version = static_cast<int>(sizeof(native_handle));
numInts = NumInts();
numFds = kNumFds;

View File

@@ -132,9 +132,9 @@ struct private_handle_t {
base_metadata(0),
gpuaddr(0),
reserved_size(0),
custom_content_md_reserved_size(0),
linear_size(0),
ubwcp_format(format),
custom_content_md_reserved_size(0) {
ubwcp_format(format) {
version = static_cast<int>(sizeof(native_handle));
numInts = NumInts();
numFds = kNumFds;