Searched refs:drm_mode_object_find (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/drm2/ |
| H A D | drm_crtc.c | 253 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, in drm_mode_object_find() function 264 EXPORT_SYMBOL(drm_mode_object_find); 1397 obj = drm_mode_object_find(dev, crtc_resp->crtc_id, in drm_mode_getcrtc() 1472 obj = drm_mode_object_find(dev, out_resp->connector_id, in drm_mode_getconnector() 1583 obj = drm_mode_object_find(dev, enc_resp->encoder_id, in drm_mode_getencoder() 1679 obj = drm_mode_object_find(dev, plane_resp->plane_id, in drm_mode_getplane() 1755 obj = drm_mode_object_find(dev, plane_req->plane_id, in drm_mode_setplane() 1773 obj = drm_mode_object_find(dev, plane_req->crtc_id, in drm_mode_setplane() 1783 obj = drm_mode_object_find(dev, plane_req->fb_id, in drm_mode_setplane() 1893 obj = drm_mode_object_find(dev, crtc_req->crtc_id, in drm_mode_setcrtc() [all …]
|
| H A D | drm_crtc.h | 981 extern struct drm_mode_object *drm_mode_object_find(struct drm_device *dev,
|