git: drm: Use a dedicated .h file for configuration options

Francois Tigeot ftigeot at crater.dragonflybsd.org
Thu Sep 6 23:28:02 PDT 2018


commit ce73550bd9805b6ad49cf4c94b5e37aa6922668d
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Fri Sep 7 07:59:43 2018 +0200

    drm: Use a dedicated .h file for configuration options
    
    With-advice-from: swildner

Summary of changes:
 sys/conf/files                              | 480 ++++++++++++++--------------
 sys/dev/drm/drm/Makefile                    |   2 +-
 sys/dev/drm/i915/Makefile                   |   2 +-
 sys/dev/drm/i915/i915_drv.h                 |   6 -
 sys/dev/drm/include/drm/drmP.h              |   2 -
 sys/dev/drm/include/drm/drm_fb_helper.h     |   1 -
 sys/dev/drm/kconfig.h                       |  13 +
 sys/dev/drm/radeon/Makefile                 |   1 +
 sys/dev/drm/radeon/atombios_encoders.c      | 146 +++------
 sys/dev/drm/radeon/radeon.h                 |   1 -
 sys/dev/drm/radeon/radeon_legacy_encoders.c |   6 +
 11 files changed, 304 insertions(+), 356 deletions(-)
 create mode 100644 sys/dev/drm/kconfig.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ce73550bd9805b6ad49cf4c94b5e37aa6922668d


-- 
DragonFly BSD source repository


More information about the Commits mailing list