Home
last modified time | relevance | path

Searched refs:old_fb (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_plane.c590 plane->old_fb = NULL; in drm_plane_force_disable()
595 plane->old_fb = NULL; in drm_plane_force_disable()
847 plane->old_fb = NULL; in __setplane_internal()
867 plane->old_fb = NULL; in __setplane_internal()
871 if (plane->old_fb) in __setplane_internal()
873 plane->old_fb = NULL; in __setplane_internal()
1276 old_fb = plane->fb; in drm_mode_page_flip_ioctl()
1278 if (old_fb == NULL) { in drm_mode_page_flip_ioctl()
1354 plane->old_fb = NULL; in drm_mode_page_flip_ioctl()
1365 if (plane->old_fb) in drm_mode_page_flip_ioctl()
[all …]
H A Ddrm_crtc.c544 plane->old_fb = plane->fb; in __drm_mode_set_config_internal()
562 if (plane->old_fb) in __drm_mode_set_config_internal()
563 drm_framebuffer_put(plane->old_fb); in __drm_mode_set_config_internal()
564 plane->old_fb = NULL; in __drm_mode_set_config_internal()
679 struct drm_framebuffer *old_fb; in drm_mode_setcrtc() local
682 old_fb = plane->state->fb; in drm_mode_setcrtc()
684 old_fb = plane->fb; in drm_mode_setcrtc()
686 if (!old_fb) { in drm_mode_setcrtc()
692 fb = old_fb; in drm_mode_setcrtc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_plane.c590 plane->old_fb = NULL; in drm_plane_force_disable()
595 plane->old_fb = NULL; in drm_plane_force_disable()
847 plane->old_fb = NULL; in __setplane_internal()
867 plane->old_fb = NULL; in __setplane_internal()
871 if (plane->old_fb) in __setplane_internal()
873 plane->old_fb = NULL; in __setplane_internal()
1276 old_fb = plane->fb; in drm_mode_page_flip_ioctl()
1278 if (old_fb == NULL) { in drm_mode_page_flip_ioctl()
1354 plane->old_fb = NULL; in drm_mode_page_flip_ioctl()
1365 if (plane->old_fb) in drm_mode_page_flip_ioctl()
[all …]
H A Ddrm_crtc.c544 plane->old_fb = plane->fb; in __drm_mode_set_config_internal()
562 if (plane->old_fb) in __drm_mode_set_config_internal()
563 drm_framebuffer_put(plane->old_fb); in __drm_mode_set_config_internal()
564 plane->old_fb = NULL; in __drm_mode_set_config_internal()
679 struct drm_framebuffer *old_fb; in drm_mode_setcrtc() local
682 old_fb = plane->state->fb; in drm_mode_setcrtc()
684 old_fb = plane->fb; in drm_mode_setcrtc()
686 if (!old_fb) { in drm_mode_setcrtc()
692 fb = old_fb; in drm_mode_setcrtc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_plane.c590 plane->old_fb = NULL; in drm_plane_force_disable()
595 plane->old_fb = NULL; in drm_plane_force_disable()
847 plane->old_fb = NULL; in __setplane_internal()
867 plane->old_fb = NULL; in __setplane_internal()
871 if (plane->old_fb) in __setplane_internal()
873 plane->old_fb = NULL; in __setplane_internal()
1276 old_fb = plane->fb; in drm_mode_page_flip_ioctl()
1278 if (old_fb == NULL) { in drm_mode_page_flip_ioctl()
1354 plane->old_fb = NULL; in drm_mode_page_flip_ioctl()
1365 if (plane->old_fb) in drm_mode_page_flip_ioctl()
[all …]
H A Ddrm_crtc.c544 plane->old_fb = plane->fb; in __drm_mode_set_config_internal()
562 if (plane->old_fb) in __drm_mode_set_config_internal()
563 drm_framebuffer_put(plane->old_fb); in __drm_mode_set_config_internal()
564 plane->old_fb = NULL; in __drm_mode_set_config_internal()
679 struct drm_framebuffer *old_fb; in drm_mode_setcrtc() local
682 old_fb = plane->state->fb; in drm_mode_setcrtc()
684 old_fb = plane->fb; in drm_mode_setcrtc()
686 if (!old_fb) { in drm_mode_setcrtc()
692 fb = old_fb; in drm_mode_setcrtc()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/wgl/
H A Dstw_context.c498 struct stw_framebuffer *old_fb = ctx->current_framebuffer; in stw_make_current() local
499 if (old_fb != fb) { in stw_make_current()
547 if (old_fb && old_fb != fb) { in stw_make_current()
549 stw_framebuffer_lock(old_fb); in stw_make_current()
550 stw_framebuffer_release_locked(old_fb); in stw_make_current()
574 struct stw_framebuffer *old_fb = old_ctx->current_framebuffer; in stw_make_current() local
575 if (old_fb) { in stw_make_current()
578 stw_framebuffer_lock(old_fb); in stw_make_current()
579 stw_framebuffer_release_locked(old_fb); in stw_make_current()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/imx/
H A Dipuv3-plane.c349 struct drm_framebuffer *old_fb = old_state->fb; in ipu_plane_atomic_check() local
401 if (old_fb && in ipu_plane_atomic_check()
404 fb->format != old_fb->format)) in ipu_plane_atomic_check()
415 if (old_fb && fb->pitches[0] != old_fb->pitches[0]) in ipu_plane_atomic_check()
438 if (old_fb && (fb->format == old_fb->format)) { in ipu_plane_atomic_check()
455 if (old_fb && (fb->format == old_fb->format)) { in ipu_plane_atomic_check()
464 if (old_fb && old_fb->pitches[1] != fb->pitches[1]) in ipu_plane_atomic_check()
488 if (old_fb && old_fb->pitches[1] != fb->pitches[1]) in ipu_plane_atomic_check()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/imx/
H A Dipuv3-plane.c349 struct drm_framebuffer *old_fb = old_state->fb; in ipu_plane_atomic_check() local
401 if (old_fb && in ipu_plane_atomic_check()
404 fb->format != old_fb->format)) in ipu_plane_atomic_check()
415 if (old_fb && fb->pitches[0] != old_fb->pitches[0]) in ipu_plane_atomic_check()
438 if (old_fb && (fb->format == old_fb->format)) { in ipu_plane_atomic_check()
455 if (old_fb && (fb->format == old_fb->format)) { in ipu_plane_atomic_check()
464 if (old_fb && old_fb->pitches[1] != fb->pitches[1]) in ipu_plane_atomic_check()
488 if (old_fb && old_fb->pitches[1] != fb->pitches[1]) in ipu_plane_atomic_check()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/imx/
H A Dipuv3-plane.c349 struct drm_framebuffer *old_fb = old_state->fb; in ipu_plane_atomic_check() local
401 if (old_fb && in ipu_plane_atomic_check()
404 fb->format != old_fb->format)) in ipu_plane_atomic_check()
415 if (old_fb && fb->pitches[0] != old_fb->pitches[0]) in ipu_plane_atomic_check()
438 if (old_fb && (fb->format == old_fb->format)) { in ipu_plane_atomic_check()
455 if (old_fb && (fb->format == old_fb->format)) { in ipu_plane_atomic_check()
464 if (old_fb && old_fb->pitches[1] != fb->pitches[1]) in ipu_plane_atomic_check()
488 if (old_fb && old_fb->pitches[1] != fb->pitches[1]) in ipu_plane_atomic_check()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_crtc_helper.h70 struct drm_framebuffer *old_fb);
74 struct drm_framebuffer *old_fb);
133 struct drm_framebuffer *old_fb);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
H A Dstw_context.c440 release_old_framebuffers(struct stw_framebuffer *old_fb, struct stw_framebuffer *old_fbRead, in release_old_framebuffers() argument
443 if (old_fb || old_fbRead) { in release_old_framebuffers()
445 if (old_fb) { in release_old_framebuffers()
446 stw_framebuffer_lock(old_fb); in release_old_framebuffers()
447 stw_framebuffer_release_locked(old_fb, old_ctx->st); in release_old_framebuffers()
518 struct stw_framebuffer *old_fb = ctx->current_framebuffer; in stw_make_current() local
527 release_old_framebuffers(old_fb, old_fbRead, ctx); in stw_make_current()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c107 struct stw_framebuffer *fb, *old_fb, *old_fbRead; in wglBindTexImageARB() local
162 old_fb = curctx->current_framebuffer; in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/gud/
H A Dgud_pipe.c372 struct drm_framebuffer *old_fb = NULL; in gud_fb_queue_damage() local
377 old_fb = gdrm->fb; in gud_fb_queue_damage()
388 if (old_fb) in gud_fb_queue_damage()
389 drm_framebuffer_put(old_fb); in gud_fb_queue_damage()
400 struct drm_framebuffer *old_fb = old_plane_state->fb; in gud_pipe_check() local
416 if (old_fb && old_fb->format != format) in gud_pipe_check()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/gud/
H A Dgud_pipe.c372 struct drm_framebuffer *old_fb = NULL; in gud_fb_queue_damage() local
377 old_fb = gdrm->fb; in gud_fb_queue_damage()
388 if (old_fb) in gud_fb_queue_damage()
389 drm_framebuffer_put(old_fb); in gud_fb_queue_damage()
400 struct drm_framebuffer *old_fb = old_plane_state->fb; in gud_pipe_check() local
416 if (old_fb && old_fb->format != format) in gud_pipe_check()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/gud/
H A Dgud_pipe.c372 struct drm_framebuffer *old_fb = NULL; in gud_fb_queue_damage() local
377 old_fb = gdrm->fb; in gud_fb_queue_damage()
388 if (old_fb) in gud_fb_queue_damage()
389 drm_framebuffer_put(old_fb); in gud_fb_queue_damage()
400 struct drm_framebuffer *old_fb = old_plane_state->fb; in gud_pipe_check() local
416 if (old_fb && old_fb->format != format) in gud_pipe_check()

1234567