Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_tv.c190 struct drm_encoder_slave_funcs *sfuncs; in nv04_tv_create() local
229 sfuncs = get_slave_funcs(encoder); in nv04_tv_create()
233 .save = sfuncs->save, in nv04_tv_create()
234 .restore = sfuncs->restore, in nv04_tv_create()
235 .mode_fixup = sfuncs->mode_fixup, in nv04_tv_create()
239 .detect = sfuncs->detect, in nv04_tv_create()
243 sfuncs->create_resources(encoder, connector); in nv04_tv_create()