/device/soc/allwinner/t507/hardware/display/src/display_device/ |
D | drm_connector.cpp | 57 mModes.clear(); in InitModes() 67 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 69 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 233 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySuppportedModes() 236 for (const auto &modeMap : mModes) { in GetDisplaySuppportedModes() 262 auto iter = mModes.find(id); in GetModeFromId() 263 if (iter == mModes.end()) { in GetModeFromId() 266 mode = mModes[id]; in GetModeFromId() 273 auto iter = mModes.find(id); in GetModeBlockFromId() 274 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 129 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/nxp/hardware/display/src/display_device/drm/ |
D | drm_connector.cpp | 60 mModes.clear(); in InitModes() 70 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 72 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 250 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 253 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 279 auto iter = mModes.find(id); in GetModeFromId() 280 if (iter == mModes.end()) { in GetModeFromId() 283 mode = mModes[id]; in GetModeFromId() 290 auto iter = mModes.find(id); in GetModeBlockFromId() 291 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 131 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
D | drm_connector.cpp | 57 mModes.clear(); in InitModes() 67 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 69 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 231 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 234 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 260 auto iter = mModes.find(id); in GetModeFromId() 261 if (iter == mModes.end()) { in GetModeFromId() 264 mode = mModes[id]; in GetModeFromId() 271 auto iter = mModes.find(id); in GetModeBlockFromId() 272 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 129 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/amlogic/a311d/hardware/display/src/display_device/ |
D | drm_connector.cpp | 61 mModes.clear(); in InitModes() 71 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 73 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 263 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 266 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 290 auto iter = mModes.find(id); in GetModeFromId() 291 if (iter == mModes.end()) { in GetModeFromId() 294 mode = mModes[id]; in GetModeFromId() 301 auto iter = mModes.find(id); in GetModeBlockFromId() 302 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 128 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
D | drm_connector.cpp | 60 mModes.clear(); in InitModes() 70 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 72 DISPLAY_DEBUGLOG("mode count %{public}zd", mModes.size()); in InitModes() 339 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 342 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 368 auto iter = mModes.find(id); in GetModeFromId() 369 if (iter == mModes.end()) { in GetModeFromId() 372 mode = mModes[id]; in GetModeFromId() 379 auto iter = mModes.find(id); in GetModeBlockFromId() 380 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 135 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
D | drm_connector.cpp | 61 mModes.clear(); in InitModes() 71 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 73 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 336 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 339 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 365 auto iter = mModes.find(id); in GetModeFromId() 366 if (iter == mModes.end()) { in GetModeFromId() 369 mode = mModes[id]; in GetModeFromId() 376 auto iter = mModes.find(id); in GetModeBlockFromId() 377 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 134 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
D | drm_connector.cpp | 56 mModes.clear(); in InitModes() 67 mModes.emplace(i, DrmMode {*mode, i}); in InitModes() 69 DISPLAY_DEBUGLOG("mode count %{public}zd", mModes.size()); in InitModes() 338 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 341 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 367 auto iter = mModes.find(id); in GetModeFromId() 368 if (iter == mModes.end()) { in GetModeFromId() 371 mode = mModes[id]; in GetModeFromId() 378 auto iter = mModes.find(id); in GetModeBlockFromId() 379 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 137 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
D | drm_connector.cpp | 61 mModes.clear(); in InitModes() 71 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 73 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 336 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 339 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 365 auto iter = mModes.find(id); in GetModeFromId() 366 if (iter == mModes.end()) { in GetModeFromId() 369 mode = mModes[id]; in GetModeFromId() 376 auto iter = mModes.find(id); in GetModeBlockFromId() 377 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 134 std::unordered_map<int32_t, DrmMode> mModes; variable
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
D | drm_connector.cpp | 61 mModes.clear(); in InitModes() 71 mModes.emplace(i, DrmMode { *mode, i }); in InitModes() 73 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 339 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes() 342 for (const auto &modeMap : mModes) { in GetDisplaySupportedModes() 368 auto iter = mModes.find(id); in GetModeFromId() 369 if (iter == mModes.end()) { in GetModeFromId() 372 mode = mModes[id]; in GetModeFromId() 379 auto iter = mModes.find(id); in GetModeBlockFromId() 380 …DISPLAY_CHK_RETURN((iter == mModes.end()), nullptr, DISPLAY_LOGE("can not the mode %{public}d", id… in GetModeBlockFromId() [all …]
|
D | drm_connector.h | 134 std::unordered_map<int32_t, DrmMode> mModes; variable
|