Home
last modified time | relevance | path

Searched refs:disp (Results 126 - 150 of 533) sorted by relevance

12345678910>>...22

/kernel/linux/linux-5.10/include/video/
H A Ddisplay_timing.h94 display_timings *disp, in display_timings_get()
97 if (disp->num_timings > index) in display_timings_get()
98 return disp->timings[index]; in display_timings_get()
103 void display_timings_release(struct display_timings *disp);
93 display_timings_get(const struct display_timings *disp, unsigned int index) display_timings_get() argument
/kernel/linux/linux-6.6/include/video/
H A Ddisplay_timing.h94 display_timings *disp, in display_timings_get()
97 if (disp->num_timings > index) in display_timings_get()
98 return disp->timings[index]; in display_timings_get()
103 void display_timings_release(struct display_timings *disp);
93 display_timings_get(const struct display_timings *disp, unsigned int index) display_timings_get() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Dhead.c23 #include <nvif/disp.h>
46 nvif_head_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_head *head) in nvif_head_ctor() argument
54 ret = nvif_object_ctor(&disp->object, name ? name : "nvifHead", id, NVIF_CLASS_HEAD, in nvif_head_ctor()
56 NVIF_ERRON(ret, &disp->object, "[NEW head id:%d]", args.id); in nvif_head_ctor()
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.h55 void zynqmp_disp_enable(struct zynqmp_disp *disp);
56 void zynqmp_disp_disable(struct zynqmp_disp *disp);
57 int zynqmp_disp_setup_clock(struct zynqmp_disp *disp,
60 void zynqmp_disp_blend_set_global_alpha(struct zynqmp_disp *disp,
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c222 _EGLDisplay *disp = (_EGLDisplay *) user_data; in dri2_wl_is_format_supported() local
223 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); in dri2_wl_is_format_supported()
590 dri2_wl_create_window_surface(_EGLDisplay *disp, _EGLConfig *conf, in dri2_wl_create_window_surface() argument
593 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); in dri2_wl_create_window_surface()
617 if (!dri2_init_surface(&dri2_surf->base, disp, EGL_WINDOW_BIT, conf, in dri2_wl_create_window_surface()
776 dri2_wl_create_pixmap_surface(_EGLDisplay *disp, _EGLConfig *conf, in dri2_wl_create_pixmap_surface() argument
794 dri2_wl_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in dri2_wl_destroy_surface() argument
796 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); in dri2_wl_destroy_surface()
843 dri2_wl_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) in dri2_wl_swap_interval() argument
845 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); in dri2_wl_swap_interval()
1510 dri2_wl_swap_buffers_with_damage(_EGLDisplay *disp, _EGLSurface *draw, const EGLint *rects, EGLint n_rects) dri2_wl_swap_buffers_with_damage() argument
1613 dri2_wl_query_buffer_age(_EGLDisplay *disp, _EGLSurface *surface) dri2_wl_query_buffer_age() argument
1626 dri2_wl_swap_buffers(_EGLDisplay *disp, _EGLSurface *draw) dri2_wl_swap_buffers() argument
1632 dri2_wl_create_wayland_buffer_from_image(_EGLDisplay *disp, _EGLImage *img) dri2_wl_create_wayland_buffer_from_image() argument
1668 dri2_wl_authenticate(_EGLDisplay *disp, uint32_t id) dri2_wl_authenticate() argument
1958 dri2_wl_setup_swap_interval(_EGLDisplay *disp) dri2_wl_setup_swap_interval() argument
1998 dri2_wl_add_configs_for_visuals(_EGLDisplay *disp) dri2_wl_add_configs_for_visuals() argument
2074 dri2_initialize_wayland_drm(_EGLDisplay *disp) dri2_initialize_wayland_drm() argument
2578 dri2_wl_swrast_swap_buffers(_EGLDisplay *disp, _EGLSurface *draw) dri2_wl_swrast_swap_buffers() argument
2675 dri2_initialize_wayland_swrast(_EGLDisplay *disp) dri2_initialize_wayland_swrast() argument
2764 dri2_initialize_wayland(_EGLDisplay *disp) dri2_initialize_wayland() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c91 .disp = nv04_disp_new,
112 .disp = nv04_disp_new,
134 .disp = nv04_disp_new,
154 .disp = nv04_disp_new,
176 .disp = nv04_disp_new,
198 .disp = nv04_disp_new,
220 .disp = nv04_disp_new,
242 .disp = nv04_disp_new,
264 .disp = nv04_disp_new,
286 .disp
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dlpar.c289 struct vcpu_dispatch_data *disp; in update_vcpu_disp_stat() local
292 disp = this_cpu_ptr(&vcpu_disp_data); in update_vcpu_disp_stat()
293 if (disp->last_disp_cpu == -1) { in update_vcpu_disp_stat()
294 disp->last_disp_cpu = disp_cpu; in update_vcpu_disp_stat()
298 disp->total_disp++; in update_vcpu_disp_stat()
300 if (disp->last_disp_cpu == disp_cpu || in update_vcpu_disp_stat()
301 (cpu_first_thread_sibling(disp->last_disp_cpu) == in update_vcpu_disp_stat()
303 disp->same_cpu_disp++; in update_vcpu_disp_stat()
305 distance = cpu_relative_dispatch_distance(disp->last_disp_cpu, in update_vcpu_disp_stat()
313 disp in update_vcpu_disp_stat()
501 struct vcpu_dispatch_data *disp; vcpudispatch_stats_write() local
559 struct vcpu_dispatch_data *disp; vcpudispatch_stats_display() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgp102.c31 gp102_disp_intr_error(struct nv50_disp *disp, int chid) in gp102_disp_intr_error() argument
33 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in gp102_disp_intr_error()
42 if (chid < ARRAY_SIZE(disp->chan)) { in gp102_disp_intr_error()
45 nv50_disp_chan_mthd(disp->chan[chid], NV_DBG_ERROR); in gp102_disp_intr_error()
H A Dsorgp100.c82 gp100_sor_new(struct nvkm_disp *disp, int id) in gp100_sor_new() argument
84 struct nvkm_device *device = disp->engine.subdev.device; in gp100_sor_new()
91 return nvkm_ior_new_(&gp100_sor_hda, disp, SOR, id); in gp100_sor_new()
92 return nvkm_ior_new_(&gp100_sor, disp, SOR, id); in gp100_sor_new()
H A Drootnv50.c44 struct nv50_disp *disp = root->disp; in nv50_disp_root_mthd_() local
53 nvif_ioctl(object, "disp mthd size %d\n", size); in nv50_disp_root_mthd_()
55 nvif_ioctl(object, "disp mthd vers %d mthd %02x head %d\n", in nv50_disp_root_mthd_()
61 nvif_ioctl(object, "disp mthd vers %d mthd %02x " in nv50_disp_root_mthd_()
72 if (!(head = nvkm_head_find(&disp->base, hidx))) in nv50_disp_root_mthd_()
76 list_for_each_entry(temp, &disp->base.outp, head) { in nv50_disp_root_mthd_()
142 nvif_ioctl(object, "disp sor hda eld size %d\n", size); in nv50_disp_root_mthd_()
144 nvif_ioctl(object, "disp sor hda eld vers %d\n", in nv50_disp_root_mthd_()
176 nvif_ioctl(object, "disp so in nv50_disp_root_mthd_()
280 struct nv50_disp *disp = nv50_disp_root(oclass->parent)->disp; nv50_disp_root_child_new_() local
321 struct nv50_disp *disp = nv50_disp(base); nv50_disp_root_new_() local
347 nv50_disp_root_new(struct nvkm_disp *disp, const struct nvkm_oclass *oclass, void *data, u32 size, struct nvkm_object **pobject) nv50_disp_root_new() argument
[all...]
H A Ddp.c78 struct nvkm_bios *bios = ior->disp->engine.subdev.device->bios; in nvkm_dp_train_drive()
223 struct nvkm_disp *disp = dp->outp.disp; in nvkm_dp_train_links() local
224 struct nvkm_subdev *subdev = &disp->engine.subdev; in nvkm_dp_train_links()
237 if (disp->engine.subdev.device->chipset < 0xd0) in nvkm_dp_train_links()
294 nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[1], in nvkm_dp_train_fini()
306 nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[2], in nvkm_dp_train_init()
312 nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[3], in nvkm_dp_train_init()
320 nvbios_init(&dp->outp.disp->engine.subdev, dp->info.script[0], in nvkm_dp_train_init()
428 nvbios_init(&ior->disp in nvkm_dp_disable()
541 struct nvkm_disp *disp = dp->outp.disp; nvkm_dp_hpd() local
627 nvkm_dp_ctor(struct nvkm_disp *disp, int index, struct dcb_output *dcbE, struct nvkm_i2c_aux *aux, struct nvkm_dp *dp) nvkm_dp_ctor() argument
680 nvkm_dp_new(struct nvkm_disp *disp, int index, struct dcb_output *dcbE, struct nvkm_outp **poutp) nvkm_dp_new() argument
[all...]
H A Dwndwgv100.c133 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gv100_disp_wndw_intr()
151 struct nv50_disp *disp, int chid, in gv100_disp_wndw_new_()
167 if (!(disp->wndw.mask & BIT(args->v0.index))) in gv100_disp_wndw_new_()
174 return nv50_disp_dmac_new_(func, mthd, disp, chid + wndw, in gv100_disp_wndw_new_()
180 struct nv50_disp *disp, struct nvkm_object **pobject) in gv100_disp_wndw_new()
183 disp, 1, oclass, argv, argc, pobject); in gv100_disp_wndw_new()
149 gv100_disp_wndw_new_(const struct nv50_disp_chan_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp *disp, int chid, const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) gv100_disp_wndw_new_() argument
179 gv100_disp_wndw_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nv50_disp *disp, struct nvkm_object **pobject) gv100_disp_wndw_new() argument
H A Dcoregv100.c138 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gv100_disp_core_idle()
157 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gv100_disp_core_intr()
166 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gv100_disp_core_fini()
176 struct nvkm_subdev *subdev = &chan->disp->base.engine.subdev; in gv100_disp_core_init()
201 struct nv50_disp *disp, struct nvkm_object **pobject) in gv100_disp_core_new()
204 disp, 0, oclass, argv, argc, pobject); in gv100_disp_core_new()
200 gv100_disp_core_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nv50_disp *disp, struct nvkm_object **pobject) gv100_disp_core_new() argument
H A Dbasenv50.c35 struct nv50_disp *disp, int chid, in nv50_disp_base_new_()
46 nvif_ioctl(parent, "create disp base channel dma size %d\n", argc); in nv50_disp_base_new_()
48 nvif_ioctl(parent, "create disp base channel dma vers %d " in nv50_disp_base_new_()
51 if (!nvkm_head_find(&disp->base, args->v0.head)) in nv50_disp_base_new_()
58 return nv50_disp_dmac_new_(func, mthd, disp, chid + head, in nv50_disp_base_new_()
115 struct nv50_disp *disp, struct nvkm_object **pobject) in nv50_disp_base_new()
118 disp, 1, oclass, argv, argc, pobject); in nv50_disp_base_new()
33 nv50_disp_base_new_(const struct nv50_disp_chan_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp *disp, int chid, const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) nv50_disp_base_new_() argument
114 nv50_disp_base_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nv50_disp *disp, struct nvkm_object **pobject) nv50_disp_base_new() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore907d.c33 core907d_caps_init(struct nouveau_drm *drm, struct nv50_disp *disp) in core907d_caps_init() argument
35 struct nv50_core *core = disp->core; in core907d_caps_init()
36 struct nouveau_bo *bo = disp->sync; in core907d_caps_init()
43 ret = core507d_read_caps(disp); in core907d_caps_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore907d.c33 core907d_caps_init(struct nouveau_drm *drm, struct nv50_disp *disp) in core907d_caps_init() argument
35 struct nv50_core *core = disp->core; in core907d_caps_init()
36 struct nouveau_bo *bo = disp->sync; in core907d_caps_init()
43 ret = core507d_read_caps(disp); in core907d_caps_init()
/third_party/elfutils/libcpu/
H A Di386_data.h173 int16_t disp = 0; in general_mod$r_m() local
178 disp = read_2sbyte_unaligned (&data[1]); in general_mod$r_m()
181 disp = *(const int8_t *) &data[1]; in general_mod$r_m()
188 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp); in general_mod$r_m()
194 disp < 0 ? "-" : "", disp < 0 ? -disp : disp); in general_mod$r_m()
215 int32_t disp = 0; in general_mod$r_m() local
220 disp in general_mod$r_m()
288 int32_t disp = 0; general_mod$r_m() local
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtext-patching.h97 s32 disp; member
120 insn->disp = (long)dest - (long)(addr + size); in __text_gen_insn()
126 BUG_ON((insn->disp >> 31) != (insn->disp >> 7)); in __text_gen_insn()
189 void int3_emulate_jcc(struct pt_regs *regs, u8 cc, unsigned long ip, unsigned long disp)
213 ip += disp;
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgp102.c36 struct nvkm_subdev *subdev = &chan->disp->engine.subdev; in gp102_disp_dmac_init()
105 struct nvkm_subdev *subdev = &chan->disp->engine.subdev; in gp102_disp_core_init()
148 gp102_disp_intr_error(struct nvkm_disp *disp, int chid) in gp102_disp_intr_error() argument
150 struct nvkm_subdev *subdev = &disp->engine.subdev; in gp102_disp_intr_error()
159 if (chid < ARRAY_SIZE(disp->chan)) { in gp102_disp_intr_error()
162 nv50_disp_chan_mthd(disp->chan[chid], NV_DBG_ERROR); in gp102_disp_intr_error()
H A Dgm200.c36 struct nvkm_device *device = sor->disp->engine.subdev.device; in gm200_sor_dp_drive()
73 struct nvkm_device *device = ior->disp->engine.subdev.device; in gm200_sor_hdmi_scdc()
93 struct nvkm_device *device = outp->disp->engine.subdev.device; in gm200_sor_route_set()
110 struct nvkm_device *device = outp->disp->engine.subdev.device; in gm200_sor_route_get()
148 gm200_sor_new(struct nvkm_disp *disp, int id) in gm200_sor_new() argument
150 struct nvkm_device *device = disp->engine.subdev.device; in gm200_sor_new()
156 return nvkm_ior_new_(&gm200_sor, disp, SOR, id, hda & BIT(id)); in gm200_sor_new()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h259 void Assembler::disp_at_put(Label* L, Displacement disp) { in disp_at_put() argument
260 long_at_put(L->pos(), disp.data()); in disp_at_put()
264 Displacement disp(L, type); in emit_disp()
266 emit(static_cast<int>(disp.data())); in emit_disp()
270 byte disp = 0x00; in emit_near_disp() local
274 disp = static_cast<byte>(offset & 0xFF); in emit_near_disp()
277 *pc_++ = disp; in emit_near_disp()
294 void Operand::set_disp8(int8_t disp) { in set_disp8() argument
296 *reinterpret_cast<int8_t*>(&buf_[len_++]) = disp; in set_disp8()
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
H A Dddk750_display.c88 static void sw_panel_power_sequence(int disp, int delay) in sw_panel_power_sequence() argument
92 /* disp should be 1 to open sequence */ in sw_panel_power_sequence()
94 reg |= (disp ? PANEL_DISPLAY_CTRL_FPEN : 0); in sw_panel_power_sequence()
99 reg |= (disp ? PANEL_DISPLAY_CTRL_DATA : 0); in sw_panel_power_sequence()
104 reg |= (disp ? PANEL_DISPLAY_CTRL_VBIASEN : 0); in sw_panel_power_sequence()
109 reg |= (disp ? PANEL_DISPLAY_CTRL_FPEN : 0); in sw_panel_power_sequence()
/kernel/linux/linux-6.6/drivers/staging/sm750fb/
H A Dddk750_display.c88 static void sw_panel_power_sequence(int disp, int delay) in sw_panel_power_sequence() argument
92 /* disp should be 1 to open sequence */ in sw_panel_power_sequence()
94 reg |= (disp ? PANEL_DISPLAY_CTRL_FPEN : 0); in sw_panel_power_sequence()
99 reg |= (disp ? PANEL_DISPLAY_CTRL_DATA : 0); in sw_panel_power_sequence()
104 reg |= (disp ? PANEL_DISPLAY_CTRL_VBIASEN : 0); in sw_panel_power_sequence()
109 reg |= (disp ? PANEL_DISPLAY_CTRL_FPEN : 0); in sw_panel_power_sequence()
/third_party/mesa3d/src/egl/main/
H A Deglsync.c86 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, in _eglInitSync() argument
91 _eglInitResource(&sync->Resource, sizeof(*sync), disp); in _eglInitSync()
123 _eglGetSyncAttrib(_EGLDisplay *disp, _EGLSync *sync, in _eglGetSyncAttrib() argument
137 disp->Driver->ClientWaitSyncKHR(disp, sync, 0, 0); in _eglGetSyncAttrib()
/third_party/ffmpeg/libavcodec/
H A Dh264_metadata_bsf.c344 H264RawSEIDisplayOrientation *disp = message->payload; in h264_metadata_handle_display_orientation() local
345 double angle = disp->anticlockwise_rotation * 180.0 / 65536.0; in h264_metadata_handle_display_orientation()
360 angle = -angle * (1 - 2 * !!disp->hor_flip) * (1 - 2 * !!disp->ver_flip); in h264_metadata_handle_display_orientation()
363 av_display_matrix_flip(matrix, disp->hor_flip, disp->ver_flip); in h264_metadata_handle_display_orientation()
386 H264RawSEIDisplayOrientation *disp = in h264_metadata_handle_display_orientation() local
431 disp->hor_flip = hflip; in h264_metadata_handle_display_orientation()
432 disp->ver_flip = vflip; in h264_metadata_handle_display_orientation()
433 disp in h264_metadata_handle_display_orientation()
[all...]

Completed in 14 milliseconds

12345678910>>...22