From: Inki Dae <inki.dae@samsung.com>
To: airlied@linux.ie, dri-devel@lists.freedesktop.org
Cc: kyungmin.park@samsung.com, sw0312.kim@samsung.com
Subject: [GIT PULL v2] exynos-drm-next
Date: Thu, 21 Feb 2013 15:40:59 +0900 [thread overview]
Message-ID: <1361428859-23489-1-git-send-email-inki.dae@samsung.com> (raw)
In-Reply-To: <1360902275-14281-1-git-send-email-inki.dae@samsung.com>
Hi Dave,
This pull-request includes hdmi mode relevant some improvements,
bug fixes and code cleanups.
The summary:
. Add display mode check operaion to mixer driver
- Mixer IP also can put certain restrictions on the proposed
display modes and these restrictions need to be considered
during mode negotiation, which happens immediately after
edid parsing.
. Set correct mode for range of resolutions
- With this patch, the mixer driver could find the correct mode
for the range of resolutions upto 1080 vertical lines.
. Support extra resolution for hdmi
- This patch programs the core and timing generator registers
using the timing data provided in drm_display_mode without
hard-coded configurations. So this patch adds additional PHY
configs to allow us to support more permissible resolutions
and refresh rates.
. Add device tree support for g2d
- This patch adds just the compatible string for exynos5250 SoC
so that with device tree enabling, this driver can be probed.
. And bug fixes and code cleanups.
Changelog v2:
. just rebased
The below patches should be more reviewed and also tested,
[PATCH v7 0/2] Add display-timing node parsing to exynos drm fimd
[PATCH v3 1/3] drm/exynos: Get HDMI version from device tree
So these aren't merged this time. Please pull it.
If there is any problem, please kindly let me know.
Thanks,
Inki Dae.
The following changes since commit ca18e1426bb2db987b67030256477c9571aebd09:
Merge branch 'tilcdc-next' of git://people.freedesktop.org/~robclark/linux into drm-next (2013-02-21 09:31:47 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-next
Ajay Kumar (1):
drm/exynos: Add device tree based discovery support for G2D
Inki Dae (2):
drm/exynos: fix iommu address allocation order
drm/exynos: consider exception case to fb handle creation
Rahul Sharma (3):
drm/exynos: add display-mode-check operation to exynos_mixer_ops struct
drm/exynos: implement display-mode-check callback in mixer driver
drm/exynos: mixer: set correct mode for range of resolutions
Sachin Kamat (1):
drm/exynos: Add missing braces around sizeof
Sean Paul (1):
drm/exynos: hdmi: support extra resolutions using drm_display_mode timings
YoungJun Cho (2):
drm/exynos: fix wrong pointer access at vm close.
drm/exynos: release resources properly when fb creation is failed.
drivers/gpu/drm/exynos/exynos_drm_fb.c | 55 +-
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 12 +-
drivers/gpu/drm/exynos/exynos_drm_gem.c | 33 +-
drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 12 +
drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 5 +-
drivers/gpu/drm/exynos/exynos_drm_iommu.h | 2 +-
drivers/gpu/drm/exynos/exynos_hdmi.c | 1035 +++++++++++------------------
drivers/gpu/drm/exynos/exynos_mixer.c | 34 +-
8 files changed, 490 insertions(+), 698 deletions(-)
next prev parent reply other threads:[~2013-02-21 6:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-15 4:24 [GIT PULL] exynos-drm-next Inki Dae
2013-02-21 6:40 ` Inki Dae [this message]
[not found] <CGME20241106010943epcas1p1f43d635384661d8dc4a401c5b82b25af@epcas1p1.samsung.com>
2024-11-06 1:09 ` [GIT PULL v2] exynos-drm-next Inki Dae
[not found] <CGME20230417100624epcas1p3d39ab3b88da18da0b365d67ad1062086@epcas1p3.samsung.com>
2023-04-17 10:06 ` Inki Dae
[not found] <CGME20181214072711epcas2p4f9d1016da37bae403a9416d00a1c0e78@epcas2p4.samsung.com>
2018-12-14 7:27 ` Inki Dae
2018-12-14 16:11 ` Daniel Vetter
2018-12-14 16:42 ` Daniel Vetter
[not found] <CGME20180525063159epcas1p488f55ec164803d9d7e515421dcac3fee@epcas1p4.samsung.com>
2018-05-25 6:31 ` Inki Dae
-- strict thread matches above, loose matches on Subject: below --
2014-04-04 12:49 Inki Dae
2013-07-04 7:31 Inki Dae
2012-11-29 12:11 Inki Dae
2012-11-29 14:34 ` Daniel Vetter
2012-11-30 5:27 ` Inki Dae
2012-11-30 16:28 ` Daniel Vetter
2012-10-04 2:12 [GIT PULL] exynos-drm-next Inki Dae
2012-10-05 11:04 ` [GIT PULL v2] exynos-drm-next Inki Dae
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=1361428859-23489-1-git-send-email-inki.dae@samsung.com \
--to=inki.dae@samsung.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=kyungmin.park@samsung.com \
--cc=sw0312.kim@samsung.com \
/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