From: Darren Etheridge <detheridge@ti.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements
Date: Mon, 3 Jun 2013 15:59:28 -0500 [thread overview]
Message-ID: <1370293173-18319-1-git-send-email-detheridge@ti.com> (raw)
The series of patches that follow are intended to address issues that
have been found in the tilcdc drm driver. The patchset enables support
for screen resolutions with horizontal resolutions greater than 1024
pixels. The patchset also addresses a limitation where certain
monitor timings would overflow LCD controller timing registers causing
either no monitor signal or a very corrupted display. This patchset
will stop monitor modes from being reported as valid if the lcd
controller cannot support them.
Applies cleanly on 3.10rc4.
Darren Etheridge (5):
drm/tilcdc: support pixel widths greater than 1024
drm/tilcdc: adding some more devicetree config
drm/tilcdc: fixing off by one errors found on analyzer
drm/tilcdc: adding more guards to present selection of invalid modes
drm/tilcdc: whitespace fixes and tidyup
.../devicetree/bindings/drm/tilcdc/tilcdc.txt | 8 ++
drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 115 +++++++++++++++++---
drivers/gpu/drm/tilcdc/tilcdc_drv.c | 15 +++-
drivers/gpu/drm/tilcdc/tilcdc_drv.h | 22 ++++
drivers/gpu/drm/tilcdc/tilcdc_regs.h | 1 +
5 files changed, 147 insertions(+), 14 deletions(-)
next reply other threads:[~2013-06-03 21:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 20:59 Darren Etheridge [this message]
2013-06-03 20:59 ` [PATCH 1/5] drm/tilcdc: support pixel widths greater than 1024 Darren Etheridge
2013-06-03 20:59 ` [PATCH 2/5] drm/tilcdc: adding some more devicetree config Darren Etheridge
2013-06-03 20:59 ` [PATCH 3/5] drm/tilcdc: fixing off by one errors found on analyzer Darren Etheridge
2013-06-03 20:59 ` [PATCH 4/5] drm/tilcdc: adding more guards to present selection of invalid modes Darren Etheridge
2013-06-03 20:59 ` [PATCH 5/5] drm/tilcdc: whitespace fixes and tidyup Darren Etheridge
2013-06-03 21:51 ` [PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements Rob Clark
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=1370293173-18319-1-git-send-email-detheridge@ti.com \
--to=detheridge@ti.com \
--cc=dri-devel@lists.freedesktop.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 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.