/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/ |
H A D | vma_map.c | 108 struct spu_overlay_info ovly; in create_vma_map() local 238 ovly_table_sym) / sizeof (ovly); in create_vma_map() 242 if (copy_from_user(&ovly, ovly_table + i, sizeof (ovly))) in create_vma_map() 245 /* The ovly.vma/size/offset arguments are analogous to the same in create_vma_map() 250 * computed using ovly.buf as the index into the table. Since in create_vma_map() 251 * ovly.buf values begin at '1' to reference the first (or 0th) in create_vma_map() 253 * from ovly.buf. in create_vma_map() 268 map = vma_map_add(map, ovly.vma, ovly in create_vma_map() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 26 #include "ovly.h" 71 if (asyh->set.ovly ) head->func->ovly (head, asyh); in nv50_head_flush_set() 380 asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp; in nv50_head_atomic_check() 386 asyh->ovly.cpp = 0; in nv50_head_atomic_check() 461 asyh->ovly = armh->ovly; in nv50_head_atomic_duplicate_state() 553 struct nv50_wndw *base, *ovly, *cur in nv50_head_create() local [all...] |
H A D | ovly507e.c | 22 #include "ovly.h" 99 asyh->ovly.cpp = 0; in ovly507e_release() 116 asyh->ovly.cpp = fb->format->cpp[0]; in ovly507e_acquire() 158 "ovly", head, format, BIT(head), in ovly507e_new_() 168 NV_ERROR(drm, "ovly%04x allocation failed: %d\n", oclass, ret); in ovly507e_new_()
|
H A D | atom.h | 102 } ovly; member 141 bool ovly:1; member
|
H A D | head507d.c | 74 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 D | head.h | 46 int (*ovly)(struct nv50_head *, struct nv50_head_atom *); member
|
H A D | head907d.c | 103 if (asyh->ovly.cpp) { in head907d_ovly() 104 switch (asyh->ovly.cpp) { in head907d_ovly() 430 .ovly = head907d_ovly,
|
H A D | head917d.c | 133 .ovly = head907d_ovly,
|
H A D | head827d.c | 165 .ovly = head507d_ovly,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 26 #include "ovly.h" 71 if (asyh->set.ovly ) head->func->ovly (head, asyh); in nv50_head_flush_set() 402 asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp; in nv50_head_atomic_check() 408 asyh->ovly.cpp = 0; in nv50_head_atomic_check() 483 asyh->ovly = armh->ovly; in nv50_head_atomic_duplicate_state() 574 struct nv50_wndw *base, *ovly, *cur in nv50_head_create() local [all...] |
H A D | atom.h | 102 } ovly; member 141 bool ovly:1; member
|
H A D | ovly507e.c | 22 #include "ovly.h" 97 asyh->ovly.cpp = 0; in ovly507e_release() 114 asyh->ovly.cpp = fb->format->cpp[0]; in ovly507e_acquire() 156 "ovly", head, format, BIT(head), in ovly507e_new_() 166 NV_ERROR(drm, "ovly%04x allocation failed: %d\n", oclass, ret); in ovly507e_new_()
|
H A D | head507d.c | 74 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 D | head.h | 47 int (*ovly)(struct nv50_head *, struct nv50_head_atom *); member
|
H A D | head907d.c | 103 if (asyh->ovly.cpp) { in head907d_ovly() 104 switch (asyh->ovly.cpp) { in head907d_ovly() 429 .ovly = head907d_ovly,
|
H A D | head917d.c | 134 .ovly = head907d_ovly,
|
H A D | head827d.c | 165 .ovly = head507d_ovly,
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 2478 bool ovly) in dsp_dma_setup_common() 2510 if (ovly) { in dsp_dma_setup_common() 2535 if (ovly) { in dsp_dma_setup_common() 2679 unsigned int dma_chan, bool ovly) in dsp_dma_start() 2686 if (ovly) { in dsp_dma_start() 2715 unsigned int dma_chan, bool ovly) in dsp_dma_stop() 2722 if (ovly) { in dsp_dma_stop() 3070 * @ovly: TRUE if overlay format is required 3080 bool ovly) in dspxfr_one_seg() 3187 status = dsp_dma_stop(codec, dma_chan, ovly); in dspxfr_one_seg() 2474 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 2678 dsp_dma_start(struct hda_codec *codec, unsigned int dma_chan, bool ovly) dsp_dma_start() argument 2714 dsp_dma_stop(struct hda_codec *codec, unsigned int dma_chan, bool ovly) dsp_dma_stop() argument 3074 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 3270 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 3423 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...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0132.c | 2602 bool ovly) in dsp_dma_setup_common() 2634 if (ovly) { in dsp_dma_setup_common() 2659 if (ovly) { in dsp_dma_setup_common() 2803 unsigned int dma_chan, bool ovly) in dsp_dma_start() 2810 if (ovly) { in dsp_dma_start() 2839 unsigned int dma_chan, bool ovly) in dsp_dma_stop() 2846 if (ovly) { in dsp_dma_stop() 3190 * @ovly: TRUE if overlay format is required 3200 bool ovly) in dspxfr_one_seg() 3307 status = dsp_dma_stop(codec, dma_chan, ovly); in dspxfr_one_seg() 2598 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 2802 dsp_dma_start(struct hda_codec *codec, unsigned int dma_chan, bool ovly) dsp_dma_start() argument 2838 dsp_dma_stop(struct hda_codec *codec, unsigned int dma_chan, bool ovly) dsp_dma_stop() argument 3194 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 3390 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 3543 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...] |