All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/3] drm/i915: Drop legacy IOCTLs on new HW
@ 2021-03-15 14:34 ` Jason Ekstrand
  0 siblings, 0 replies; 39+ messages in thread
From: Jason Ekstrand @ 2021-03-15 14:34 UTC (permalink / raw)
  To: dri-devel, intel-gfx

These three patches exist to clean up some of our IOCTL mess in i915.
We've got more clean-up we should do eventually, but these are some of the
easiest to drop and most egregious cases.

Test-with: 20210121083742.46592-1-ashutosh.dixit@intel.com

Ashutosh Dixit (1):
  drm/i915: Disable pread/pwrite ioctl's for future platforms (v3)

Jason Ekstrand (2):
  drm/i915/gem: Drop legacy execbuffer support (v2)
  drm/i915/gem: Drop relocation support on all new hardware (v5)

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 113 ++----------------
 drivers/gpu/drm/i915/gem/i915_gem_ioctls.h    |   2 -
 drivers/gpu/drm/i915/i915_drv.c               |   2 +-
 drivers/gpu/drm/i915/i915_gem.c               |  14 +++
 include/uapi/drm/i915_drm.h                   |   1 +
 5 files changed, 26 insertions(+), 106 deletions(-)

-- 
2.29.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [Intel-gfx] [PATCH 0/3] drm/i915: Drop legacy IOCTLs on new HW
@ 2021-03-16  5:29 Ashutosh Dixit
  0 siblings, 0 replies; 39+ messages in thread
From: Ashutosh Dixit @ 2021-03-16  5:29 UTC (permalink / raw)
  To: intel-gfx

These three patches exist to clean up some of our IOCTL mess in i915.
We've got more clean-up we should do eventually, but these are some of the
easiest to drop and most egregious cases.

Test-with: 20210315225356.2865-1-ashutosh.dixit@intel.com

Ashutosh Dixit (1):
  drm/i915: Disable pread/pwrite ioctl's for future platforms (v3)

Jason Ekstrand (2):
  drm/i915/gem: Drop legacy execbuffer support (v2)
  drm/i915/gem: Drop relocation support on all new hardware (v5)

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 113 ++----------------
 drivers/gpu/drm/i915/gem/i915_gem_ioctls.h    |   2 -
 drivers/gpu/drm/i915/i915_drv.c               |   2 +-
 drivers/gpu/drm/i915/i915_gem.c               |  14 +++
 include/uapi/drm/i915_drm.h                   |   1 +
 5 files changed, 26 insertions(+), 106 deletions(-)

-- 
2.29.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2021-03-22  7:50 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 14:34 [Intel-gfx] [PATCH 0/3] drm/i915: Drop legacy IOCTLs on new HW Jason Ekstrand
2021-03-15 14:34 ` Jason Ekstrand
2021-03-15 14:34 ` [Intel-gfx] [PATCH 1/3] drm/i915/gem: Drop legacy execbuffer support (v2) Jason Ekstrand
2021-03-15 14:34   ` Jason Ekstrand
2021-03-15 14:34 ` [Intel-gfx] [PATCH 2/3] drm/i915/gem: Drop relocation support on all new hardware (v5) Jason Ekstrand
2021-03-15 14:34   ` Jason Ekstrand
2021-03-17 14:39   ` [Intel-gfx] [PATCH] drm/i915/gem: Drop relocation support on all new hardware (v6) Jason Ekstrand
2021-03-17 14:39     ` Jason Ekstrand
2021-03-17 14:41     ` [Intel-gfx] " Jason Ekstrand
2021-03-17 14:41       ` Jason Ekstrand
2021-03-17 15:06       ` [Intel-gfx] " Zbigniew Kempczyński
2021-03-17 15:06         ` Zbigniew Kempczyński
2021-03-15 14:34 ` [Intel-gfx] [PATCH 3/3] drm/i915: Disable pread/pwrite ioctl's for future platforms (v3) Jason Ekstrand
2021-03-15 14:34   ` Jason Ekstrand
2021-03-15 15:45 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Drop legacy IOCTLs on new HW Patchwork
2021-03-15 15:46 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-03-16  5:31 ` [Intel-gfx] [PATCH 0/3] " Dixit, Ashutosh
2021-03-16  5:31   ` Dixit, Ashutosh
2021-03-17 23:40 ` [Intel-gfx] [PATCH 0/5] drm/i915: Clean up some of the i915 uAPI (v6) Jason Ekstrand
2021-03-17 23:40   ` Jason Ekstrand
2021-03-17 23:40   ` [Intel-gfx] [PATCH 1/5] drm/i915/gem: Drop legacy execbuffer support (v2) Jason Ekstrand
2021-03-17 23:40     ` Jason Ekstrand
2021-03-17 23:40   ` [Intel-gfx] [PATCH 2/5] drm/i915/gem: Drop relocation support on all new hardware (v6) Jason Ekstrand
2021-03-17 23:40     ` Jason Ekstrand
2021-03-17 23:40   ` [Intel-gfx] [PATCH 3/5] drm/i915: Disable pread/pwrite ioctl's for future platforms (v3) Jason Ekstrand
2021-03-17 23:40     ` Jason Ekstrand
2021-03-18 13:27     ` [Intel-gfx] " Daniel Vetter
2021-03-18 13:27       ` Daniel Vetter
2021-03-17 23:40   ` [Intel-gfx] [PATCH 4/5] drm/i915: Drop the CONTEXT_CLONE API Jason Ekstrand
2021-03-17 23:40     ` Jason Ekstrand
2021-03-18 10:19     ` [Intel-gfx] " Tvrtko Ursulin
2021-03-18 10:19       ` Tvrtko Ursulin
2021-03-17 23:40   ` [Intel-gfx] [PATCH 5/5] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE Jason Ekstrand
2021-03-17 23:40     ` Jason Ekstrand
2021-03-22  7:30     ` [Intel-gfx] [drm/i915] 3ef784da89: drm:add_taint_for_CI[i915]] kernel test robot
2021-03-22  7:30       ` kernel test robot
2021-03-22  7:30       ` kernel test robot
2021-03-22  7:30       ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-03-16  5:29 [Intel-gfx] [PATCH 0/3] drm/i915: Drop legacy IOCTLs on new HW Ashutosh Dixit

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.