Commit Graph

12 Commits

Author SHA1 Message Date
Dhivya Subramanian b76604250c copybit: Fix type conversion error for GCC 4.7
GCC 4.7 has stricter type conversion rules in copybit.cpp

Change-Id: I7f8572e2d9416ccb2ba17e707c7f75a2e69d69cf
2019-04-19 16:08:04 +02:00
Naseer Ahmen ec86d06700 msm8960: copybit: Fix type conversion error for GCC 4.7
GCC 4.7 has stricter type conversion rules

Change-Id: I699cfe1ceafb5728fb8e6f34f7b1996d3c812e7e
2019-01-19 19:56:17 +01:00
Haynes Mathew George dcb016231e display: Fix deprecated log warning
Change-Id: Ib3cb65ea19fa21dca6626080f5117073f0a86766
2018-09-13 23:23:30 +02:00
Jiyong Park da9d9de59c Move QCOM HALs to vendor partition
In order to build generic system image that is agnostic to SoC or
device, such HALs should be moved from system partition to vendor
partition.

HALs moved: copybit, gralloc, hwcomposer, light, memtrack, hdmi_cec

Bug: 34826389
Bug: 35232083
Test: build & run and check whether the HAL is loaded from
/vendor/lib[64]/hw.
$ su; lsof | grep hwcomposer

Change-Id: I2bb617ac71ab040a5b1ba306c194e8672ac84561
2017-02-24 13:53:21 +00:00
Dan Willemsen b360857e92 Fix duplicate copy file rules
If these libraries are built, both BUILD_COPY_FILES and
BUILD_SHARED_LIBRARY would copy the headers. This would create a warning
because multiple rules would define the same target header file.

Bug: 27302058
Change-Id: If91bd70d2320aaaee9679642ff9ea48b99739cbd
2016-02-23 14:19:52 -08:00
Vineeta Srivastava f0336ae3e2 Revert "Revert "copybit: Export c2d2 headers from display HAL""
This reverts commit 45035563c1.

Change-Id: I895337687d75993b701e0f09dd44cf6bf98ea007
2014-05-07 16:27:25 +00:00
Narayan Kamath 45035563c1 Revert "copybit: Export c2d2 headers from display HAL"
This reverts commit b786d7228b.

Change-Id: I68c3c686c955e53707d090c78dc11016ad6e99c7
2014-05-07 11:32:25 +00:00
Naseer Ahmed b786d7228b copybit: Export c2d2 headers from display HAL
Some builds may not have this header exported from graphics.
Export it from the display HAL.

Change-Id: Ic7f3c4bd1d3ff16c7c44518d689be1c67bb15295
2014-05-06 16:27:02 -07:00
Nick Kralevich d63f11e02e am d76c9788: am d1c09356: Merge "libcopybit: do not use GNU old-style field designators"
* commit 'd76c97885fc08409f450481f49a03bb676fb66b2':
  libcopybit: do not use GNU old-style field designators
2013-10-20 09:37:23 -07:00
Mathias Agopian 966f989a6d get rid of HAL pixelformats 5551 and 4444
Change-Id: I817510c3c7c0c3d95924c2ffc79e5727a6d6c48f
2013-07-26 14:58:00 -07:00
Naseer Ahmed 94fd4abe8a display: Export headers
Display headers used by other components should be at a common
location to avoid issues with future changes in paths.

Change-Id: I9a87a2a34ac7e88019dea2ae258d611ef34df6bc
2013-07-22 11:40:31 -07:00
Vineeta Srivastava 513ddc2124 Splitting hardware/qcom/display chip specific.
Moved msm8960 specific code in msm8960/ directory.
Moved msm8974 specific code in msm8974/ directory.
Updated Makefiles to point to correct header files.

Change-Id: I0623022f324be0ae42571660074f16afa1f71df5
2013-06-12 11:06:34 -07:00