Searched refs:drmCommandRead (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DHdcpControl.cpp238 int ret = drmCommandRead(fd, DRM_PSB_QUERY_HDCP, &caps, sizeof(caps));
256 int ret = drmCommandRead(fd, DRM_PSB_GET_HDCP_LINK_STATUS, &match, sizeof(match));
/hardware/intel/img/hwcomposer/common/base/
H A DDrm.cpp403 err = drmCommandRead(mDrmFd, cmd, data, size);
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.h538 extern int drmCommandRead(int fd, unsigned long drmCommandIndex,
H A Dxf86drm.c2365 int drmCommandRead(int fd, unsigned long drmCommandIndex, void *data, function
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c3262 result = drmCommandRead(driver_data->drm_fd, DRM_PSB_HW_INFO, &hw_info, sizeof(hw_info));

Completed in 149 milliseconds