Home
last modified time | relevance | path

Searched refs:DrmPlane (Results 1 - 25 of 42) sorted by relevance

12

/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_drm_composition.h63 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 Ddrm_plane.cpp51 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 Ddrm_plane.h102 class DrmPlane { class
104 explicit DrmPlane(drmModePlane &p);
105 virtual ~DrmPlane();
H A Ddrm_device.h68 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 Dhdi_drm_composition.h59 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 Ddrm_plane.cpp51 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 Ddrm_plane.h102 class DrmPlane { class
104 explicit DrmPlane(drmModePlane &p);
105 virtual ~DrmPlane();
H A Ddrm_device.h65 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 Dhdi_drm_composition.h59 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 Ddrm_plane.cpp51 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 Ddrm_device.h65 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 Ddrm_plane.h102 class DrmPlane { class
104 explicit DrmPlane(drmModePlane &p);
105 virtual ~DrmPlane();
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_drm_composition.h59 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 Ddrm_plane.cpp51 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 Ddrm_plane.h102 class DrmPlane { class
104 explicit DrmPlane(drmModePlane &p);
105 virtual ~DrmPlane();
H A Ddrm_device.h65 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 Dhdi_drm_composition.h59 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 Ddrm_plane.cpp41 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 Ddrm_device.h65 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 Ddrm_plane.h114 class DrmPlane { class
116 explicit DrmPlane(drmModePlane &p);
117 virtual ~DrmPlane();
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_plane.cpp22 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 Dhdi_drm_composition.h58 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 Ddrm_plane.h33 class DrmPlane { class
35 explicit DrmPlane(drmModePlane &p);
36 virtual ~DrmPlane();
H A Ddrm_device.h47 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 Ddrm_device.cpp100 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()

Completed in 17 milliseconds

12