libdrm-armada repository

2016-08-02 Thread Joshua Clayton
rg.uk/cgit/libdrm-armada.git or we can mirror it on github. Do you have a preference? Thanks Joshua Clayton

libdrm-armada repository

2016-08-03 Thread Joshua Clayton
On 08/02/2016 04:28 PM, Russell King wrote: > On Tue, Aug 02, 2016 at 04:09:58PM -0700, Joshua Clayton wrote: >> Greetings Russell, >> I'm publishing an etnaviv yocto layer on github. >> One of the components is libdrm-armada, which we get from >> git://

libdrm-armada repository

2016-08-03 Thread Joshua Clayton
On 08/02/2016 06:38 PM, Fabio Estevam wrote: > Hi Joshua, > > On Tue, Aug 2, 2016 at 8:09 PM, Joshua Clayton > wrote: >> Greetings Russell, >> I'm publishing an etnaviv yocto layer on github. > Cool! Could you please let us know when this layer becomes availabl

etnviv drm WARNING with Kernel 4.10

2017-03-20 Thread Joshua Clayton
Greeetings, All We moved from a 4.7 kernel to 4.10, and now regularly see the below oops at boot. Specific platform is imx6q-evi (Uniwest Evi) running X. There are no ill effects, as far as I can tell, except for the scary kernel warning. I tried disabling CONFIG_DRM_FBDEV_EMULATION, to no effect

[PATCH 1/2] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-02-23 Thread Joshua Clayton
On Tue, 12 Jan 2016 13:55:35 -0800 Joshua Clayton wrote: Ping? FYI The dts for the board using this panel is now in linux-next. Is there something more I need to do to get it queued? They are my first patches for the drm subsystem, so I may be unfamiliar with the customs. I just checked; the

[PATCH] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-01-12 Thread Joshua Clayton
Sharp LQ101K1LY04 is a 10 inch WXGA (1280x800) lvds panel --- drivers/gpu/drm/panel/panel-simple.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index f97b73e..9207b5d 100644 --- a/drive

[PATCH] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-01-12 Thread Joshua Clayton
On Tue, 12 Jan 2016 08:05:46 -0800 Joshua Clayton wrote: Bah. I mistakenly thought that send-email would add my SoB if I passed "-s" to git-send-email. > Sharp LQ101K1LY04 is a 10 inch WXGA (1280x800) lvds panel > Please add: Signed-off-by: Joshua Clayton > --- > drive

[PATCH] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-01-12 Thread Joshua Clayton
Hi Lucas, Thanks for the review. On Tue, 12 Jan 2016 19:45:30 +0100 Lucas Stach wrote: > >  drivers/gpu/drm/panel/panel-simple.c | 26 > > ++ > > Missing documentation for the DT binding. > Thanks, will add. ... > > + .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA

[PATCH 1/2] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-01-12 Thread Joshua Clayton
Add simple-panel support for the Sharp LQ101K1LY04i, which is a 10 inch WXGA (1280x800) lvds panel. Signed-off-by: Joshua Clayton --- drivers/gpu/drm/panel/panel-simple.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b

[PATCH 2/2] drm/panel: simple: Add Documentation for Sharp LQ101K1LY04

2016-01-12 Thread Joshua Clayton
Document basic simple-panel support for Sharp LQ101K1LY04 Signed-off-by: Joshua Clayton --- .../devicetree/bindings/display/panel/sharp,lq101k1ly04.txt| 7 +++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt

[PATCH v3 2/2] drm/panel: simple: Add Documentation for Sharp LQ101K1LY04

2016-06-01 Thread Joshua Clayton
Document basic simple-panel support for Sharp LQ101K1LY04 Signed-off-by: Joshua Clayton --- .../devicetree/bindings/display/panel/sharp,lq101k1ly04.txt| 7 +++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt

[PATCH v3 1/2] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-06-01 Thread Joshua Clayton
Trivial patch to add Sharp LQ101K1LY04i to simple-panel Support the Sharp LQ101K1LY04i, a 10 inch WXGA (1280x800) lvds panel. Signed-off-by: Joshua Clayton --- This trivial addition and its documenatation patch was reviewed for 4.5; the only problems then were alphabetization. They

[PATCH 1/2] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-01-26 Thread Joshua Clayton
On Tuesday, January 12, 2016 01:55:35 PM Joshua Clayton wrote: > Add simple-panel support for the Sharp LQ101K1LY04i, which is > a 10 inch WXGA (1280x800) lvds panel. > > Signed-off-by: Joshua Clayton > --- > drivers/gpu/drm/panel/panel-simple.c | 27 +++

[REPOST v3 1/2] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-07-06 Thread Joshua Clayton
Add simple-panel support for the Sharp LQ101K1LY04i, which is a 10 inch WXGA (1280x800) lvds panel. Signed-off-by: Joshua Clayton --- Reposting again in hopes of getting this into 4.8 drivers/gpu/drm/panel/panel-simple.c | 27 +++ 1 file changed, 27 insertions

[REPOST v3 2/2] drm/panel: simple: Add Documentation for Sharp LQ101K1LY04

2016-07-06 Thread Joshua Clayton
Document basic simple-panel support for Sharp LQ101K1LY04 Signed-off-by: Joshua Clayton Acked-by: Rob Herring --- .../devicetree/bindings/display/panel/sharp,lq101k1ly04.txt| 7 +++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel

Re: [PATCH] drm/etnaviv: select CMA and DMA_CMA if available

2017-07-15 Thread Joshua Clayton
On Friday, July 14, 2017 7:38:01 AM PDT Lucas Stach wrote: > While this is no build dependency, etnaviv will only work correctly on most > systems if CMA and DMA_CMA are enabled. Select both options if available to > avoid users ending up with a non-working GPU due to a lacking kernel config. > >

Re: [PATCH] drm/etnaviv: don't fail to build on arches without PHYS_OFFSET

2018-01-09 Thread Joshua Clayton
It seems wrong to define PHYS_OFFSET here in a gpu driver. Is there an actual ARC system using vivante? The bit of code that uses PHYS_OFFSET looks pretty ARM specific. If not, then at least maybe +#if !define (PHYS_OFFSET) && defined (COMPILE_TEST) +#define PHY_OFFSET 0 +#endif would be more ap

[PATCH v3 1/2] drm/panel: simple: Add support for Sharp LQ101K1LY04

2016-06-29 Thread Joshua Clayton
Thierry, David, Can these patches be pulled in? Do I need anything additional? the Documentation bit has been Acked by Rob Herring. On 06/01/2016 08:35 AM, Joshua Clayton wrote: > Trivial patch to add Sharp LQ101K1LY04i to simple-panel > > Support the Sharp LQ101K1LY04i, a 10 inch WXGA