Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c24 struct tilcdc_crtc { struct
41 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) argument
45 struct tilcdc_crtc *tilcdc_crtc = in unref_worker() local
46 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() local
72 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 …]
DMakefile7 tilcdc_crtc.o \