All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugeni Dodonov <eugeni.dodonov@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Eugeni Dodonov <eugeni.dodonov@intel.com>
Subject: [PATCH 0/2] Support SNA via a configuration option
Date: Mon, 31 Oct 2011 15:10:17 -0200	[thread overview]
Message-ID: <1320081019-2212-1-git-send-email-eugeni.dodonov@intel.com> (raw)

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

             reply	other threads:[~2011-10-31 17:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-31 17:10 Eugeni Dodonov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1320081019-2212-1-git-send-email-eugeni.dodonov@intel.com \
    --to=eugeni.dodonov@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.