OSDN Git Service

Set HWC as DRM master when got exclusive lock of /vendor/hwc.lock.
[android-x86/external-IA-Hardware-Composer.git] / common / core / gpudevice.cpp
2018-10-17 Wan ShuangSet HWC as DRM master when got exclusive lock of /vendo...
2018-10-15 Lin JohnsonHDCP: Add Set SRM support
2018-10-09 Lin JohnsonImplement PAVP tear down support
2018-08-22 xue.yifeinew design of the hyper dmabuf sharing base on VDS
2018-07-02 Harish KrupoFix Klockwork indirect path traversal issue.
2018-06-10 Harish KrupoGpudevice: Return total_displays_ as reference.
2018-06-03 Harish KrupoSet lock file path at build time.
2018-06-01 Kalyan KondapallyFix crash in SetCloneMode.
2018-05-29 Wan ShuangFixed the HWC crash due to improper thread initializati...
2018-05-29 Kalyan KondapallyPartial revert of c72b95e622cf0c5a31f258851425070e24bf1f3c.
2018-05-27 Kalyan KondapallyAdd support to dynamically disable last overlay usage.
2018-05-27 Kalyan KondapallyEnsure DisplayManager is initialized before accessing it.
2018-05-24 Wan ShuangFixed HWC crash caused by index out of range.
2018-05-18 Wan ShuangFix flicker during boot up.
2018-04-24 Richard AvelarReformat files with clang-format
2018-04-18 Richard AvelarCleanup code in core
2018-04-02 Kalyan KondapallyMove raw pixel data handling to IAHWCLayer.
2018-03-28 Richard AvelarFix warnings generated in common core hwc
2018-03-22 Gowtham HosamaneConfigure custom resolution
2018-03-18 Kalyan KondapallyAdd API to enable/disable HDCP support from HWCService...
2018-01-28 Kalyan KondapallyUse GPUDevice to monitor HWCLock.
2018-01-28 Kalyan KondapallySplit drm and HWC specific initialization.
2017-11-29 Mingwei WangAdd nested display support in hwc
2017-11-23 Kishore KadiyalaRevert "Add nested display support in hwc"
2017-11-23 Kishore KadiyalaRevert "Revert "Fix Primary display order issues on...
2017-11-22 Kishore KadiyalaRevert "Fix Primary display order issues on Android."
2017-11-21 Mingwei WangAdd nested display support in hwc
2017-11-17 Kalyan KondapallyFix Primary display order issues on Android.
2017-11-13 Kalyan KondapallyAdd support to rotate displays independent of each...
2017-11-12 Kalyan KondapallyAdd support for Clone mode.
2017-10-26 Fan, YugangFix the typo
2017-10-24 Kishore KadiyalaUpdate the HWC config path
2017-10-24 Kalyan KondapallyDon't assume primary display if pipe_ == 0.
2017-10-21 Kalyan KondapallyAdd support to re-order physical displays.
2017-10-17 Fan, YugangAdd config handling for logical and mosiac.
2017-10-09 Kalyan KondapallyInitial Mosiac Display support.
2017-07-15 Kalyan KondapallyInitial plumbing to enable multi display support.
2017-06-25 Kalyan KondapallyRefactor: Make it easy for adding different backends.
2017-06-20 Mingwei WangUpdate display with known configs.
2017-06-19 Kalyan KondapallyRemove OverlayBufferManager.
2017-06-18 Kalyan KondapallyDont use ScopedSpinLock if not needed.
2017-06-16 Kalyan KondapallyAdd VirtualDisplay support.
2017-06-13 PoornimaGet All Supported Display Modes
2017-06-04 Kalyan KondapallyUse ScopedFD only if needed.
2017-04-24 Aravindan MHot plug event handler modified to reduce cycles consumed
2017-04-20 Harish KrupoThe string comparision must check for zero for equality.
2017-04-19 Harish KrupoStore size of the static buffer in a variable
2017-03-26 Kalyan KondapallyMake static analyzers happy.
2017-03-26 Kalyan KondapallyAdd support to handle both Double Buffered & Triple...
2017-03-26 Kalyan KondapallyAdd OverlayBufferManager.
2017-03-26 Kalyan KondapallyUnify Hot plug logic on Linux and Android.
2017-03-24 Kalyan KondapallyRename pageflipeventhandler to vblankeventhandler.
2017-03-21 Johnson LinAlways handle hot plug callback.
2017-03-21 Johnson LinOnly need to assign one encoder for the connector.
2017-03-21 Johnson LinHotplug event thread should not wait.
2017-03-15 Mingwei WangFix HDMI display hotplug issue
2017-03-08 sivagRemove unused variables.
2017-02-27 Kalyan KondapallyFix unintialized variables.
2017-02-27 Kalyan KondapallyMake cpplint happy.
2017-02-27 Kalyan KondapallyMake static code analyzer happy.
2017-02-22 Kalyan KondapallyMove Display Commits to a separate thread.
2017-02-19 Kalyan KondapallyRename InternalDisplay as Display.
2017-02-19 Kalyan KondapallyUse std::thread instead of PThread.
2017-01-29 Kalyan KondapallyEnsure we have internal display first in list of connec...
2017-01-24 Kalyan KondapallyMake Choregrapher happy.
2017-01-24 Kalyan KondapallyManage sync time line within planemanager.
2017-01-22 Kalyan KondapallyCleanup: Remove redundant logging.
2017-01-18 johnson.linTests: Inital plumbing for connection change notifications.
2017-01-18 johnson.linEnsure we are using the right connected display.
2017-01-16 Kalyan KondapallyMake DisplayManager private in cpp file.
2017-01-16 Kalyan KondapallyInitial import.