Searched refs:tilcdc_crtc (Results 1 – 2 of 2) sorted by relevance
24 struct tilcdc_crtc { struct44 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) argument48 struct tilcdc_crtc *tilcdc_crtc = in unref_worker() local49 container_of(work, struct tilcdc_crtc, unref_work); in unref_worker()50 struct drm_device *dev = tilcdc_crtc->base.dev; in unref_worker()70 struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc); in set_scanout() local75 tilcdc_write(dev, base_reg[n], tilcdc_crtc->start); in set_scanout()76 tilcdc_write(dev, ceil_reg[n], tilcdc_crtc->end); in set_scanout()77 if (tilcdc_crtc->scanout[n]) { in set_scanout()78 drm_flip_work_queue(&tilcdc_crtc->unref_work, tilcdc_crtc->scanout[n]); in set_scanout()[all …]
10 tilcdc_crtc.o \