Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Archit Taneja <architt@codeaurora.org>
Cc: dri-devel@lists.freedesktop.org, daniel@ffwll.ch,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 00/10] drm/misc: Kconfig cleanup
Date: Tue, 14 Jul 2015 11:19:23 +0200	[thread overview]
Message-ID: <20150714091922.GH12465@ulmo.nvidia.com> (raw)
In-Reply-To: <20150714091801.GG12465@ulmo.nvidia.com>

[-- Attachment #1: Type: text/plain, Size: 2852 bytes --]

On Tue, Jul 14, 2015 at 11:18:02AM +0200, Thierry Reding wrote:
> On Mon, Jul 13, 2015 at 12:06:23PM +0530, Archit Taneja wrote:
> > The top level drm Kconfig is a bit messy at the moment. Most of the drm
> > drivers have their own Kconfig files, but a few have their Kconfig files
> > in the top level Kconfig option itself.
> > 
> > Create new Kconfig files for drivers that don't have one. This cleans up
> > the Kconfig quite a bit
> > 
> > Archit Taneja (10):
> >   drm/tdfx: clean up: create a separate Kconfig file
> >   drm/r128: clean up: create a separate Kconfig file
> >   drm/radeon: clean up: move config option to driver's own Kconfig file
> >   drm/amdgpu: clean up: move config option to driver's own Kconfig file
> >   drm/i810: clean up: create a separate Kconfig file
> >   drm/mga: clean up: create a separate Kconfig file
> >   drm/sis: clean up: create a separate Kconfig file
> >   drm/via: clean up: create a separate Kconfig file
> >   drm/savage: clean up: create a separate Kconfig file
> >   drm/misc: clean up: group device specific Kconfigs
> > 
> >  drivers/gpu/drm/Kconfig            | 116 ++++++-------------------------------
> >  drivers/gpu/drm/amd/amdgpu/Kconfig |  19 ++++++
> >  drivers/gpu/drm/i810/Kconfig       |   8 +++
> >  drivers/gpu/drm/mga/Kconfig        |   8 +++
> >  drivers/gpu/drm/r128/Kconfig       |   8 +++
> >  drivers/gpu/drm/radeon/Kconfig     |  21 +++++++
> >  drivers/gpu/drm/savage/Kconfig     |   7 +++
> >  drivers/gpu/drm/sis/Kconfig        |   8 +++
> >  drivers/gpu/drm/tdfx/Kconfig       |   6 ++
> >  drivers/gpu/drm/via/Kconfig        |   6 ++
> >  10 files changed, 108 insertions(+), 99 deletions(-)
> >  create mode 100644 drivers/gpu/drm/i810/Kconfig
> >  create mode 100644 drivers/gpu/drm/mga/Kconfig
> >  create mode 100644 drivers/gpu/drm/r128/Kconfig
> >  create mode 100644 drivers/gpu/drm/savage/Kconfig
> >  create mode 100644 drivers/gpu/drm/sis/Kconfig
> >  create mode 100644 drivers/gpu/drm/tdfx/Kconfig
> >  create mode 100644 drivers/gpu/drm/via/Kconfig
> 
> Looking at the current state of the top-level Kconfig file, I think it'd
> be a good idea to sort it in some way once this series has been merged.
> There are a bunch of options that are interleaved in completely non-
> intuitive ways.
> 
> I'm not sure what the best ordering would be, but I'd suggest to at
> least order them alphabetically. I think it'd also make sense to
> separate out panel and bridge drivers so that they are listed at the
> very bottom.
> 
> Perhaps also splitting legacy drivers and modesetting drivers might be
> useful, though perhaps a little discriminatory...

I ended up patching things while writing this, so I'll just wait until
these patches have landed, rebase on top of them and send out a
proposal.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2015-07-14  9:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-13  6:36 [PATCH 00/10] drm/misc: Kconfig cleanup Archit Taneja
2015-07-13  6:36 ` [PATCH 01/10] drm/tdfx: clean up: create a separate Kconfig file Archit Taneja
2015-07-13  6:36 ` [PATCH 02/10] drm/r128: " Archit Taneja
2015-07-13  6:36 ` [PATCH 03/10] drm/radeon: clean up: move config option to driver's own " Archit Taneja
2015-07-14  8:54   ` Thierry Reding
2015-07-13  6:36 ` [PATCH 04/10] drm/amdgpu: " Archit Taneja
2015-07-14  8:54   ` Thierry Reding
2015-07-13  6:36 ` [PATCH 05/10] drm/i810: clean up: create a separate " Archit Taneja
2015-07-13  6:36 ` [PATCH 06/10] drm/mga: " Archit Taneja
2015-07-13  6:36 ` [PATCH 07/10] drm/sis: " Archit Taneja
2015-07-13  6:36 ` [PATCH 08/10] drm/via: " Archit Taneja
2015-07-13  6:36 ` [PATCH 09/10] drm/savage: " Archit Taneja
2015-07-13  6:36 ` [PATCH 10/10] drm/misc: clean up: group device specific Kconfigs Archit Taneja
2015-07-13 15:37 ` [PATCH 00/10] drm/misc: Kconfig cleanup Alex Deucher
2015-07-14  9:18 ` Thierry Reding
2015-07-14  9:19   ` Thierry Reding [this message]

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=20150714091922.GH12465@ulmo.nvidia.com \
    --to=thierry.reding@gmail.com \
    --cc=architt@codeaurora.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox