HomeSort by: relevance | last modified time | path
    Searched refs:update_plane (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_plane_helper.c 248 .update_plane = drm_primary_helper_update,
drm_plane.c 712 ret = plane->funcs->update_plane(plane, crtc, fb,
750 * but the legacy cursor/"async" .update_plane() tricks
752 * this when all .update_plane() implementations have been
761 return plane->funcs->update_plane(plane, crtc, fb,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 314 .update_plane = drm_atomic_helper_update_plane,
323 .update_plane = drm_atomic_helper_update_plane,
vmwgfx_scrn.c 784 .update_plane = drm_atomic_helper_update_plane,
793 .update_plane = drm_atomic_helper_update_plane,
vmwgfx_stdu.c 1672 .update_plane = drm_atomic_helper_update_plane,
1681 .update_plane = drm_atomic_helper_update_plane,
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 260 * @update_plane:
285 int (*update_plane)(struct drm_plane *plane, member in struct:drm_plane_funcs
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 2811 .update_plane = drm_atomic_helper_update_plane,
2820 .update_plane = drm_atomic_helper_update_plane,
2829 .update_plane = drm_atomic_helper_update_plane,
2838 .update_plane = drm_atomic_helper_update_plane,
2847 .update_plane = drm_atomic_helper_update_plane,
2977 plane->update_plane = skl_update_plane;
3081 plane->update_plane = vlv_update_plane;
3099 plane->update_plane = ivb_update_plane;
3116 plane->update_plane = g4x_update_plane;
intel_atomic_plane.c 30 * implement legacy plane updates (i.e., drm_plane->update_plane() and
364 plane->update_plane(plane, crtc_state, plane_state);
intel_display_types.h 1132 void (*update_plane)(struct intel_plane *plane, member in struct:intel_plane
intel_display.c 15978 .update_plane = drm_atomic_helper_update_plane,
15987 .update_plane = drm_atomic_helper_update_plane,
16119 .update_plane = intel_legacy_cursor_update,
16226 plane->update_plane = i9xx_update_plane;
16299 cursor->update_plane = i845_update_cursor;
16305 cursor->update_plane = i9xx_update_cursor;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_overlay.c 276 .update_plane = nv10_update_plane,
465 .update_plane = nv04_update_plane,
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_plane.c 82 .update_plane = drm_atomic_helper_update_plane,
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_mode.c 484 .update_plane = drm_atomic_helper_update_plane,
506 .update_plane = drm_atomic_helper_update_plane,
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 866 .update_plane = drm_atomic_helper_update_plane,
888 .update_plane = drm_atomic_helper_update_plane,
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 605 .update_plane = drm_atomic_helper_update_plane,
758 .update_plane = drm_atomic_helper_update_plane,
  /src/sys/arch/arm/rockchip/
rk_vop.c 408 .update_plane = drm_atomic_helper_update_plane,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_wndw.c 613 .update_plane = drm_atomic_helper_update_plane,
  /src/sys/arch/arm/sunxi/
sunxi_mixer.c 1186 .update_plane = sunxi_mixer_overlay_update_plane,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 5090 .update_plane = drm_atomic_helper_update_plane,

Completed in 300 milliseconds