On 2016?09?13? 08:20, Dave Airlie wrote: > On 10 September 2016 at 12:57, Mark yao <mark.yao at rock-chips.com> wrote: >> Hi Dave >> Here are some little fixes for rockchip drm, looks good for me, and >> there is no doubt on them, So I'd like you can land them. >> >> Thanks. >> >> The following changes since commit 603f2c9f45c6620afd65b60ec084c1ea7c36b2ec: >> >> Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux >> into drm-fixes (2016-09-02 15:55:15 +1000) >> >> are available in the git repository at: >> >> >> https://github.com/markyzq/kernel-drm-rockchip.git > Something is wrong with this pull request, there is no branch name. > > Please test pull requests are complete before sending, > > Thanks, > Dave. > > > Hi Dave Sorry, here is correct one. The following changes since commit 603f2c9f45c6620afd65b60ec084c1ea7c36b2ec: Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux into drm-fixes (2016-09-02 15:55:15 +1000) are available in the git repository at: https://github.com/markyzq/kernel-drm-rockchip.git drm-rockchip-fixes-2016-09-10 for you to fetch changes up to d59cacfb69ee46878373284403595e30f718218a: drm/rockchip: mark symbols static where possible (2016-09-10 10:48:37 +0800) ---------------------------------------------------------------- Baoyou Xie (2): drm/rockchip: add missing header dependencies drm/rockchip: mark symbols static where possible Chris Zhong (1): drm/rockchip: vop: make vop register setting take effect Douglas Anderson (1): drm/rockchip: Properly adjust to a true clock in adjusted_mode Mark Yao (1): drm/rockchip: fix fbdev crash when not use DRM_FBDEV_EMULATION drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 10 +++++----- drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_fbdev.c | 18 +++++++++++------- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 7 ++++++- 5 files changed, 24 insertions(+), 15 deletions(-) -- ?ark Yao