File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1050,6 +1050,16 @@ extern "C" {
10501050#define DRM_IOCTL_MODE_GETPROPBLOB DRM_IOWR(0xAC, struct drm_mode_get_blob)
10511051#define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
10521052#define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
1053+ /**
1054+ * DRM_IOCTL_MODE_RMFB - Remove a framebuffer.
1055+ *
1056+ * This removes a framebuffer previously added via ADDFB/ADDFB2. The IOCTL
1057+ * argument is a framebuffer object ID.
1058+ *
1059+ * Warning: removing a framebuffer currently in-use on an enabled plane will
1060+ * disable that plane. The CRTC the plane is linked to may also be disabled
1061+ * (depending on driver capabilities).
1062+ */
10531063#define DRM_IOCTL_MODE_RMFB DRM_IOWR(0xAF, unsigned int)
10541064#define DRM_IOCTL_MODE_PAGE_FLIP DRM_IOWR(0xB0, struct drm_mode_crtc_page_flip)
10551065#define DRM_IOCTL_MODE_DIRTYFB DRM_IOWR(0xB1, struct drm_mode_fb_dirty_cmd)
You can’t perform that action at this time.
0 commit comments