Searched defs:crtc (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.h83 drmModeCrtcPtr crtc; member in struct:android::intel::Drm::DrmOutput
H A DDrm.cpp160 // get an attached crtc or spare crtc
162 ITRACE("Drm encoder has crtc attached on device %d", device);
163 output->crtc = drmModeGetCrtc(mDrmFd, output->encoder->crtc_id);
164 if (!output->crtc) {
165 ETRACE("failed to get crtc from a known crtc id");
166 // fall through to get a spare crtc
169 if (!output->crtc) {
170 ITRACE("getting crtc fo
171 drmModeCrtcPtr crtc; local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.h89 drmModeCrtcPtr crtc; member in struct:android::intel::Drm::DrmOutput
H A DDrm.cpp160 // get an attached crtc or spare crtc
162 ILOGTRACE("Drm encoder has crtc attached on device %d", device);
163 output->crtc = drmModeGetCrtc(mDrmFd, output->encoder->crtc_id);
164 if (!output->crtc) {
165 ELOGTRACE("failed to get crtc from a known crtc id");
166 // fall through to get a spare crtc
169 if (!output->crtc) {
170 ILOGTRACE("getting crtc fo
171 drmModeCrtcPtr crtc; local
[all...]
/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_res_mgr.cpp72 static bool GetCrtc(int dev_fd, drmModeRes *res, drmModeEncoder *enc, drmModeCrtc **crtc) { argument
77 *crtc = c;
78 DRM_LOGI("Found crtc %d", c->crtc_id);
134 drmModeCrtc *crtc = nullptr; local
135 if (!GetCrtc(dev_fd, res, enc, &crtc)) {
136 DRM_LOGE("Failed to find a crtc");
146 crtc_ = crtc;
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.h130 psb_xrandr_crtc_p crtc; member in struct:_psb_xrandr_output_s

Completed in 98 milliseconds