Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c24 struct tilcdc_crtc { struct
44 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) argument
48 struct tilcdc_crtc *tilcdc_crtc = in unref_worker() local
49 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() local
75 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 …]
DMakefile10 tilcdc_crtc.o \