Searched refs:jpeg (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_jpeg.c44 INIT_DELAYED_WORK(&adev->jpeg.idle_work, amdgpu_jpeg_idle_work_handler);
53 cancel_delayed_work_sync(&adev->jpeg.idle_work);
55 for (i = 0; i < adev->jpeg.num_jpeg_inst; ++i) {
56 if (adev->jpeg.harvest_config & (1 << i))
59 amdgpu_ring_fini(&adev->jpeg.inst[i].ring_dec);
67 cancel_delayed_work_sync(&adev->jpeg.idle_work);
80 container_of(work, struct amdgpu_device, jpeg.idle_work.work);
84 for (i = 0; i < adev->jpeg.num_jpeg_inst; ++i) {
85 if (adev->jpeg.harvest_config & (1 << i))
88 fences += amdgpu_fence_count_emitted(&adev->jpeg
[all...]
H A Damdgpu_jpeg_v2_5.c67 adev->jpeg.num_jpeg_inst = JPEG25_MAX_HW_INSTANCES_ARCTURUS;
68 for (i = 0; i < adev->jpeg.num_jpeg_inst; i++) {
71 adev->jpeg.harvest_config |= 1 << i;
74 if (adev->jpeg.harvest_config == (AMDGPU_JPEG_HARVEST_JPEG0 |
78 adev->jpeg.num_jpeg_inst = 1;
99 for (i = 0; i < adev->jpeg.num_jpeg_inst; ++i) {
100 if (adev->jpeg.harvest_config & (1 << i))
105 VCN_2_0__SRCID__JPEG_DECODE, &adev->jpeg.inst[i].irq);
118 for (i = 0; i < adev->jpeg.num_jpeg_inst; ++i) {
119 if (adev->jpeg
[all...]
H A Damdgpu_jpeg_v2_0.c75 adev->jpeg.num_jpeg_inst = 1;
98 VCN_2_0__SRCID__JPEG_DECODE, &adev->jpeg.inst->irq);
110 ring = &adev->jpeg.inst->ring_dec;
114 r = amdgpu_ring_init(adev, ring, 512, &adev->jpeg.inst->irq, 0);
118 adev->jpeg.internal.jpeg_pitch = mmUVD_JPEG_PITCH_INTERNAL_OFFSET;
119 adev->jpeg.inst->external.jpeg_pitch = SOC15_REG_OFFSET(JPEG, 0, mmUVD_JPEG_PITCH);
154 struct amdgpu_ring *ring = &adev->jpeg.inst->ring_dec;
177 struct amdgpu_ring *ring = &adev->jpeg.inst->ring_dec;
179 if (adev->jpeg.cur_state != AMD_PG_STATE_GATE &&
338 struct amdgpu_ring *ring = &adev->jpeg
[all...]
H A Damdgpu_jpeg_v1_0.c439 amdgpu_fence_process(&adev->jpeg.inst->ring_dec);
461 adev->jpeg.num_jpeg_inst = 1;
482 r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_VCN, 126, &adev->jpeg.inst->irq);
486 ring = &adev->jpeg.inst->ring_dec;
488 r = amdgpu_ring_init(adev, ring, 512, &adev->jpeg.inst->irq, 0);
492 adev->jpeg.internal.jpeg_pitch = adev->jpeg.inst->external.jpeg_pitch =
509 amdgpu_ring_fini(&adev->jpeg.inst[0].ring_dec);
521 struct amdgpu_ring *ring = &adev->jpeg.inst->ring_dec;
537 /* copy patch commands to the jpeg rin
[all...]
H A Damdgpu_ctx.c125 scheds = adev->jpeg.jpeg_sched;
126 num_scheds = adev->jpeg.num_jpeg_sched;
676 for (i = 0; i < adev->jpeg.num_jpeg_inst; ++i) {
677 if (adev->jpeg.harvest_config & (1 << i))
679 adev->jpeg.jpeg_sched[adev->jpeg.num_jpeg_sched++] =
680 &adev->jpeg.inst[i].ring_dec.sched;
H A Damdgpu_vcn_v1_0.c214 ring = &adev->jpeg.inst->ring_dec;
1220 adev->vcn.inst[inst_idx].pause_state.jpeg,
1221 new_state->fw_based, new_state->jpeg);
1235 /* pause DPG non-jpeg */
1265 /* unpause dpg non-jpeg, no need to wait */
1273 if (adev->vcn.inst[inst_idx].pause_state.jpeg != new_state->jpeg) {
1276 adev->vcn.inst[inst_idx].pause_state.jpeg,
1277 new_state->fw_based, new_state->jpeg);
1282 if (new_state->jpeg
[all...]
H A Damdgpu_vcn.h157 enum internal_dpg_state jpeg; member in struct:dpg_pause_state
H A Damdgpu_kms.c418 for (i = 0; i < adev->jpeg.num_jpeg_inst; i++) {
419 if (adev->jpeg.harvest_config & (1 << i))
422 if (adev->jpeg.inst[i].ring_dec.sched.ready)
H A Damdgpu.h911 /* jpeg */
912 struct amdgpu_jpeg jpeg; member in struct:amdgpu_device
/netbsd-current/external/bsd/file/dist/tests/
H A DMakefile.am56 jpeg-text.result \
57 jpeg-text.testfile \
H A DMakefile.in350 jpeg-text.result \
351 jpeg-text.testfile \
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c31 minor perf improvements for jpeg
55 Sean Barrett (jpeg, png, bmp) Fabian "ryg" Giesen
86 // - no jpeg progressive support
87 // - non-HDR formats support 8-bit samples only (jpeg, png)
88 // - no delayed line count (jpeg) -- IJG doesn't support either
314 // is it a jpeg?
502 // is it a jpeg?
967 // individual types do this automatically as much as possible (e.g. jpeg
1137 // definition of jpeg image component
1152 uint32 code_buffer; // jpeg entrop
1159 } jpeg; typedef in typeref:struct:__anon28
[all...]
/netbsd-current/external/bsd/file/dist/magic/
H A DMakefile.am155 $(MAGIC_FRAGMENT_DIR)/jpeg \
H A DMakefile.in433 $(MAGIC_FRAGMENT_DIR)/jpeg \
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1200 \openin 1 #1.jpeg \ifeof 1
1206 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex1328 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1393 \openin 1 #1.jpeg \ifeof 1
1405 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex1130 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1199 \openin 1 #1.jpeg \ifeof 1
1205 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex1328 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1390 \openin 1 #1.jpeg \ifeof 1
1402 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex1328 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1390 \openin 1 #1.jpeg \ifeof 1
1402 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1200 \openin 1 #1.jpeg \ifeof 1
1206 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex1130 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1199 \openin 1 #1.jpeg \ifeof 1
1205 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex1328 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1390 \openin 1 #1.jpeg \ifeof 1
1402 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex1328 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1390 \openin 1 #1.jpeg \ifeof 1
1402 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1200 \openin 1 #1.jpeg \ifeof 1
1206 \else \gdef\pdfimgext{jpeg}%
/netbsd-current/external/lgpl3/mpc/dist/doc/
H A Dtexinfo.tex1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1200 \openin 1 #1.jpeg \ifeof 1
1206 \else \gdef\pdfimgext{jpeg}%

Completed in 875 milliseconds

12