[Intel-gfx] [PATCH 0/2] Support SNA via a configuration option
Eugeni Dodonov
eugeni.dodonov at intel.com
Mon Oct 31 18:10:17 CET 2011
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
More information about the Intel-gfx
mailing list