HomeSort by: relevance | last modified time | path
    Searched refs:drm_crtc_helper_funcs (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_helper_vtables.h 58 * struct drm_crtc_helper_funcs - helper operations for CRTCs
63 struct drm_crtc_helper_funcs { struct
463 const struct drm_crtc_helper_funcs *funcs)
689 * using their own &drm_crtc_helper_funcs.atomic_disable hook. If that
712 * &drm_crtc_helper_funcs.atomic_enable hook. If that sequence is
735 * using their own &drm_crtc_helper_funcs.disable hook. If that
768 * their own &drm_crtc_helper_funcs.enable hook. If that sequence is
922 * &drm_crtc_helper_funcs.mode_valid and &drm_bridge_funcs.mode_valid,
1161 * hook is called in-between the &drm_crtc_helper_funcs.atomic_begin and
1162 * drm_crtc_helper_funcs.atomic_flush callbacks
    [all...]
drm_crtc.h 81 struct drm_crtc_helper_funcs;
1024 const struct drm_crtc_helper_funcs *helper_private;
  /src/sys/external/bsd/drm2/dist/drm/
drm_crtc_helper.c 87 * &drm_crtc_helper_funcs, &struct drm_encoder_helper_funcs and struct
194 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
288 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
509 * will call the CRTC &drm_crtc_helper_funcs.mode_set_base helper operation.
516 * details see &struct drm_crtc_helper_funcs and struct
537 const struct drm_crtc_helper_funcs *crtc_funcs;
868 * &drm_crtc_helper_funcs.dpms and &drm_encoder_helper_funcs.dpms callbacks
897 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
911 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
952 const struct drm_crtc_helper_funcs *crtc_funcs
    [all...]
drm_atomic_helper.c 73 * modesetting helpers. See the documentation for &struct drm_crtc_helper_funcs,
473 const struct drm_crtc_helper_funcs *funcs;
578 * &drm_crtc_helper_funcs.mode_valid are called on the affected components.
585 * 7. &drm_crtc_helper_funcs.mode_fixup is called last, to fix up the mode with CRTC constraints.
599 * update, e.g. when the &drm_crtc_helper_funcs.atomic_check functions depend
849 * &drm_crtc_helper_funcs.atomic_check and &drm_plane_helper_funcs.atomic_check
891 const struct drm_crtc_helper_funcs *funcs;
924 * @drm_plane_helper_funcs.atomic_check and @drm_crtc_helper_funcs.atomic_check
1053 const struct drm_crtc_helper_funcs *funcs;
1184 const struct drm_crtc_helper_funcs *funcs
    [all...]
drm_probe_helper.c 182 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
383 * - the optional &drm_crtc_helper_funcs.mode_valid,
drm_fb_helper.c 170 const struct drm_crtc_helper_funcs *funcs;
206 const struct drm_crtc_helper_funcs *funcs;
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 138 static const struct drm_crtc_helper_funcs virtio_gpu_crtc_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 348 static const struct drm_crtc_helper_funcs vmw_ldu_crtc_helper_funcs = {
vmwgfx_scrn.c 820 static const struct drm_crtc_helper_funcs vmw_sou_crtc_helper_funcs = {
vmwgfx_stdu.c 1709 static const struct drm_crtc_helper_funcs vmw_stdu_crtc_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_crtc.c 706 const struct drm_crtc_helper_funcs *funcs = crtc->helper_private;
727 const struct drm_crtc_helper_funcs *funcs = crtc->helper_private;
1258 static const struct drm_crtc_helper_funcs nv04_crtc_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_virtual.c 217 static const struct drm_crtc_helper_funcs dce_virtual_crtc_helper_funcs = {
amdgpu_dce_v10_0.c 2684 static const struct drm_crtc_helper_funcs dce_v10_0_crtc_helper_funcs = {
amdgpu_dce_v11_0.c 2792 static const struct drm_crtc_helper_funcs dce_v11_0_crtc_helper_funcs = {
amdgpu_dce_v6_0.c 2574 static const struct drm_crtc_helper_funcs dce_v6_0_crtc_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 418 static const struct drm_crtc_helper_funcs
  /src/sys/arch/arm/ti/
ti_lcdc.c 278 static const struct drm_crtc_helper_funcs tilcdc_crtc_helper_funcs = {
  /src/sys/arch/arm/rockchip/
rk_vop.c 602 static const struct drm_crtc_helper_funcs rk_vop_crtc_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_crtc.c 1122 static const struct drm_crtc_helper_funcs legacy_helper_funcs = {
radeon_atombios_crtc.c 2234 static const struct drm_crtc_helper_funcs atombios_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_mode.c 247 static const struct drm_crtc_helper_funcs vbox_crtc_helper_funcs = {
  /src/sys/arch/arm/nvidia/
tegra_drm_mode.c 102 static const struct drm_crtc_helper_funcs tegra_crtc_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 474 static const struct drm_crtc_helper_funcs qxl_crtc_helper_funcs = {
  /src/sys/arch/arm/sunxi/
sunxi_mixer.c 596 static const struct drm_crtc_helper_funcs sunxi_mixer_crtc_helper_funcs = {
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 882 static const struct drm_crtc_helper_funcs ast_crtc_helper_funcs = {

Completed in 74 milliseconds

1 2