Add display dynamic freq coex table.
Bug: 276401956 Test: verify files generate on device Change-Id: I8555b25ed0fe1756f22d516772634421d9e592e0
This commit is contained in:
parent
03f7aa11a5
commit
a1a6faa971
3 changed files with 56 additions and 0 deletions
|
@ -59,6 +59,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# lhbm peak brightness delay: decided by kernel
|
# lhbm peak brightness delay: decided by kernel
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.primarydisplay.lhbm.frames_to_reach_peak_brightness=0
|
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
|
# Camera
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
||||||
|
|
36
radio/coex/Android.bp
Normal file
36
radio/coex/Android.bp
Normal 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"
|
||||||
|
}
|
14
radio/coex/display_primary_mipi_coex_table.csv
Normal file
14
radio/coex/display_primary_mipi_coex_table.csv
Normal 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
|
|
Loading…
Add table
Add a link
Reference in a new issue