/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 68 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 74 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 80 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 86 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_H_ID, prop); in GetCrtcProp() 104 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_X_ID, prop); in GetSrcProp() 110 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_Y_ID, prop); in GetSrcProp() 116 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_W_ID, prop); in GetSrcProp() 122 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_H_ID, prop); in GetSrcProp() 142 ret = drmDevice.GetPlaneProperty(*this, PROP_FBID, prop); in Init() 145 ret = drmDevice.GetPlaneProperty(*thi in Init() [all...] |
H A D | drm_device.h | 72 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
|
H A D | drm_device.cpp | 103 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() function in OHOS::HDI::DrmDevice
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 82 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_H_ID, prop); in GetCrtcProp() 99 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_X_ID, prop); in GetSrcProp() 104 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_Y_ID, prop); in GetSrcProp() 109 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_W_ID, prop); in GetSrcProp() 114 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_H_ID, prop); in GetSrcProp() 133 ret = drmDevice.GetPlaneProperty(*this, PROP_FBID, prop); in Init() 136 ret = drmDevice.GetPlaneProperty(*thi in Init() [all...] |
H A D | drm_device.h | 69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
|
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() function in OHOS::HDI::DrmDevice
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 82 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_H_ID, prop); in GetCrtcProp() 99 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_X_ID, prop); in GetSrcProp() 104 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_Y_ID, prop); in GetSrcProp() 109 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_W_ID, prop); in GetSrcProp() 114 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_H_ID, prop); in GetSrcProp() 133 ret = drmDevice.GetPlaneProperty(*this, PROP_FBID, prop); in Init() 136 ret = drmDevice.GetPlaneProperty(*thi in Init() [all...] |
H A D | drm_device.h | 69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
|
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() function in OHOS::HDI::DrmDevice
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp() 72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp() 77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp() 82 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_H_ID, prop); in GetCrtcProp() 99 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_X_ID, prop); in GetSrcProp() 104 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_Y_ID, prop); in GetSrcProp() 109 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_W_ID, prop); in GetSrcProp() 114 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_H_ID, prop); in GetSrcProp() 133 ret = drmDevice.GetPlaneProperty(*this, PROP_FBID, prop); in Init() 136 ret = drmDevice.GetPlaneProperty(*thi in Init() [all...] |
H A D | drm_device.h | 69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
|
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() function in OHOS::HDI::DrmDevice
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 57 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop);
in GetCrtcProp() 62 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop);
in GetCrtcProp() 67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop);
in GetCrtcProp() 72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_H_ID, prop);
in GetCrtcProp() 89 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_X_ID, prop);
in GetSrcProp() 94 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_Y_ID, prop);
in GetSrcProp() 99 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_W_ID, prop);
in GetSrcProp() 104 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_H_ID, prop);
in GetSrcProp() 122 ret = drmDevice.GetPlaneProperty(*this, PROP_FBID, prop);
in Init() 125 ret = drmDevice.GetPlaneProperty(*thi in Init() [all...] |
H A D | drm_device.h | 69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
|
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop)
in GetPlaneProperty() function in OHOS::HDI::DrmDevice
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_plane.cpp | 36 ret = drmDevice.GetPlaneProperty(*this, PROP_FBID, prop);
in Init() 39 ret = drmDevice.GetPlaneProperty(*this, PROP_IN_FENCE_FD, prop);
in Init() 42 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_ID, prop);
in Init() 45 ret = drmDevice.GetPlaneProperty(*this, PROP_TYPE, prop);
in Init()
|
H A D | drm_device.h | 51 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
|
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop)
in GetPlaneProperty() function in OHOS::HDI::DrmDevice
|