Home
last modified time | relevance | path

Searched refs:hdmi_crtc (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/android/
Dpsb_HDMIExtMode.c66 drmModeCrtc *hdmi_crtc = NULL; in psb_HDMIExt_update() local
101 hdmi_crtc = drmModeGetCrtc(driver_data->drm_fd, hdmi_encoder->crtc_id); in psb_HDMIExt_update()
102 if (!hdmi_crtc) { in psb_HDMIExt_update()
108 strHeight = strstr(hdmi_crtc->mode.name, "x"); in psb_HDMIExt_update()
109 hdmi_extvideo_prop->ExtVideoMode_XRes = (unsigned short)atoi(hdmi_crtc->mode.name); in psb_HDMIExt_update()
113 drmModeFreeCrtc(hdmi_crtc); in psb_HDMIExt_update()