dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Minor code cleanups in drm/scheduler
@ 2018-03-29 17:06 Nayan Deshmukh
  2018-03-29 17:06 ` [PATCH 1/3] drm/scheduler: fix param documentation Nayan Deshmukh
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Nayan Deshmukh @ 2018-03-29 17:06 UTC (permalink / raw)
  To: dri-devel; +Cc: Nayan Deshmukh, christian.koenig

The series is based on drm-next. The 2nd patch also affects
amdgpu and etnaviv drivers.

Nayan Deshmukh (3):
  drm/scheduler: fix param documentation
  drm/scheduler: remove unused parameter
  drm/scheduler: move the tracepoints file from the include directory

 drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c                          | 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c                          | 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c                          | 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c                          | 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c                          | 4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c                           | 2 +-
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c                            | 2 +-
 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c                            | 2 +-
 drivers/gpu/drm/etnaviv/etnaviv_drv.c                            | 2 +-
 drivers/gpu/drm/scheduler/gpu_scheduler.c                        | 8 ++++----
 {include/drm => drivers/gpu/drm/scheduler}/gpu_scheduler_trace.h | 2 +-
 include/drm/gpu_scheduler.h                                      | 2 +-
 12 files changed, 16 insertions(+), 16 deletions(-)
 rename {include/drm => drivers/gpu/drm/scheduler}/gpu_scheduler_trace.h (97%)

-- 
2.14.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-04-11 11:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-29 17:06 [PATCH 0/3] Minor code cleanups in drm/scheduler Nayan Deshmukh
2018-03-29 17:06 ` [PATCH 1/3] drm/scheduler: fix param documentation Nayan Deshmukh
2018-03-29 17:06 ` [PATCH 2/3] drm/scheduler: remove unused parameter Nayan Deshmukh
2018-03-29 19:55   ` Lucas Stach
2018-03-29 17:06 ` [PATCH 3/3] drm/scheduler: move the tracepoints file from the include directory Nayan Deshmukh
2018-03-29 19:57   ` Lucas Stach
2018-03-29 18:19 ` [PATCH 0/3] Minor code cleanups in drm/scheduler Christian König
2018-04-11 11:03   ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox