Searched refs:drmmode_obj (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_overlay.c1048 struct drm_mode_object *drmmode_obj; local
1081 drmmode_obj = drm_mode_object_find(dev, put_image_rec->crtc_id,
1083 if (!drmmode_obj) {
1087 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
H A Dintel_display.c5164 struct drm_mode_object *drmmode_obj; local
5172 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
5175 if (!drmmode_obj) {
5180 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));

Completed in 109 milliseconds