Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1636517
| From | Liviu Dudau <Liviu.Dudau@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/3] drm/mali-dp: Add support for memory writeback engine |
| Date | 2017-05-05 20:00 +0200 |
| Message-ID | <tDPGi-4Wu-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This series introduces support for Mali DP's memory writeback engine using the generic writeback connector support introduced in the "[PATCH v4 0/2] drm: Introduce writeback connectors" series [1] I've rebased the previous work that Brian has done on top of drm-next and the generic series. I will take over the work, so please add me in any comments you might have Best regards, Liviu [1] https://lists.freedesktop.org/archives/dri-devel/2017-May/140850.html Brian Starkey (2): drm: mali-dp: Add RGB writeback formats for DP550/DP650 drm: mali-dp: Add writeback connector Liviu Dudau (1): drm: mali-dp: Add support for writeback on DP550/DP650 drivers/gpu/drm/arm/Makefile | 1 + drivers/gpu/drm/arm/malidp_crtc.c | 9 ++ drivers/gpu/drm/arm/malidp_drv.c | 19 ++- drivers/gpu/drm/arm/malidp_drv.h | 4 + drivers/gpu/drm/arm/malidp_hw.c | 88 +++++++++--- drivers/gpu/drm/arm/malidp_hw.h | 18 +++ drivers/gpu/drm/arm/malidp_mw.c | 279 ++++++++++++++++++++++++++++++++++++++ drivers/gpu/drm/arm/malidp_mw.h | 18 +++ drivers/gpu/drm/arm/malidp_regs.h | 15 ++ 9 files changed, 430 insertions(+), 21 deletions(-) create mode 100644 drivers/gpu/drm/arm/malidp_mw.c create mode 100644 drivers/gpu/drm/arm/malidp_mw.h -- 2.12.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/3] drm/mali-dp: Add support for memory writeback engine Liviu Dudau <Liviu.Dudau@arm.com> - 2017-05-05 20:00 +0200 [PATCH v4 2/3] drm: mali-dp: Add RGB writeback formats for DP550/DP650 Liviu Dudau <Liviu.Dudau@arm.com> - 2017-05-05 20:00 +0200 [PATCH v4 3/3] drm: mali-dp: Add writeback connector Liviu Dudau <Liviu.Dudau@arm.com> - 2017-05-05 20:00 +0200 [PATCH v4 1/3] drm: mali-dp: Add support for writeback on DP550/DP650 Liviu Dudau <Liviu.Dudau@arm.com> - 2017-05-05 20:00 +0200
csiph-web