mbox series

[v5,0/2] drm/i915: timeline semaphore support

Message ID 20190822121210.21959-1-lionel.g.landwerlin@intel.com (mailing list archive)
Headers show
Series drm/i915: timeline semaphore support | expand

Message

Lionel Landwerlin Aug. 22, 2019, 12:12 p.m. UTC
Hi,

Just fiddling with enums to avoid default 0 values as recommended by
Jason.

Cheers,

Lionel Landwerlin (2):
  drm/i915: introduce a mechanism to extend execbuf2
  drm/i915: add syncobj timeline support

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 346 +++++++++++++++---
 drivers/gpu/drm/i915/i915_drv.c               |   3 +-
 drivers/gpu/drm/i915/i915_getparam.c          |   1 +
 include/uapi/drm/i915_drm.h                   |  65 +++-
 4 files changed, 354 insertions(+), 61 deletions(-)

--
2.23.0

Comments

Lionel Landwerlin Aug. 29, 2019, 9:47 p.m. UTC | #1
FYI, apart from a couple of pre-existing issues, the Mesa series that 
makes use of this i915 change is reviewed : 
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1525

Cheers,

-Lionel

On 22/08/2019 15:12, Lionel Landwerlin wrote:
> Hi,
>
> Just fiddling with enums to avoid default 0 values as recommended by
> Jason.
>
> Cheers,
>
> Lionel Landwerlin (2):
>    drm/i915: introduce a mechanism to extend execbuf2
>    drm/i915: add syncobj timeline support
>
>   .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 346 +++++++++++++++---
>   drivers/gpu/drm/i915/i915_drv.c               |   3 +-
>   drivers/gpu/drm/i915/i915_getparam.c          |   1 +
>   include/uapi/drm/i915_drm.h                   |  65 +++-
>   4 files changed, 354 insertions(+), 61 deletions(-)
>
> --
> 2.23.0
>