From: Hans de Goede <hdegoede@redhat.com>
To: "Noralf Trønnes" <noralf@tronnes.org>, dri-devel@lists.freedesktop.org
Cc: daniel.vetter@ffwll.ch, sam@ravnborg.org
Subject: Re: [PATCH 1/3] drm/tinydrm/Kconfig: Remove menuconfig DRM_TINYDRM
Date: Tue, 30 Jul 2019 15:35:59 +0200 [thread overview]
Message-ID: <4a85d3d2-9c80-3674-fcd8-b2562e3541e0@redhat.com> (raw)
In-Reply-To: <5a340b9f-6329-f9a0-991e-47d67c9ab481@tronnes.org>
Hi,
On 30-07-19 15:34, Noralf Trønnes wrote:
>
>
> Den 30.07.2019 15.19, skrev Hans de Goede:
>> Hi,
>>
>> On 25-07-19 12:51, Noralf Trønnes wrote:
>>> This makes the tiny drivers visible by default without having to enable a
>>> knob.
>>>
>>> Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
>>> ---
>>> drivers/gpu/drm/Makefile | 2 +-
>>> drivers/gpu/drm/tinydrm/Kconfig | 37 +++++++++++++++++++--------------
>>> 2 files changed, 22 insertions(+), 17 deletions(-)
>>>
>>> diff --git a/drivers/gpu/drm/tinydrm/Kconfig
>>> b/drivers/gpu/drm/tinydrm/Kconfig
>>> index 42b06f4f8989..f8c9a0e71dde 100644
>>> --- a/drivers/gpu/drm/tinydrm/Kconfig
>>> +++ b/drivers/gpu/drm/tinydrm/Kconfig
>>> @@ -1,16 +1,9 @@
>>> # SPDX-License-Identifier: GPL-2.0-only
>>> -menuconfig DRM_TINYDRM
>>> - tristate "Support for simple displays"
>>> - depends on DRM
>>> - select DRM_KMS_HELPER
>>> - select DRM_KMS_CMA_HELPER
>>> - help
>>> - Choose this option if you have a tinydrm supported display.
>>> - If M is selected the module will be called tinydrm.
>>> -
>>> config TINYDRM_HX8357D
>>> tristate "DRM support for HX8357D display panels"
>>> - depends on DRM_TINYDRM && SPI
>>> + depends on DRM && SPI
>>> + select DRM_KMS_HELPER
>>> + select DRM_KMS_CMA_HELPER
>>> select DRM_MIPI_DBI
>>> select BACKLIGHT_CLASS_DEVICE
>>> help
>>
>> <snip>
>>
>> drivers/gpu/drm/tinydrm/Makefile has:
>>
>> obj-$(CONFIG_DRM_TINYDRM) += core/
>>
>> And AFAIK at least most of the drivers under drivers/gpu/drm/tinydrm
>> actually need the tinydrm-core.
>>
>
> This is gone in current drm-misc-next.
> It went away with:
> drm/tinydrm: Remove tinydrm.ko
> https://patchwork.freedesktop.org/series/63811/
Ah I see.
Regards,
Hans
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2019-07-30 13:36 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 10:51 [PATCH 0/3] drm/tinydrm: Rename to drm/tiny Noralf Trønnes
2019-07-25 10:51 ` [PATCH 1/3] drm/tinydrm/Kconfig: Remove menuconfig DRM_TINYDRM Noralf Trønnes
2019-07-30 13:19 ` Hans de Goede
2019-07-30 13:34 ` Noralf Trønnes
2019-07-30 13:35 ` Hans de Goede [this message]
2019-07-30 13:53 ` Emil Velikov
2019-07-30 14:03 ` Noralf Trønnes
2019-07-30 14:16 ` Emil Velikov
2019-10-01 12:36 ` [1/3] " Jason Gunthorpe
2019-10-01 13:28 ` Noralf Trønnes
2019-10-01 13:28 ` Noralf Trønnes
2019-10-01 13:45 ` Jason Gunthorpe
2019-10-01 14:07 ` Noralf Trønnes
2019-10-09 10:45 ` Daniel Vetter
2019-10-09 10:45 ` Daniel Vetter
2019-10-09 12:48 ` Noralf Trønnes
2019-10-09 13:31 ` Maxime Ripard
2019-10-10 13:30 ` Noralf Trønnes
2019-10-10 13:30 ` Noralf Trønnes
2019-07-25 10:51 ` [PATCH 2/3] drm/tinydrm: Rename folder to tiny Noralf Trønnes
2019-07-25 10:51 ` [PATCH 3/3] drm/gm12u320: Move driver to drm/tiny Noralf Trønnes
2019-07-25 12:06 ` [PATCH 0/3] drm/tinydrm: Rename " Daniel Vetter
2019-07-25 12:46 ` Noralf Trønnes
2019-07-25 15:10 ` Sam Ravnborg
2019-07-31 13:32 ` Noralf Trønnes
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=4a85d3d2-9c80-3674-fcd8-b2562e3541e0@redhat.com \
--to=hdegoede@redhat.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=noralf@tronnes.org \
--cc=sam@ravnborg.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.