linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: bgolaszewski@baylibre.com (Bartosz Golaszewski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/2] drm: tilcdc: improved support for rev1
Date: Mon, 31 Oct 2016 15:19:25 +0100	[thread overview]
Message-ID: <1477923567-1610-1-git-send-email-bgolaszewski@baylibre.com> (raw)

This series contains two patches needed to support revision 1 of the
LCD controller on da850 SoCs.

The first one implements palette loading - this is a resend of v4 of
the stand-alone patch.

The second resets the input FIFO in the DMA controller if a sync lost
error occurs and disables the interrupt completely if we're being
flooded with these errors.

v1 -> v2:
- only allocate dma memory for revision 1

v2 -> v3:
- use devres managed API for dma memory allocation

v3 -> v4:
- reinit the palette completion in tilcdc_crtc_disable()

v4 -> v5:
- add a second patch clearing the sync lost bit in case of a sync lost
  error due to insufficient bandwidth

Bartosz Golaszewski (2):
  drm: tilcdc: implement palette loading for rev1
  drm: tilcdc: clear the sync lost bit in crtc isr

 drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 138 +++++++++++++++++++++++++++++++----
 drivers/gpu/drm/tilcdc/tilcdc_regs.h |   1 +
 2 files changed, 124 insertions(+), 15 deletions(-)

-- 
2.9.3

             reply	other threads:[~2016-10-31 14:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31 14:19 Bartosz Golaszewski [this message]
2016-10-31 14:19 ` [PATCH v5 1/2] drm: tilcdc: implement palette loading for rev1 Bartosz Golaszewski
2016-10-31 16:05   ` Jyri Sarha
2016-11-16 11:34     ` Bartosz Golaszewski
2016-11-16 14:40       ` Jyri Sarha
2016-10-31 14:19 ` [PATCH v5 2/2] drm: tilcdc: clear the sync lost bit in crtc isr Bartosz Golaszewski
2016-10-31 16:32   ` Karl Beldan
2016-11-01 14:22   ` Jyri Sarha
2016-11-01 14:25   ` Jyri Sarha

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=1477923567-1610-1-git-send-email-bgolaszewski@baylibre.com \
    --to=bgolaszewski@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).