Home
last modified time | relevance | path

Searched refs:drm_crtc_find (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c275 crtc = drm_crtc_find(dev, file_priv, crtc_lut->crtc_id); in drm_mode_gamma_set_ioctl()
344 crtc = drm_crtc_find(dev, file_priv, crtc_lut->crtc_id); in drm_mode_gamma_get_ioctl()
H A Ddrm_atomic_uapi.c515 struct drm_crtc *crtc = drm_crtc_find(dev, file_priv, val); in drm_atomic_plane_set_property()
646 struct drm_crtc *crtc = drm_crtc_find(dev, file_priv, val); in drm_atomic_connector_set_property()
H A Ddrm_vblank.c2008 crtc = drm_crtc_find(dev, file_priv, get_seq->crtc_id); in drm_crtc_get_sequence_ioctl()
2068 crtc = drm_crtc_find(dev, file_priv, queue_seq->crtc_id); in drm_crtc_queue_sequence_ioctl()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_crtc.h1224 * drm_crtc_find - look up a CRTC object from its ID
1233 static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev, struct drm_file *file_priv, uint32_t id) in drm_crtc_find() function

Completed in 8 milliseconds