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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic_plane.h 21 extern const struct drm_plane_helper_funcs intel_plane_helper_funcs;
intel_atomic_plane.c 430 const struct drm_plane_helper_funcs intel_plane_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_helper_vtables.h 321 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
1067 * struct drm_plane_helper_funcs - helper operations for planes
1072 struct drm_plane_helper_funcs { struct
1232 * Note that unlike &drm_plane_helper_funcs.atomic_update this hook
1264 const struct drm_plane_helper_funcs *funcs)
drm_crtc.h 82 struct drm_plane_helper_funcs;
drm_plane.h 79 * &drm_plane_helper_funcs.prepare_fb callback. See drm_gem_fb_prepare_fb()
669 const struct drm_plane_helper_funcs *helper_private;
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_plane.c 309 static const struct drm_plane_helper_funcs virtio_gpu_primary_helper_funcs = {
314 static const struct drm_plane_helper_funcs virtio_gpu_cursor_helper_funcs = {
326 const struct drm_plane_helper_funcs *funcs;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 335 drm_plane_helper_funcs vmw_ldu_cursor_plane_helper_funcs = {
343 drm_plane_helper_funcs vmw_ldu_primary_plane_helper_funcs = {
vmwgfx_scrn.c 805 drm_plane_helper_funcs vmw_sou_cursor_plane_helper_funcs = {
813 drm_plane_helper_funcs vmw_sou_primary_plane_helper_funcs = {
vmwgfx_stdu.c 1694 drm_plane_helper_funcs vmw_stdu_cursor_plane_helper_funcs = {
1702 drm_plane_helper_funcs vmw_stdu_primary_plane_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 75 * also shares the &struct drm_plane_helper_funcs function table with the plane
596 * &drm_plane_helper_funcs.atomic_check hooks if a plane update can't be done
849 * &drm_crtc_helper_funcs.atomic_check and &drm_plane_helper_funcs.atomic_check
869 const struct drm_plane_helper_funcs *funcs;
924 * @drm_plane_helper_funcs.atomic_check and @drm_crtc_helper_funcs.atomic_check
1692 const struct drm_plane_helper_funcs *funcs;
1749 const struct drm_plane_helper_funcs *funcs;
2368 * configuration, by calling &drm_plane_helper_funcs.prepare_fb. If any failure
2369 * is encountered this function will call &drm_plane_helper_funcs.cleanup_fb on
2394 const struct drm_plane_helper_funcs *funcs
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_mode.c 475 static const struct drm_plane_helper_funcs vbox_cursor_helper_funcs = {
497 static const struct drm_plane_helper_funcs vbox_primary_helper_funcs = {
518 const struct drm_plane_helper_funcs *helper_funcs = NULL;
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 858 static const struct drm_plane_helper_funcs qxl_cursor_helper_funcs = {
879 static const struct drm_plane_helper_funcs primary_helper_funcs = {
900 const struct drm_plane_helper_funcs *helper_funcs = NULL;
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 596 static const struct drm_plane_helper_funcs ast_primary_plane_helper_funcs = {
749 static const struct drm_plane_helper_funcs ast_cursor_plane_helper_funcs = {
  /src/sys/arch/arm/rockchip/
rk_vop.c 390 static const struct drm_plane_helper_funcs rk_vop_plane_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_wndw.c 532 static const struct drm_plane_helper_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 5255 static const struct drm_plane_helper_funcs dm_plane_helper_funcs = {

Completed in 29 milliseconds