All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] BKL in i810 and i830 drivers
@ 2010-09-29 15:47 Arnd Bergmann
  2010-09-29 15:47 ` [PATCH 1/2] drm: i810/i830: fix locked ioctl variant Arnd Bergmann
  2010-09-29 15:47 ` [PATCH 2/2] drm: i810/i830: kill BKL, mark as BROKEN_ON_SMP Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Arnd Bergmann @ 2010-09-29 15:47 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Arnd Bergmann, DRI mailing list

In the final stages of the big kernel removal, we still have
these two DRM drivers left. If nobody is going to fix them,
we can either mark them as BROKEN_ON_SMP or remove the drivers
entirely (provided that there are no real users left, which I
cannot judge).

While preparing the second patch, I noticed that one of my
previous patches was incomplete and needs a fixup, hence the
first patch.

Please apply the first patch now, and let me know what you think
about the second one.

	Arnd

Arnd Bergmann (2):
  drm: i810/i830: fix locked ioctl variant
  drm: i810/i830: kill BKL, mark as BROKEN_ON_SMP

 drivers/gpu/drm/Kconfig         |    6 ++----
 drivers/gpu/drm/i810/i810_dma.c |   18 +-----------------
 drivers/gpu/drm/i810/i810_drv.c |    2 +-
 drivers/gpu/drm/i830/i830_dma.c |   18 +-----------------
 drivers/gpu/drm/i830/i830_drv.c |    2 +-
 5 files changed, 6 insertions(+), 40 deletions(-)

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

end of thread, other threads:[~2010-09-29 22:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-29 15:47 [PATCH 0/2] BKL in i810 and i830 drivers Arnd Bergmann
2010-09-29 15:47 ` [PATCH 1/2] drm: i810/i830: fix locked ioctl variant Arnd Bergmann
2010-09-29 15:47 ` [PATCH 2/2] drm: i810/i830: kill BKL, mark as BROKEN_ON_SMP Arnd Bergmann
2010-09-29 22:15   ` Dave Airlie
2010-09-29 22:48     ` Dave Airlie

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.