Home
last modified time | relevance | path

Searched defs:drmFd (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_drm_layer.cpp25 DrmGemBuffer::DrmGemBuffer(int drmFd, HdiLayerBuffer &hdl) : mDrmFd(drmFd) in DrmGemBuffer()
31 void DrmGemBuffer::Init(int drmFd, HdiLayerBuffer &hdl) in Init()
H A Ddrm_connector.cpp244 int drmFd = mDrmFdPtr->GetFd(); in UpdateModes() local
291 int drmFd = mDrmFdPtr->GetFd(); in HandleHotplug() local
390 int drmFd = DrmDevice::GetDrmFd(); in Init() local
402 int drmFd = DrmDevice::GetDrmFd(); in ~DrmModeBlock() local
H A Dhdi_drm_composition.cpp174 int drmFd = mDrmDevice->GetDrmFd(); in UpdateMode() local
260 int drmFd = mDrmDevice->GetDrmFd(); in Apply() local
H A Ddrm_device.cpp36 int drmFd = open("/dev/dri/card0", O_RDWR | O_CLOEXEC); // drmOpen(name.c_str(), nullptr); in Create() local
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Dhdi_drm_layer.cpp24 DrmGemBuffer::DrmGemBuffer(int drmFd, HdiLayerBuffer &hdl) : mDrmFd(drmFd) in DrmGemBuffer()
30 void DrmGemBuffer::Init(int drmFd, HdiLayerBuffer &hdl) in Init()
H A Ddrm_connector.cpp218 int drmFd = mDrmFdPtr->GetFd(); in UpdateModes() local
284 int drmFd = DrmDevice::GetDrmFd(); in Init() local
296 int drmFd = DrmDevice::GetDrmFd(); in ~DrmModeBlock() local
H A Dhdi_drm_composition.cpp126 int drmFd = mDrmDevice->GetDrmFd(); in Apply() local
H A Ddrm_device.cpp36 int drmFd = drmOpen(name.c_str(), nullptr); in Create() local
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_gralloc_gbm.h30 int drmFd; member
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp198 int drmFd = open(path, O_RDWR); in InitGbmDevice() local