Searched refs:tilcdc_crtc (Results 1 – 2 of 2) sorted by relevance
24 struct tilcdc_crtc { struct41 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) argument45 struct tilcdc_crtc *tilcdc_crtc = in unref_worker() local46 container_of(work, struct tilcdc_crtc, unref_work); in unref_worker()47 struct drm_device *dev = tilcdc_crtc->base.dev; in unref_worker()67 struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc); in set_scanout() local72 tilcdc_write(dev, base_reg[n], tilcdc_crtc->start); in set_scanout()73 tilcdc_write(dev, ceil_reg[n], tilcdc_crtc->end); in set_scanout()74 if (tilcdc_crtc->scanout[n]) { in set_scanout()75 drm_flip_work_queue(&tilcdc_crtc->unref_work, tilcdc_crtc->scanout[n]); in set_scanout()[all …]
7 tilcdc_crtc.o \