File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -527,12 +527,12 @@ VBlank event handling
527527
528528The DRM core exposes two vertical blank related ioctls:
529529
530- DRM_IOCTL_WAIT_VBLANK
530+ :c:macro: ` DRM_IOCTL_WAIT_VBLANK `
531531 This takes a struct drm_wait_vblank structure as its argument, and
532532 it is used to block or request a signal when a specified vblank
533533 event occurs.
534534
535- DRM_IOCTL_MODESET_CTL
535+ :c:macro: ` DRM_IOCTL_MODESET_CTL `
536536 This was only used for user-mode-settind drivers around modesetting
537537 changes to allow the kernel to update the vblank interrupt after
538538 mode setting, since on many devices the vertical blank counter is
@@ -555,8 +555,8 @@ The index is used in cases where a densely packed identifier for a CRTC is
555555needed, for instance a bitmask of CRTC's. The member possible_crtcs of struct
556556drm_mode_get_plane is an example.
557557
558- DRM_IOCTL_MODE_GETRESOURCES populates a structure with an array of CRTC ID's,
559- and the CRTC index is its position in this array.
558+ :c:macro: ` DRM_IOCTL_MODE_GETRESOURCES ` populates a structure with an array of
559+ CRTC ID's, and the CRTC index is its position in this array.
560560
561561.. kernel-doc :: include/uapi/drm/drm.h
562562 :internal:
You can’t perform that action at this time.
0 commit comments