All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm: Add leases [v4]
@ 2017-10-05  6:13 ` Keith Packard
  0 siblings, 0 replies; 25+ messages in thread
From: Keith Packard @ 2017-10-05  6:13 UTC (permalink / raw)
  To: linux-kernel, Dave Airlie, Daniel Vetter; +Cc: Keith Packard, dri-devel

Here's another version of the DRM lease series. No changes in the code
at all:

 [PATCH 4/6] drm: Add drm_object lease infrastructure [v4]

    Changes in v4, suggested by Dave Airlie <airlied@gmail.com>
    
    * Formatting and whitespace changes
 
 [PATCH 6/6] drm: Add four ioctls for managing drm mode object leases

    Changes for v3 suggested by Dave Airlie <airlied@gmail.com>
    
     * Expand on the comment about the magic use of &drm_lease_idr_object
     * Pad lease ioctl structures to align on 64-bit boundaries

Thanks much to Dave Airlie for his review.

-keith

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH 0/6] drm: Add drm mode object leases
@ 2017-10-11  0:48 Keith Packard
  2017-10-11  0:48 ` [PATCH 2/6] drm: Allow render nodes to query display objects Keith Packard
  0 siblings, 1 reply; 25+ messages in thread
From: Keith Packard @ 2017-10-11  0:48 UTC (permalink / raw)
  To: linux-kernel, Dave Airlie, Daniel Vetter; +Cc: Keith Packard, dri-devel

New since last time:

 * Fix vboxvideo driver in staging
 * Fixed some formatting and whitespace errors (Dave Airlie)
 * Explain the odd use of the idr interface for leases (Dave Airlie)
 * Disallow negative object_id in lease creation (Dave Airlie)

It's also been rebased on top of the drm-sequence-64 sequence just
sent out so that merging one and then the other will be simplified.

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH 0/6] drm: Add mode object leases [v3]
@ 2017-07-05 22:24 Keith Packard
  2017-07-05 22:24   ` Keith Packard
  0 siblings, 1 reply; 25+ messages in thread
From: Keith Packard @ 2017-07-05 22:24 UTC (permalink / raw)
  To: linux-kernel, Dave Airlie, Daniel Vetter; +Cc: Keith Packard, dri-devel

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-10-12 21:05 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05  6:13 [PATCH 0/6] drm: Add leases [v4] Keith Packard
2017-10-05  6:13 ` Keith Packard
2017-10-05  6:13 ` [PATCH 1/6] drm: Pass struct drm_file * to __drm_mode_object_find Keith Packard
2017-10-05  6:13   ` Keith Packard
2017-10-05  6:13 ` [PATCH 2/6] drm: Allow render nodes to query display objects Keith Packard
2017-10-05  6:13   ` Keith Packard
2017-10-05  6:13 ` [PATCH 3/6] drm: Add new LEASE debug level Keith Packard
2017-10-05  6:13   ` Keith Packard
2017-10-05  6:13 ` [PATCH 4/6] drm: Add drm_object lease infrastructure [v4] Keith Packard
2017-10-05  6:13   ` Keith Packard
2017-10-05  6:13 ` [PATCH 5/6] drm: Check mode object lease status in all master ioctl paths [v2] Keith Packard
2017-10-05  6:13   ` Keith Packard
2017-10-05  6:13 ` [PATCH 6/6] drm: Add four ioctls for managing drm mode object leases [v4] Keith Packard
2017-10-05  6:13   ` Keith Packard
2017-10-10  7:40   ` Dave Airlie
2017-10-10 16:56     ` Keith Packard
  -- strict thread matches above, loose matches on Subject: below --
2017-10-11  0:48 [PATCH 0/6] drm: Add drm mode object leases Keith Packard
2017-10-11  0:48 ` [PATCH 2/6] drm: Allow render nodes to query display objects Keith Packard
2017-10-12 18:41   ` Daniel Vetter
2017-10-12 19:45     ` Daniel Vetter
2017-10-12 19:45       ` Daniel Vetter
2017-10-12 21:04       ` Keith Packard
2017-10-12 21:02     ` Keith Packard
2017-10-12 21:02       ` Keith Packard
2017-07-05 22:24 [PATCH 0/6] drm: Add mode object leases [v3] Keith Packard
2017-07-05 22:24 ` [PATCH 2/6] drm: Allow render nodes to query display objects Keith Packard
2017-07-05 22:24   ` Keith Packard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.