OSDN Git Service

drm_hwcomposer: Move GetPlaneProperty into DrmPlane class
authorRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Thu, 30 Sep 2021 07:15:05 +0000 (10:15 +0300)
committerRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Sat, 23 Oct 2021 01:47:33 +0000 (04:47 +0300)
commit0b06388081572056f6159627500f79d7638a378a
tree0e3ed35217cd66e0a18b62f7d03cd54e49a08b41
parent6748b0962450ac5e3c6c6f9dbb6edc5be96865db
drm_hwcomposer: Move GetPlaneProperty into DrmPlane class

In addition move logging to GetPlaneProperty(), which allow to reduce
number of LoC by ~50 LoC and increase readability.

Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
drm/DrmDevice.cpp
drm/DrmDevice.h
drm/DrmPlane.cpp
drm/DrmPlane.h