Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458603
| From | Tomeu Vizoso <tomeu.vizoso@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 0/5] drm/rockchip: Implement CRC debugfs API |
| Date | 2016-08-09 13:00 +0200 |
| Message-ID | <s4cVj-6rN-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, this series builds up on the API for exposing captured CRCs through debugfs and also on the refactoring to the analogix_dp driver for using the DP helpers (so it depends on those not-yet merged series). It adds new DP helpers for starting and stopping CRC capture and gets the Rockchip driver to use it. Also had to add a connector backpointer to the AUX struct so we could wait for the right vblank and store the CRCs afterwards. Thanks, Tomeu Tomeu Vizoso (5): drm/dp: add connector backpointer to drm_dp_aux drm/bridge: analogix_dp: set connector to drm_dp_aux drm/dp: add helpers for capture of frame CRCs drm/bridge: analogix_dp: add helpers for capture of frame CRCs drm/rockchip: Implement CRC debugfs API drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 34 ++++-- drivers/gpu/drm/drm_dp_helper.c | 133 +++++++++++++++++++++ drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 48 ++++++++ include/drm/bridge/analogix_dp.h | 3 + include/drm/drm_dp_helper.h | 9 ++ 5 files changed, 219 insertions(+), 8 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v1 0/5] drm/rockchip: Implement CRC debugfs API Tomeu Vizoso <tomeu.vizoso@collabora.com> - 2016-08-09 13:00 +0200
[PATCH v1 1/5] drm/dp: add connector backpointer to drm_dp_aux Tomeu Vizoso <tomeu.vizoso@collabora.com> - 2016-08-09 13:00 +0200
Re: [PATCH v1 1/5] drm/dp: add connector backpointer to drm_dp_aux Daniel Vetter <daniel@ffwll.ch> - 2016-08-09 13:30 +0200
csiph-web