From: Andy Shevchenko <andy@kernel.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Kate Hsuan <hpa@redhat.com>, Robert Mast <rn.mast@zonnet.nl>,
linux-media@vger.kernel.org, linux-staging@lists.linux.dev
Subject: Re: [PATCH 0/4] media: atomisp: mt9m114: Make it work on Asus T100TA
Date: Mon, 14 Oct 2024 14:32:56 +0300 [thread overview]
Message-ID: <Zw0BaCFy5j5bHeUA@smile.fi.intel.com> (raw)
In-Reply-To: <20241013154056.12532-1-hdegoede@redhat.com>
On Sun, Oct 13, 2024 at 05:40:52PM +0200, Hans de Goede wrote:
> Hi All,
>
> Since there is some interest in getting the mt9m114 camera to work on
> the Asus T100TA:
>
> https://github.com/jfwells/linux-asus-t100ta/issues/4
> https://lore.kernel.org/platform-driver-x86/e0c8c98f-64ec-4297-bbc8-de489414515c@zonnet.nl/
>
> I have spend some time this weekend poking at this resulting in this
> series which makes things work somewhat.
>
> Note that for now this will only work if you modify the BIOS settings
> to change the ISP to be listed as a PCI device in lspci:
>
> 00:03.0 Multimedia controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Camera ISP (rev 09)
>
> If you do not have this in lspci then things will not work. The BIOS
> does not allow changing this setting from its menu, so we need to
> use the grub setup_var_3 command form a patched grub.
>
> Note this requires your Asus T100TA to be at the latest v314 BIOS version,
> this has not been tested with other versions!
>
> Download grubia32.efi from here:
>
> https://fedorapeople.org/~jwrdegoede/grub-efi-setup_var/grubia32.efi
>
> Boot this once and then run:
>
> setup_var_3 6f
>
> If the ISP is not visible in lspci this should show 01 as value
> for the 0x6f offset.
>
> Now change this to 2:
>
> setup_var_3 6f 02
>
> and then reboot. After this the ISP should be visible in lspci.
>
> For more details on how this works see:
> https://hansdegoede.dreamwidth.org/25589.html
>
> Note this series is just a quick hack, the proper fix would be to get
> the new drivers/media/i2c/mt9m114 standard v4l2 driver to work and
> atomisp does support standard v4l2 drivers for a while now.
>
> I plan to take a shot at this as time permits, hopefully sometime
> within a month but no promises.
LGTM, some nit-picks in the individual replies.
Reviewed-by: Andy Shevchenko <andy@kernel.org>
P.S. Can you consider my patch to apply (that removes GPL text
in the top comments)?
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2024-10-14 11:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-13 15:40 [PATCH 0/4] media: atomisp: mt9m114: Make it work on Asus T100TA Hans de Goede
2024-10-13 15:40 ` [PATCH 1/4] media: atomisp: Fix WARN_ON() in vb2_start_streaming() triggering Hans de Goede
2024-10-14 11:28 ` Andy Shevchenko
2024-10-13 15:40 ` [PATCH 2/4] media: atomisp: mt9m114: Disable V4L2_CID_3A_LOCK control Hans de Goede
2024-10-13 15:40 ` [PATCH 3/4] media: atomisp: mt9m114: Add missing mutex_init() call Hans de Goede
2024-10-14 11:31 ` Andy Shevchenko
2024-10-14 12:11 ` Hans de Goede
2024-10-13 15:40 ` [PATCH 4/4] media: atomisp: mt9m114: Fix fmt->code not getting set on try_fmt Hans de Goede
2024-10-14 11:32 ` Andy Shevchenko [this message]
2024-10-14 12:09 ` [PATCH 0/4] media: atomisp: mt9m114: Make it work on Asus T100TA Hans de Goede
2024-11-04 11:06 ` Hans de Goede
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=Zw0BaCFy5j5bHeUA@smile.fi.intel.com \
--to=andy@kernel.org \
--cc=hdegoede@redhat.com \
--cc=hpa@redhat.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=rn.mast@zonnet.nl \
--cc=sakari.ailus@linux.intel.com \
/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.