Merge "Add display dynamic freq coex table." into udc-qpr-dev

This commit is contained in:
Alan Chen 2023-09-27 03:12:32 +00:00 committed by Android (Google) Code Review
commit b777a7ea65
3 changed files with 56 additions and 0 deletions

View file

@ -59,6 +59,12 @@ PRODUCT_VENDOR_PROPERTIES += \
# lhbm peak brightness delay: decided by kernel
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.primarydisplay.lhbm.frames_to_reach_peak_brightness=0
PRODUCT_SOONG_NAMESPACES += device/google/akita/radio/coex
# Coex Configs
PRODUCT_PACKAGES += \
display_primary_mipi_coex_table
# Camera
PRODUCT_COPY_FILES += \
device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml

36
radio/coex/Android.bp Normal file
View file

@ -0,0 +1,36 @@
//
// Copyright (C) 2023 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
soong_namespace{
}
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "//device/google/akita:device_google_akita_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: [
"//device/google/akita:device_google_akita_license",
],
}
prebuilt_etc {
name: "display_primary_mipi_coex_table",
filename: "display_primary_mipi_coex_table.csv",
vendor: true,
src: "display_primary_mipi_coex_table.csv",
relative_install_path: "modem"
}

View file

@ -0,0 +1,14 @@
500000,551000
798000,836000,500000
925000,960000,500000
1925000,1931000,500000
2539000,2546000,500000
3311000,3313000,500000
3578000,3589000,500000
620000,630000,551000
740000,768000,551000
870000,880000,551000
1870000,1880000,551000
2123000,2128000,551000
2479000,2481000,551000
1 500000,551000
2 798000,836000,500000
3 925000,960000,500000
4 1925000,1931000,500000
5 2539000,2546000,500000
6 3311000,3313000,500000
7 3578000,3589000,500000
8 620000,630000,551000
9 740000,768000,551000
10 870000,880000,551000
11 1870000,1880000,551000
12 2123000,2128000,551000
13 2479000,2481000,551000