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