/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.h | 63 int32_t ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr pset); 64 int32_t SetSrcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 65 int32_t SetCrtcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 71 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes; 72 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes; 73 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.cpp | 51 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane 57 DrmPlane::~DrmPlane() in ~DrmPlane() 62 int DrmPlane::GetCrtcProp(DrmDevice &drmDevice) in GetCrtcProp() 98 int DrmPlane::GetSrcProp(DrmDevice &drmDevice) in GetSrcProp() 134 int32_t DrmPlane::Init(DrmDevice &drmDevice) in Init()
|
H A D | drm_plane.h | 102 class DrmPlane { class 104 explicit DrmPlane(drmModePlane &p); 105 virtual ~DrmPlane();
|
H A D | drm_device.h | 68 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type); 72 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop); 96 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.h | 59 int32_t ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr pset); 60 int32_t SetSrcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 61 int32_t SetCrtcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 67 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes; 68 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes; 69 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.cpp | 51 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane 56 DrmPlane::~DrmPlane() in ~DrmPlane() 61 int DrmPlane::GetCrtcProp(DrmDevice &drmDevice) in GetCrtcProp() 93 int DrmPlane::GetSrcProp(DrmDevice &drmDevice) in GetSrcProp() 125 int32_t DrmPlane::Init(DrmDevice &drmDevice) in Init()
|
H A D | drm_plane.h | 102 class DrmPlane { class 104 explicit DrmPlane(drmModePlane &p); 105 virtual ~DrmPlane();
|
H A D | drm_device.h | 65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type); 69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop); 93 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.h | 59 int32_t ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr pset); 60 int32_t SetSrcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 61 int32_t SetCrtcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 67 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes; 68 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes; 69 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.cpp | 51 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane 56 DrmPlane::~DrmPlane() in ~DrmPlane() 61 int DrmPlane::GetCrtcProp(DrmDevice &drmDevice) in GetCrtcProp() 93 int DrmPlane::GetSrcProp(DrmDevice &drmDevice) in GetSrcProp() 125 int32_t DrmPlane::Init(DrmDevice &drmDevice) in Init()
|
H A D | drm_device.h | 65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type); 69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop); 93 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.h | 102 class DrmPlane { class 104 explicit DrmPlane(drmModePlane &p); 105 virtual ~DrmPlane();
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.h | 59 int32_t ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr pset); 60 int32_t SetSrcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 61 int32_t SetCrtcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH); 67 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes; 68 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes; 69 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.cpp | 51 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane 56 DrmPlane::~DrmPlane() in ~DrmPlane() 61 int DrmPlane::GetCrtcProp(DrmDevice &drmDevice) in GetCrtcProp() 93 int DrmPlane::GetSrcProp(DrmDevice &drmDevice) in GetSrcProp() 125 int32_t DrmPlane::Init(DrmDevice &drmDevice) in Init()
|
H A D | drm_plane.h | 102 class DrmPlane { class 104 explicit DrmPlane(drmModePlane &p); 105 virtual ~DrmPlane();
|
H A D | drm_device.h | 65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type); 69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop); 93 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_drm_composition.h | 59 int32_t ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr pset);
60 int32_t SetSrcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH);
61 int32_t SetCrtcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH);
67 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes;
68 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes;
69 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.cpp | 41 DrmPlane::DrmPlane(drmModePlane &p)
in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane 46 DrmPlane::~DrmPlane()
in ~DrmPlane() 51 int DrmPlane::GetCrtcProp(DrmDevice &drmDevice)
in GetCrtcProp() 83 int DrmPlane::GetSrcProp(DrmDevice &drmDevice)
in GetSrcProp() 115 int32_t DrmPlane::Init(DrmDevice &drmDevice)
in Init()
|
H A D | drm_device.h | 65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
93 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.h | 114 class DrmPlane {
class 116 explicit DrmPlane(drmModePlane &p);
117 virtual ~DrmPlane();
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_plane.cpp | 22 DrmPlane::DrmPlane(drmModePlane &p)
in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane 26 DrmPlane::~DrmPlane()
in ~DrmPlane() 31 int32_t DrmPlane::Init(DrmDevice &drmDevice)
in Init()
|
H A D | hdi_drm_composition.h | 58 int32_t ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicReqPtr pset);
62 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes;
63 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes;
64 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_plane.h | 33 class DrmPlane {
class 35 explicit DrmPlane(drmModePlane &p);
36 virtual ~DrmPlane();
|
H A D | drm_device.h | 47 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
51 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
74 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
|
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop)
in GetPlaneProperty() 222 std::shared_ptr<DrmPlane> drmPlane = std::make_shared<DrmPlane>(*p);
in FindAllPlane() 266 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type)
in GetDrmPlane() 268 std::vector<std::shared_ptr<DrmPlane>> planes;
in GetDrmPlane()
|