Home
last modified time | relevance | path

Searched defs:drm_crtc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/drm/
Ddrm_crtc.h946 struct drm_crtc { struct
948 struct drm_device *dev;
950 struct device_node *port;
958 struct list_head head;
961 char *name;
973 struct drm_modeset_lock mutex;
976 struct drm_mode_object base;
985 struct drm_plane *primary;
994 struct drm_plane *cursor;
1023 * drivers should instead consult &drm_crtc_state.enable and argument
[all …]
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_mixer.h42 struct drm_crtc drm_crtc; member
/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c973 struct drm_crtc *drm_crtc; in dpu_encoder_virt_mode_set() local