Searched refs:planeRes (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_device.cpp | 213 drmModePlaneResPtr planeRes = drmModeGetPlaneResources(GetDrmFd());
in FindAllPlane() local 214 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource"));
in FindAllPlane() 215 DISPLAY_LOGD("count_planes %{public}d", planeRes->count_planes);
in FindAllPlane() 216 for (uint32_t i = 0; i < planeRes->count_planes; i++) {
in FindAllPlane() 217 drmModePlanePtr p = drmModeGetPlane(GetDrmFd(), planeRes->planes[i]);
in FindAllPlane()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 242 drmModePlaneResPtr planeRes = drmModeGetPlaneResources(GetDrmFd()); in FindAllPlane() local 243 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource")); in FindAllPlane() 244 DISPLAY_DEBUGLOG("count_planes %{public}d", planeRes->count_planes); in FindAllPlane() 245 for (uint32_t i = 0; i < planeRes->count_planes; i++) { in FindAllPlane() 246 drmModePlanePtr p = drmModeGetPlane(GetDrmFd(), planeRes->planes[i]); in FindAllPlane()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 237 drmModePlaneResPtr planeRes = drmModeGetPlaneResources(GetDrmFd()); in FindAllPlane() local 238 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource")); in FindAllPlane() 239 DISPLAY_DEBUGLOG("count_planes %{public}d", planeRes->count_planes); in FindAllPlane() 240 for (uint32_t i = 0; i < planeRes->count_planes; i++) { in FindAllPlane() 241 drmModePlanePtr p = drmModeGetPlane(GetDrmFd(), planeRes->planes[i]); in FindAllPlane()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 237 drmModePlaneResPtr planeRes = drmModeGetPlaneResources(GetDrmFd()); in FindAllPlane() local 238 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource")); in FindAllPlane() 239 DISPLAY_LOGD("count_planes %{public}d", planeRes->count_planes); in FindAllPlane() 240 for (uint32_t i = 0; i < planeRes->count_planes; i++) { in FindAllPlane() 241 drmModePlanePtr p = drmModeGetPlane(GetDrmFd(), planeRes->planes[i]); in FindAllPlane()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 237 drmModePlaneResPtr planeRes = drmModeGetPlaneResources(GetDrmFd()); in FindAllPlane() local 238 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource")); in FindAllPlane() 239 DISPLAY_LOGD("count_planes %{public}d", planeRes->count_planes); in FindAllPlane() 240 for (uint32_t i = 0; i < planeRes->count_planes; i++) { in FindAllPlane() 241 drmModePlanePtr p = drmModeGetPlane(GetDrmFd(), planeRes->planes[i]); in FindAllPlane()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 237 drmModePlaneResPtr planeRes = drmModeGetPlaneResources(GetDrmFd());
in FindAllPlane() local 238 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource"));
in FindAllPlane() 239 DISPLAY_LOGD("count_planes %{public}d", planeRes->count_planes);
in FindAllPlane() 240 for (uint32_t i = 0; i < planeRes->count_planes; i++) {
in FindAllPlane() 241 drmModePlanePtr p = drmModeGetPlane(GetDrmFd(), planeRes->planes[i]);
in FindAllPlane()
|
Completed in 6 milliseconds