Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603680
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] drm/pl111: Initial drm/kms driver for pl111 |
| Date | 2017-03-18 01:50 +0100 |
| Message-ID | <tmaJb-6zz-7@gated-at.bofh.it> (permalink) |
| References | <tm9k6-5I7-25@gated-at.bofh.it> <tm9k6-5I7-27@gated-at.bofh.it> <tm9k6-5I7-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Russell King - ARM Linux <linux@armlinux.org.uk> writes: > On Fri, Mar 17, 2017 at 03:47:42PM -0700, Eric Anholt wrote: >> This is a modesetting driver for the pl111 CLCD display controller >> found on various ARM platforms such as the Versatile Express. The >> driver has only been tested on the bcm911360_entphn platform so far, >> with PRIME-based buffer sharing between vc4 and clcd. >> >> It reuses the existing devicetree binding, while not using quite as >> many of its properties as the fbdev driver does (those are left for >> future work). > > As we're multiplatform on ARM, and this is using the PL11x AMBA IDs, > we must ensure that it's compatible with everything that the fbdev > driver is compatible with... however, I suspect that's not worth the > effort (unless Linus W wants it?) > > If we make it PL111 specific, then we don't need to handle Integrator > CP, or the Versatile PB/AB weirdness. The only thing left is the > power etc enable bits on Realview which uses the PL111. See the > code for Realview in drivers/video/fbdev/amba-clcd-versatile.c. Restricting to PL111 for now sounds good to me. Those Realview bits look like they're turning on a power domain -- shouldn't we represent those as a regulator or a power domain? If we did, then plugging that into a panel driver sounds straightforward. (that's assuming that they're powering panel. not the controller -- I can't quite tell from the code I've browsed so far)
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 2/2] drm/pl111: Initial drm/kms driver for pl111 Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-03-18 00:20 +0100
Re: [PATCH 2/2] drm/pl111: Initial drm/kms driver for pl111 Eric Anholt <eric@anholt.net> - 2017-03-18 01:50 +0100
Re: [PATCH 2/2] drm/pl111: Initial drm/kms driver for pl111 Linus Walleij <linus.walleij@linaro.org> - 2017-03-23 23:00 +0100
Re: [PATCH 2/2] drm/pl111: Initial drm/kms driver for pl111 Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-03-24 00:40 +0100
Re: [PATCH 2/2] drm/pl111: Initial drm/kms driver for pl111 Linus Walleij <linus.walleij@linaro.org> - 2017-03-24 09:20 +0100
csiph-web