History log of /hardware/qcom/display/msm8998/libgralloc1/gr_device_impl.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d67394f5fe9e29bfb1b3b4a8ab01c2a2229377c 16-Mar-2017 Chia-I Wu <olv@google.com> msm8998: fix broken gralloc1_close

The GrallocImpl singleton is designed to be created once and never
be destroyed. Deleting it causes the next call to gralloc1_open to
read an deleted memory and return the memory to the caller.

Besides, Android runtime always creates multiple
gralloc1_device_t's that all point to the singleton. We need to
call Init from the constructor.

Test: VTS
Change-Id: I203957fda02c2f673446dd4cefd305b551f2a159
/hardware/qcom/display/msm8998/libgralloc1/gr_device_impl.cpp
6cfbcfa35e4da3a5975d9904a8caae9968acc768 08-Mar-2017 Thierry Strudel <tstrudel@google.com> msm8998: Update to 07.00.00.279.027

msm8998: from hardware/qcom/display
9da3a9caf Merge "display: Move all opensource modules to vendor partition"
cecde8719 display: Move all opensource modules to vendor partition
1d7f83c14 gralloc1: Fixes for hidl
ecd7e84ea sdm: enable gralloc1 from hwc2
9c02dc799 gralloc1: Add remaining functionality
a110e65f5 libdrmutils: Remove dependency on drmModeAddFB3
e9a2c4ece Merge branch 'display.lnx.3.0-dev' into display.lnx.3.9-rel
852358c51 Merge "sdm: Intf change propagating fb config for partial update"
d0d29296a Merge "sdm: Do not mark video layer with non-integral crop as skip"
51915d6c1 Merge "sdm: Fix dynamic resolution change for virtual display"
96cffc4ce Merge "sdm: drm: Destroy DRMManager and resource info singletons"
ab7807cd5 sdm: drm: Destroy DRMManager and resource info singletons
fad1afd01 libdrmutils: Add support for RMFB2
672f0f788 Merge "sdm: Consider external display as active in doze suspend."
095e4405d Merge "sdm: Do not handle SKIP Cursor layer as H/W Cursor"
6d9608c9d Merge "libmemtrack: Update the flags field for sparse memory type"
66c941bd5 sdm: drm: Add Atomic commit support
7d476edfb sdm: drm: Add support for default non-atomic mode
0f26d84e3 libmemtrack: Update the flags field for sparse memory type
1f7aa5ccf sdm: Do not mark video layer with non-integral crop as skip
8ec9d36c2 sdm: Fix dynamic resolution change for virtual display
4cfb380e8 sdm: Intf change propagating fb config for partial update
172a743b1 sdm: Consider external display as active in doze suspend.
9b47ae740 sdm: Do not handle SKIP Cursor layer as H/W Cursor
2e06deff0 Add explicit liblog dependency
34f165638 Include additional system header search path

Bug: 36064845
Signed-off-by: Thierry Strudel <tstrudel@google.com>
Change-Id: If42b63f7cbc285dac84ea1970fcc7d21867bd70c
/hardware/qcom/display/msm8998/libgralloc1/gr_device_impl.cpp
a558e9f988d654c776a1aa093fef1e2b4fc96ede 13-Dec-2016 Thierry Strudel <tstrudel@google.com> msm8998: rename msmcobalt to msm8998

Bug: 33556391
Change-Id: I036702780d6fde57a57c4ed470a07b87e82fad56
/hardware/qcom/display/msm8998/libgralloc1/gr_device_impl.cpp