public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support SNA via a configuration option
@ 2011-10-31 17:10 Eugeni Dodonov
  2011-10-31 17:10 ` [PATCH 1/2] Enable SNA via a configuration file option Eugeni Dodonov
  2011-10-31 17:10 ` [PATCH 2/2] Unify options handling between UXA and SNA Eugeni Dodonov
  0 siblings, 2 replies; 3+ messages in thread
From: Eugeni Dodonov @ 2011-10-31 17:10 UTC (permalink / raw)
  To: intel-gfx; +Cc: Eugeni Dodonov

This patchset adds support for enabling SNA support via a configuration
file option.

This way, it is possible to switch between UXA and SNA via config file changes,
instead of having to recompile and install full driver.

Second patch goes a bit onwards and also unifies the options between SNA and
UXA drivers into a single intelOptions structure. To reduce the universe
entropy, those options are moved into intel_opts.h header, and the modules
which need to use them do so by including this file.

Eugeni Dodonov (2):
  Enable SNA via a configuration file option.
  Unify options handling between UXA and SNA

 src/common.h                |    2 +-
 src/intel_driver.c          |  151 +++++++++++++++++++++++++++----------------
 src/intel_module.c          |   14 +---
 src/intel_opts.h            |   67 +++++++++++++++++++
 src/sna/sna.h               |   15 ----
 src/sna/sna_display.c       |    2 +
 src/sna/sna_driver.c        |   39 ++----------
 src/sna/sna_module.h        |    3 +-
 src/sna/sna_video.c         |    2 +
 src/sna/sna_video_overlay.c |    2 +
 10 files changed, 181 insertions(+), 116 deletions(-)
 create mode 100644 src/intel_opts.h

-- 
1.7.7.1

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

end of thread, other threads:[~2011-10-31 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-31 17:10 [PATCH 0/2] Support SNA via a configuration option Eugeni Dodonov
2011-10-31 17:10 ` [PATCH 1/2] Enable SNA via a configuration file option Eugeni Dodonov
2011-10-31 17:10 ` [PATCH 2/2] Unify options handling between UXA and SNA Eugeni Dodonov

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