Searched defs:tilcdc_crtc (Results 1 – 1 of 1) sorted by relevance
36 struct tilcdc_crtc { struct37 struct drm_crtc base;39 struct drm_plane primary;40 const struct tilcdc_panel_info *info;41 struct drm_pending_vblank_event *event;42 struct mutex enable_lock;43 bool enabled;67 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) argument105 struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc); in tilcdc_crtc_load_palette() local215 struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc); in tilcdc_crtc_set_clk() local[all …]