Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intel/media-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 741511a8732e0bfd13586ecc8affe0e33a8b8756
Choose a base ref
..
head repository: intel/media-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7aa05c4ebaf22135ba8fc3ef248962f09e3a063
Choose a head ref
Showing with 7 additions and 7 deletions.
  1. +3 −3 Android.bp
  2. +2 −2 Tools/MediaDriverTools/Android/bp/gmm.tpl
  3. +2 −2 Tools/MediaDriverTools/Android/bp/media_driver.tpl
6 changes: 3 additions & 3 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ common_cflags = [
"-DIGFX_XE_HPG_CMFCPATCH_SUPPORTED",
"-DIGFX_XE_HPG_SUPPORTED",
"-DMEDIA_VERSION=\"24.3.4\"",
"-DMEDIA_VERSION_DETAILS=\"6131193ae\"",
"-DMEDIA_VERSION_DETAILS=\"081fc57f7\"",
"-DVEBOX_AUTO_DENOISE_SUPPORTED=1",
"-D_AV1_DECODE_SUPPORTED",
"-D_AV1_ENCODE_VDENC_SUPPORTED",
@@ -1687,7 +1687,7 @@ cc_library_shared {

header_libs: [
"libva_headers",
"libgmm_headers",
"libigdgmm_headers",
"libcmrt_headers",
],

@@ -1697,7 +1697,7 @@ cc_library_shared {
"libdrm",
"libva",
"liblog",
"libgmm_umd",
"libigdgmm_android",
],

cflags: common_cflags,
4 changes: 2 additions & 2 deletions Tools/MediaDriverTools/Android/bp/gmm.tpl
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ license {
}

cc_library_shared {
name: "libgmm_umd",
name: "libigdgmm_android",
vendor: true,
srcs: [
@LOCAL_SRC_FILES
@@ -76,7 +76,7 @@ cc_library_shared {
}

cc_library_headers {
name: "libgmm_headers",
name: "libigdgmm_headers",
vendor: true,
export_include_dirs: [
"Source/GmmLib/inc",
4 changes: 2 additions & 2 deletions Tools/MediaDriverTools/Android/bp/media_driver.tpl
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ cc_library_shared {
header_libs: [
"libva_headers",
"libgmm_headers",
"libigdgmm_headers",
"libcmrt_headers",
],
@@ -75,7 +75,7 @@ cc_library_shared {
"libdrm",
"libva",
"liblog",
"libgmm_umd",
"libigdgmm_android",
],
cflags: common_cflags,