[PATCH v3 0/8] drm/rockchip: covert to support atomic API

From: Mark Yao
Date: Wed Dec 16 2015 - 22:02:39 EST


The series of patches coverting drm rockchip to atomic API, do some
cleanup and some fixes on atomic side.

TODO: fence is not support on current version.

Tested on rk3288 popmetal board.

All guys can test it with following url:
test case: https://github.com/markyzq/libdrm.git atomictest
kernel:
https://github.com/markyzq/kernel-drm-rockchip.git drm-rockchip-next-12-17

Changes in v3:
Reported by kbuild test robot
- fix rockchip_crtc_wait_for_update undefined when build drm rockchip as modules.

Changes in v2:
- Optimization commit planes sequence.
- Get vblank count on atomic_begin to protect vblank event.
Advised by Daniel Stone
- Direct return -EINVAL when yuv address is not support, instead of adjust it.
- code formating and cleanup.
Advised by Thierry Reding & Daniel Vetter
- Hook mode_set into crtc enable instead of hack crtc enable on mode set.

v2: http://www.spinics.net/lists/arm-kernel/msg468423.html
v1: http://lists.freedesktop.org/archives/dri-devel/2015-November/095745.html

Mark Yao (8):
drm/rockchip: Use new vblank api drm_crtc_vblank_*
drm/rockchip: vop: replace dpms with enable/disable
drm/rockchip: Convert to support atomic API
drm/rockchip: Optimization vop mode set
drm/rockchip: support atomic asynchronous commit
drm/rockchip: direct config connecter gate and out_mode
drm: bridge/dw_hdmi: add atomic API support
drm/rockchip: dw_hdmi: use encoder enable function

drivers/gpu/drm/bridge/dw_hdmi.c | 23 +-
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 14 +-
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 21 +-
drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 20 +-
drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 123 +++++
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 782 +++++++++++----------------
6 files changed, 495 insertions(+), 488 deletions(-)

--
1.7.9.5


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/