All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] tinydrm
@ 2017-02-18 18:22 Noralf Trønnes
  2017-02-23  1:20 ` Dave Airlie
  0 siblings, 1 reply; 3+ messages in thread
From: Noralf Trønnes @ 2017-02-18 18:22 UTC (permalink / raw)
  To: airlied; +Cc: DRI Development

Hi Dave,

Please pull tinydrm.

Thanks,
Noralf

The following changes since commit 9ca70356a9260403c1bda40d942935e55d00c11c:

   Revert "drm: Resurrect atomic rmfb code, v3" (2017-02-17 12:39:04 +1000)

are available in the git repository at:

   https://github.com/notro/linux tags/drm-tinydrm-2017-02-18

for you to fetch changes up to 1f47e6cbf58d10392a2158b0e33ef72ad681e40f:

   drm/tinydrm: Add support for Multi-Inno MI0283QT display (2017-02-18 
18:05:02 +0100)

----------------------------------------------------------------
Add tinydrm

----------------------------------------------------------------
Noralf Trønnes (7):
       drm: Add DRM support for tiny LCD displays
       drm/tinydrm: Add helper functions
       drm/tinydrm: Add MIPI DBI support
       of: Add vendor prefix for Multi-Inno
       dt-bindings: display/panel: Add common rotation property
       dt-bindings: Add Multi-Inno MI0283QT binding
       drm/tinydrm: Add support for Multi-Inno MI0283QT display

  .../bindings/display/multi-inno,mi0283qt.txt       |   27 +
  .../devicetree/bindings/display/panel/panel.txt    |    4 +
  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
  Documentation/gpu/index.rst                        |    1 +
  Documentation/gpu/tinydrm.rst                      |   42 +
  MAINTAINERS                                        |    6 +
  drivers/gpu/drm/Kconfig                            |    2 +
  drivers/gpu/drm/Makefile                           |    1 +
  drivers/gpu/drm/tinydrm/Kconfig                    |   21 +
  drivers/gpu/drm/tinydrm/Makefile                   |    7 +
  drivers/gpu/drm/tinydrm/core/Makefile              |    3 +
  drivers/gpu/drm/tinydrm/core/tinydrm-core.c        |  376 ++++++++
  drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c     |  460 +++++++++
  drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c        |  234 +++++
  drivers/gpu/drm/tinydrm/mi0283qt.c                 |  279 ++++++
  drivers/gpu/drm/tinydrm/mipi-dbi.c                 | 1005 
++++++++++++++++++++
  include/drm/tinydrm/ili9341.h                      |   54 ++
  include/drm/tinydrm/mipi-dbi.h                     |  107 +++
  include/drm/tinydrm/tinydrm-helpers.h              |  100 ++
  include/drm/tinydrm/tinydrm.h                      |  115 +++
  20 files changed, 2845 insertions(+)
  create mode 100644 
Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
  create mode 100644 
Documentation/devicetree/bindings/display/panel/panel.txt
  create mode 100644 Documentation/gpu/tinydrm.rst
  create mode 100644 drivers/gpu/drm/tinydrm/Kconfig
  create mode 100644 drivers/gpu/drm/tinydrm/Makefile
  create mode 100644 drivers/gpu/drm/tinydrm/core/Makefile
  create mode 100644 drivers/gpu/drm/tinydrm/core/tinydrm-core.c
  create mode 100644 drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
  create mode 100644 drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c
  create mode 100644 drivers/gpu/drm/tinydrm/mi0283qt.c
  create mode 100644 drivers/gpu/drm/tinydrm/mipi-dbi.c
  create mode 100644 include/drm/tinydrm/ili9341.h
  create mode 100644 include/drm/tinydrm/mipi-dbi.h
  create mode 100644 include/drm/tinydrm/tinydrm-helpers.h
  create mode 100644 include/drm/tinydrm/tinydrm.h

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] tinydrm
  2017-02-18 18:22 [PULL] tinydrm Noralf Trønnes
@ 2017-02-23  1:20 ` Dave Airlie
  2017-02-23 13:50   ` Noralf Trønnes
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Airlie @ 2017-02-23  1:20 UTC (permalink / raw)
  To: Noralf Trønnes; +Cc: DRI Development

On 19 February 2017 at 04:22, Noralf Trønnes <noralf@tronnes.org> wrote:
> Hi Dave,
>
> Please pull tinydrm.

Pulled, just FYI I've seen this on my 32-bit arm builds.


>  CC [M]  drivers/gpu/drm/tinydrm/mipi-dbi.o
/home/airlied/devel/kernel/drm-next/drivers/gpu/drm/tinydrm/mipi-dbi.c:
In function ‘mipi_dbi_debugfs_command_write’:
/home/airlied/devel/kernel/drm-next/drivers/gpu/drm/tinydrm/mipi-dbi.c:905:6:
warning: ‘cmd’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
  ret = mipi_dbi_command_buf(mipi, cmd, parameters, i);
  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] tinydrm
  2017-02-23  1:20 ` Dave Airlie
@ 2017-02-23 13:50   ` Noralf Trønnes
  0 siblings, 0 replies; 3+ messages in thread
From: Noralf Trønnes @ 2017-02-23 13:50 UTC (permalink / raw)
  To: Dave Airlie; +Cc: DRI Development


Den 23.02.2017 02.20, skrev Dave Airlie:
> On 19 February 2017 at 04:22, Noralf Trønnes <noralf@tronnes.org> wrote:
>> Hi Dave,
>>
>> Please pull tinydrm.
> Pulled, just FYI I've seen this on my 32-bit arm builds.

Thanks Dave.
I've sent a patchset to fix that and a couple of other warnings.

Noralf.

>
>>   CC [M]  drivers/gpu/drm/tinydrm/mipi-dbi.o
> /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/tinydrm/mipi-dbi.c:
> In function ‘mipi_dbi_debugfs_command_write’:
> /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/tinydrm/mipi-dbi.c:905:6:
> warning: ‘cmd’ may be used uninitialized in this function
> [-Wmaybe-uninitialized]
>    ret = mipi_dbi_command_buf(mipi, cmd, parameters, i);
>    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Dave.
>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-23 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-18 18:22 [PULL] tinydrm Noralf Trønnes
2017-02-23  1:20 ` Dave Airlie
2017-02-23 13:50   ` Noralf Trønnes

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.