History log of /hardware/qcom/display/msm8974/libgralloc/framebuffer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f6b4e6bb146d4dee7424acff9737f539f8ed727f 16-Jul-2013 Naseer Ahmed <naseer@codeaurora.org> gralloc: Default to an error value for mapFrameBuffer

We do further operations in fb_device_open based on the result of
mapFrameBuffer. However, if mapFrameBuffer is never done, we
could end up with a random crash when using the info values in
fb_device_open. Defaulting to an error value avoids this.

Change-Id: I1e51f814611a3f2eb73f36d75e14d8725ca98474
/hardware/qcom/display/msm8974/libgralloc/framebuffer.cpp
f6e6ff009a66b3091c40fa674e43b39a698d34f3 04-Jul-2013 Naseer Ahmed <naseer@codeaurora.org> gralloc: Do not map framebuffer memory unless needed

The SurfaceFlinger opens the framebuffer module even when it
isn't necessary. It does this for some legacy hals.
Due to this we unnecessarily mmap the fb memory in gralloc.
Do not map this unless the property to use the framebuffer
memory is set.

Change-Id: Ib4ebfdf9a63af0dabb53170342181bac0360baeb
/hardware/qcom/display/msm8974/libgralloc/framebuffer.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/msm8974/libgralloc/framebuffer.cpp