History log of /hardware/qcom/display/msm8960/libgralloc/gralloc.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ce2c4b317470ee8d66333f14fea27c0189197c50 02-Oct-2014 Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Use standard initializers

The code currently uses GNU initializers as opposed to C99 initializers.
Clang emits a warning about this, causing the -Werror build to fail.
Either variant works fine in gcc.

BUG: 18017604

Change-Id: I196b809e085637e097706557ce62462dba8b2c3d
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
/hardware/qcom/display/msm8960/libgralloc/gralloc.cpp
d8d7957b6785b3e44de5a4969a80627b46545c48 10-Dec-2013 Christopher Ferris <cferris@google.com> Fix to compile with uapi headers.

Remove include <linux/android_pmem.h> since it's not used and it doesn't
exist in the uapi kernel headers.
Make the include of <linux/genlock.h> conditional on USE_GENLOCK.

Bug: 11559337
Change-Id: I0eba13b71090fe29652a9794b223d577232509ac
/hardware/qcom/display/msm8960/libgralloc/gralloc.cpp
513ddc2124abf90c63af41999201f0d2031af0c8 12-Jun-2013 Vineeta Srivastava <vsrivastava@google.com> 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
/hardware/qcom/display/msm8960/libgralloc/gralloc.cpp