/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | hdi_drm_layer.cpp | 40 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle);
in Init() 44 gemHandles[0] = mGemHandle;
in Init() 47 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId);
in Init() 63 if (mGemHandle) {
in ~DrmGemBuffer() 65 gemClose.handle = mGemHandle;
in ~DrmGemBuffer() 67 DISPLAY_LOGE("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno);
in ~DrmGemBuffer() 75 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID);
in IsValid()
|
H A D | hdi_drm_layer.h | 42 uint32_t mGemHandle = 0;
member in OHOS::HDI::DISPLAY::DrmGemBuffer
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 40 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init() 44 gemHandles[0] = mGemHandle; in Init() 48 DISPLAY_DEBUGLOG("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init() 65 if (mGemHandle) { in ~DrmGemBuffer() 67 gemClose.handle = mGemHandle; in ~DrmGemBuffer() 69 DISPLAY_DEBUGLOG("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer() 77 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
|
H A D | hdi_drm_layer.h | 42 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 40 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init() 44 gemHandles[0] = mGemHandle; in Init() 47 DISPLAY_DEBUGLOG("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init() 63 if (mGemHandle) { in ~DrmGemBuffer() 65 gemClose.handle = mGemHandle; in ~DrmGemBuffer() 67 DISPLAY_DEBUGLOG("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer() 75 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
|
H A D | hdi_drm_layer.h | 42 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 41 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init() 45 gemHandles[0] = mGemHandle; in Init() 48 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init() 64 if (mGemHandle) { in ~DrmGemBuffer() 66 gemClose.handle = mGemHandle; in ~DrmGemBuffer() 68 DISPLAY_LOGD("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer() 76 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
|
H A D | hdi_drm_layer.h | 41 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 41 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init() 45 gemHandles[0] = mGemHandle; in Init() 48 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init() 64 if (mGemHandle) { in ~DrmGemBuffer() 66 gemClose.handle = mGemHandle; in ~DrmGemBuffer() 68 DISPLAY_LOGD("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer() 76 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
|
H A D | hdi_drm_layer.h | 41 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 41 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle);
in Init() 45 gemHandles[0] = mGemHandle;
in Init() 48 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId);
in Init() 64 if (mGemHandle) {
in ~DrmGemBuffer() 66 gemClose.handle = mGemHandle;
in ~DrmGemBuffer() 68 DISPLAY_LOGD("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno);
in ~DrmGemBuffer() 76 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID);
in IsValid()
|
H A D | hdi_drm_layer.h | 41 uint32_t mGemHandle = 0;
member in OHOS::HDI::DISPLAY::DrmGemBuffer
|