Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_crtc.h879 struct drm_crtc { struct
881 struct drm_device *dev;
883 struct device_node *port;
891 struct list_head head;
894 char *name;
906 struct drm_modeset_lock mutex;
909 struct drm_mode_object base;
918 struct drm_plane *primary;
927 struct drm_plane *cursor;
956 * drivers should instead consult &drm_crtc_state.enable and argument
[all …]
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_mixer.h42 struct drm_crtc drm_crtc; member
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c953 struct drm_crtc *drm_crtc; in dpu_encoder_virt_mode_set() local