Searched defs:tilcdc_crtc (Results 1 – 1 of 1) sorted by relevance
30 struct tilcdc_crtc { struct31 struct drm_crtc base;33 struct drm_plane primary;34 const struct tilcdc_panel_info *info;35 struct drm_pending_vblank_event *event;36 struct mutex enable_lock;37 bool enabled;61 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) argument99 struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc); in tilcdc_crtc_load_palette() local206 struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc); in tilcdc_crtc_set_clk() local[all …]