public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Aditya Garg <gargaditya08@live.com>
Cc: "maarten.lankhorst@linux.intel.com"
	<maarten.lankhorst@linux.intel.com>,
	"mripard@kernel.org" <mripard@kernel.org>,
	"airlied@gmail.com" <airlied@gmail.com>,
	"simona@ffwll.ch" <simona@ffwll.ch>,
	"andriy.shevchenko@linux.intel.com"
	<andriy.shevchenko@linux.intel.com>,
	Kerem Karabay <kekrby@gmail.com>,
	Atharva Tiwari <evepolonium@gmail.com>,
	Aun-Ali Zaidi <admin@kodeit.net>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH v4 2/2] drm/tiny: add driver for Apple Touch Bars in x86 Macs
Date: Tue, 25 Feb 2025 10:35:20 +0100	[thread overview]
Message-ID: <a4bc0440-5451-49e7-b7a3-9299c5200a2e@suse.de> (raw)
In-Reply-To: <PN3PR01MB959719792308EBB9370993DFB8C32@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM>

Hi

Am 25.02.25 um 10:07 schrieb Aditya Garg:
>
>> On 25 Feb 2025, at 2:34 PM, Aditya Garg <gargaditya08@live.com> wrote:
>>
>> 
>>
>>> On 25 Feb 2025, at 1:27 PM, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>
>>> Hi
>>>
>>> Am 24.02.25 um 17:58 schrieb Aditya Garg:
>>> [...]
>>>>> +config DRM_APPLETBDRM
>>>>> +    tristate "DRM support for Apple Touch Bars"
>>>>> +    depends on DRM && USB && MMU
>>>>> +    select DRM_GEM_SHMEM_HELPER
>>>>> +    select DRM_KMS_HELPER
>>>>> +    select HID_APPLETB_BL
>>>> Btw I have a doubt regarding this dependency. While hid-appletb-bl has made into the linux-next tree, it has still not been merged into Linus' tree, and neither the drm tree I assume. It potentially could cause issues?
>>> Yes. We cannot merge this driver until we have this symbol in our tree. But that will happen sooner or later.
>>>
>>> More problematic is that your driver selects HID_APPLETB_BL. From what I've seen, this symbol is user configurable, so the driver shouldn't select it. You need to use 'depends on' instead of 'select' here.
>> Looking at this again, maybe it should be selected. If you see the kernel config of TINYDRM_HX8357D, which is also in drm/tiny, it is selecting BACKLIGHT_CLASS_DEVICE.

This driver does it wrong.

> To make things more clear,
>
> 1. hid-appletb-bl is for the backlight of the touchbar. The DRM code remains separate.
> 2. hid-multitouch is to make the touchbar a touch screen. You can still use the driver without the touch functionality.

If your driver does not require this, it shouldn't select or depend on it.

Best regards
Thomas


-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)


  reply	other threads:[~2025-02-25  9:35 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-24 13:37 [PATCH v4 0/2] Touch Bar DRM driver for x86 Macs Aditya Garg
2025-02-24 13:38 ` [PATCH v4 1/2] drm/format-helper: Add conversion from XRGB8888 to BGR888 Aditya Garg
2025-02-24 14:29   ` andriy.shevchenko
2025-02-24 14:54     ` Aditya Garg
2025-02-24 15:00       ` andriy.shevchenko
2025-02-24 15:03         ` Aditya Garg
2025-02-24 15:03         ` andriy.shevchenko
2025-02-25  7:37     ` Thomas Zimmermann
2025-02-25 10:24       ` andriy.shevchenko
2025-02-24 13:40 ` [PATCH v4 2/2] drm/tiny: add driver for Apple Touch Bars in x86 Macs Aditya Garg
2025-02-24 14:00   ` andriy.shevchenko
2025-02-24 14:32     ` Aditya Garg
2025-02-24 14:57       ` andriy.shevchenko
2025-02-24 15:03         ` Aditya Garg
2025-02-24 15:11           ` andriy.shevchenko
2025-02-24 15:20             ` Aditya Garg
2025-02-24 15:32               ` Aditya Garg
2025-02-24 15:38                 ` andriy.shevchenko
2025-02-24 15:40                   ` Aditya Garg
2025-02-24 15:52                     ` andriy.shevchenko
2025-02-24 15:56                       ` Aditya Garg
2025-02-24 16:14                         ` Aditya Garg
2025-02-24 16:14                         ` andriy.shevchenko
2025-02-24 16:38                           ` Aditya Garg
2025-02-24 15:36               ` andriy.shevchenko
2025-02-24 15:39                 ` Aditya Garg
2025-02-24 15:49                   ` andriy.shevchenko
2025-02-24 15:52                     ` Aditya Garg
2025-02-24 16:12                       ` andriy.shevchenko
2025-02-24 16:58   ` Aditya Garg
2025-02-25  7:56     ` Thomas Zimmermann
2025-02-25  8:02       ` Aditya Garg
2025-02-25  8:46         ` Thomas Zimmermann
2025-02-25  9:04       ` Aditya Garg
2025-02-25  9:07         ` Aditya Garg
2025-02-25  9:35           ` Thomas Zimmermann [this message]
2025-02-25  9:37             ` Aditya Garg
2025-02-25 10:01               ` Aditya Garg
2025-02-25  7:52   ` Thomas Zimmermann
2025-02-25  8:00     ` Aditya Garg
2025-02-25  8:48       ` Thomas Zimmermann
2025-02-25 10:28         ` andriy.shevchenko
2025-02-27 16:54   ` kernel test robot
2025-02-27 17:28     ` Aditya Garg
2025-02-28 12:25       ` andriy.shevchenko
2025-02-27 23:22   ` kernel test robot
2025-02-27 23:59   ` kernel test robot

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=a4bc0440-5451-49e7-b7a3-9299c5200a2e@suse.de \
    --to=tzimmermann@suse.de \
    --cc=admin@kodeit.net \
    --cc=airlied@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=evepolonium@gmail.com \
    --cc=gargaditya08@live.com \
    --cc=kekrby@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=simona@ffwll.ch \
    /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