Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c72 if (asyh->set.ovly ) head->func->ovly (head, asyh); in nv50_head_flush_set()
397 asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp; in nv50_head_atomic_check()
403 asyh->ovly.cpp = 0; in nv50_head_atomic_check()
478 asyh->ovly = armh->ovly; in nv50_head_atomic_duplicate_state()
569 struct nv50_wndw *base, *ovly, *curs; in nv50_head_create() local
589 ret = nv50_ovly_new(drm, head->base.index, &ovly); in nv50_head_create()
594 head->base.index * 2 + 1, &ovly); in nv50_head_create()
H A Datom.h102 } ovly; member
141 bool ovly:1; member
H A Dovly507e.c97 asyh->ovly.cpp = 0; in ovly507e_release()
114 asyh->ovly.cpp = fb->format->cpp[0]; in ovly507e_acquire()
H A Dhead507d.c74 if (asyh->ovly.cpp) { in head507d_ovly()
75 switch (asyh->ovly.cpp) { in head507d_ovly()
256 if ((asyh->core.visible = (asyh->ovly.cpp != 0)) || in head507d_core_calc()
446 .ovly = head507d_ovly,
H A Dhead907d.c103 if (asyh->ovly.cpp) { in head907d_ovly()
104 switch (asyh->ovly.cpp) { in head907d_ovly()
429 .ovly = head907d_ovly,
H A Dhead.h47 int (*ovly)(struct nv50_head *, struct nv50_head_atom *); member
H A DKbuild57 nouveau-y += dispnv50/ovly.o
H A Dhead917d.c134 .ovly = head907d_ovly,
H A Dhead827d.c165 .ovly = head507d_ovly,
/linux/sound/pci/hda/
H A Dpatch_ca0132.c2614 bool ovly) in dsp_dma_setup_common()
2646 if (ovly) { in dsp_dma_setup_common()
2671 if (ovly) { in dsp_dma_setup_common()
2815 unsigned int dma_chan, bool ovly) in dsp_dma_start()
2822 if (ovly) { in dsp_dma_start()
2851 unsigned int dma_chan, bool ovly) in dsp_dma_stop()
2858 if (ovly) { in dsp_dma_stop()
3201 * @ovly: TRUE if overlay format is required in dspxfr_one_seg()
3211 bool ovly) in dspxfr_one_seg()
3318 status = dsp_dma_stop(codec, dma_chan, ovly); in dspxfr_one_seg()
2602 dsp_dma_setup_common(struct hda_codec * codec,unsigned int chip_addx,unsigned int dma_chan,unsigned int port_map_mask,bool ovly) dsp_dma_setup_common() argument
2803 dsp_dma_start(struct hda_codec * codec,unsigned int dma_chan,bool ovly) dsp_dma_start() argument
2839 dsp_dma_stop(struct hda_codec * codec,unsigned int dma_chan,bool ovly) dsp_dma_stop() argument
3199 dspxfr_one_seg(struct hda_codec * codec,const struct dsp_image_seg * fls,unsigned int reloc,struct dma_engine * dma_engine,unsigned int dma_chan,unsigned int port_map_mask,bool ovly) dspxfr_one_seg() argument
3394 dspxfr_image(struct hda_codec * codec,const struct dsp_image_seg * fls_data,unsigned int reloc,unsigned int sample_rate,unsigned short channels,bool ovly) dspxfr_image() argument
3544 dspload_image(struct hda_codec * codec,const struct dsp_image_seg * fls,bool ovly,unsigned int reloc,bool autostart,int router_chans) dspload_image() argument
[all...]