Home
last modified time | relevance | path

Searched refs:tilcdc_crtc (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c23 struct tilcdc_crtc { struct
41 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) argument
45 struct tilcdc_crtc *tilcdc_crtc = container_of(work, struct tilcdc_crtc, work); in unref_worker() local
46 struct drm_device *dev = tilcdc_crtc->base.dev; in unref_worker()
50 while (kfifo_get(&tilcdc_crtc->unref_fifo, &fb)) in unref_worker()
66 struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc); in set_scanout() local
70 tilcdc_write(dev, base_reg[n], tilcdc_crtc->start); in set_scanout()
71 tilcdc_write(dev, ceil_reg[n], tilcdc_crtc->end); in set_scanout()
72 if (tilcdc_crtc->scanout[n]) { in set_scanout()
73 if (kfifo_put(&tilcdc_crtc->unref_fifo, in set_scanout()
[all …]
DMakefile7 tilcdc_crtc.o \