Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681914
| From | Keith Packard <keithp@keithp.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] drm: Add mode object leases [v3] |
| Date | 2017-07-06 00:30 +0200 |
| Message-ID | <u00Y1-3WC-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Here's a third version of my DRM mode object leases series. Since v2:
* Add revocation. This allows leases to be effectively revoked by
removing all of the objects they have access to. The lease itself
hangs around as it's hanging off a file.
* Allow non-master files to look at all DRM mode objects. This
lets the Vulkan code provide information about the display
environment before the lease is created.
* Free the leases IDR when the master is destroyed. Just a bug fix.
* _drm_lease_held should look at lessees, not lessor. Just a bug fix.
I've also rebased it to a more recent version of Dave's drm-next
branch.
With this and my CRTC-id based vblank series (posted separately), I'm
now running "real" applications on a leased output and can fully
support the following Vulkan extensions:
EXT_direct_mode_display
EXT_acquire_xlib_display
EXT_display_surface_counter
KEITHP_kms_display
-keith
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] drm: Add mode object leases [v3] Keith Packard <keithp@keithp.com> - 2017-07-06 00:30 +0200 [PATCH 1/6] drm: Pass struct drm_file * to __drm_mode_object_find Keith Packard <keithp@keithp.com> - 2017-07-06 00:30 +0200 [PATCH 5/6] drm: Check mode object lease status in all master ioctl paths [v2] Keith Packard <keithp@keithp.com> - 2017-07-06 00:30 +0200 [PATCH 4/6] drm: Add drm_object lease infrastructure [v3] Keith Packard <keithp@keithp.com> - 2017-07-06 00:30 +0200
csiph-web