All of lore.kernel.org
 help / color / mirror / Atom feed
* Bugfix + dri1 cleanup patches
@ 2013-02-16 20:48 Emil Velikov
       [not found] ` <1361047727-740-1-git-send-email-emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Emil Velikov @ 2013-02-16 20:48 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Had those patches living in my local tree for a while now.
Here is a respin on top of latest master

Patch 1: regression fix,  preventing the ddx from loading if kernel
module is not loaded

Patches 2-5: Completely nuke dri1, make dri2 hard dependency

Patches 6-7: Assist people with first-time build of nouveau

Git complains about whitespace errors in patch 7, which for the sake
of me I cannot see

--

[PATCH 1/7] nouveau: Check if the device supports modesetting, after
opening it

[PATCH 2/7] nouveau: stop using dri1 function DRICreatePCIBusID
[PATCH 3/7] nouveau: Do not load dri {sub,}module
[PATCH 4/7] dri1: purge the final references
[PATCH 5/7] nouveau: mandate dri2 build

[PATCH 6/7] configure: require xorg-macros 1.8
[PATCH 7/7] configure: printout the configuration info

--

 configure.ac       | 33 ++++++++++++++++++++++++++++++++-
 src/nouveau_dri2.c | 16 ++--------------
 src/nv_driver.c    | 46 +++++++++++++++++-----------------------------
 src/nv_type.h      |  8 --------
 4 files changed, 51 insertions(+), 52 deletions(-)

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

end of thread, other threads:[~2013-02-19  0:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 20:48 Bugfix + dri1 cleanup patches Emil Velikov
     [not found] ` <1361047727-740-1-git-send-email-emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-02-16 20:48   ` [PATCH 1/7] nouveau: Check if the device supports modesetting, after opening it Emil Velikov
     [not found]     ` <1361047727-740-2-git-send-email-emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-02-18  0:47       ` Dave Airlie
     [not found]         ` <CAPM=9tyko+H6B2KRC7RaTKgkRan_rMy4FHz4=_95s=v4sgsaDQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-02-18  8:44           ` Emil Velikov
     [not found]             ` <5121E9EE.6060204-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-02-19  0:18               ` Dave Airlie
2013-02-18 22:14       ` [PATCHv2] nouveau: call drmCheckModesettingSupported after opening the device Emil Velikov
     [not found]         ` <1361225695-6797-1-git-send-email-emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-02-19  0:19           ` Dave Airlie
2013-02-16 20:48   ` [PATCH 2/7] nouveau: stop using dri1 function DRICreatePCIBusID Emil Velikov
2013-02-16 20:48   ` [PATCH 3/7] nouveau: Do not load dri {sub,}module Emil Velikov
2013-02-16 20:48   ` [PATCH 4/7] dri1: purge the final references Emil Velikov
2013-02-16 20:48   ` [PATCH 5/7] nouveau: mandate dri2 build Emil Velikov
2013-02-16 20:48   ` [PATCH 6/7] configure: require xorg-macros 1.8 Emil Velikov
2013-02-16 20:48   ` [PATCH 7/7] configure: printout the configuration info Emil Velikov

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.