* [GIT PULL] drm/rockchip: fixes
@ 2015-11-11 0:56 Mark yao
2015-11-21 21:50 ` Heiko Stuebner
0 siblings, 1 reply; 4+ messages in thread
From: Mark yao @ 2015-11-11 0:56 UTC (permalink / raw)
To: linux-arm-kernel
Hi Dave
Here are some fixes for drm/rockchip:
drm/rockchip can't work now, we need the patch
Revert "drm/rockchip: Convert the probe function to the
generic drm_of_component_probe()"
and other three fixes are also needed.
I'd like you can land them.
The following changes since commit
816d2206f0f9953ca854e4ff1a2749a5cbd62715:
Merge tag 'drm-intel-next-fixes-2015-11-06' of
git://anongit.freedesktop.org/drm-intel into drm-next (2015-11-07
17:16:59 +1000)
are available in the git repository at:
https://github.com/markyzq/kernel-drm-rockchip.git drm-rockchip-2015-11-11
for you to fetch changes up to 55ac58b5d27a35b8caaa9bd07eb1d2899473130c:
drm/rockchip: vop: fix window origin calculation (2015-11-11 08:36:18
+0800)
----------------------------------------------------------------
Dominik Behr (1):
drm/rockchip: vop: fix window origin calculation
Heiko Stuebner (1):
drm/rockchip: unset pgoff when mmap'ing gems
Mark Yao (1):
Revert "drm/rockchip: Convert the probe function to the generic
drm_of_component_probe()"
Sjoerd Simons (1):
drm/rockchip: vop: Correct enabled clocks during setup
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 81
+++++++++++++++++++++++++--
drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 1 +
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 40 ++++++-------
3 files changed, 92 insertions(+), 30 deletions(-)
--
?ark Yao
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] drm/rockchip: fixes
2015-11-11 0:56 Mark yao
@ 2015-11-21 21:50 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2015-11-21 21:50 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mark,
Am Mittwoch, 11. November 2015, 08:56:51 schrieb Mark yao:
> Here are some fixes for drm/rockchip:
> drm/rockchip can't work now, we need the patch
> Revert "drm/rockchip: Convert the probe function to the
> generic drm_of_component_probe()"
> and other three fixes are also needed.
>
> I'd like you can land them.
>
> The following changes since commit
> 816d2206f0f9953ca854e4ff1a2749a5cbd62715:
>
> Merge tag 'drm-intel-next-fixes-2015-11-06' of
> git://anongit.freedesktop.org/drm-intel into drm-next (2015-11-07
> 17:16:59 +1000)
>
> are available in the git repository at:
>
>
> https://github.com/markyzq/kernel-drm-rockchip.git drm-rockchip-2015-11-11
>
> for you to fetch changes up to 55ac58b5d27a35b8caaa9bd07eb1d2899473130c:
>
> drm/rockchip: vop: fix window origin calculation (2015-11-11 08:36:18
> +0800)
>
> ----------------------------------------------------------------
> Dominik Behr (1):
> drm/rockchip: vop: fix window origin calculation
>
> Heiko Stuebner (1):
> drm/rockchip: unset pgoff when mmap'ing gems
>
> Mark Yao (1):
> Revert "drm/rockchip: Convert the probe function to the generic
> drm_of_component_probe()"
Dave already applied this patch by himself, back before -rc1 was released,
so I guess you should re-do you branch (and pull request) based on
either 4.4-rc1 or Dave's drm-fixes branch.
Heiko
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] drm/rockchip: fixes
@ 2015-12-02 2:55 Mark yao
0 siblings, 0 replies; 4+ messages in thread
From: Mark yao @ 2015-12-02 2:55 UTC (permalink / raw)
To: linux-arm-kernel
Hi Dave
Here are some needed fixes for rockchip drm.
There are three patches I had sent you before, I noticed that you don't
land them, so I rebase to drm-fixes and send you again:
drm/rockchip: unset pgoff when mmap'ing gems
drm rockchip can't work without this patch, when test with
modetest, always get following error:
trying to open device 'rockchip'...success.
failed to map buffer: Unknown error -6
drm/rockchip: vop: Correct enabled clocks during setup
if build drm rockchip as module, we need this patch, system
would hang if aclk is disabled.
drm/rockchip: vop: fix window origin calculation
this patch fix window display, display shift by one pixel
on screen.
Other new two fixes:
drm/rockchip: Fix module autoload for OF platform driver
module autoloading won't work without this patch.
drm/rockchip: Use CRTC vblank event interface
Passing -1 as the pipe triggers a WARN_ON at every pageflip
on multi-screen, that make multi-screen unusable.
I'd like you can land them.
Thanks.
The following changes since commit
b50a1705b598fa4074a5e5e4f20ca46485d1cd0e:
Merge tag 'drm-intel-fixes-2015-11-30' of
git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-12-01
08:00:33 +1000)
are available in the git repository at:
https://github.com/markyzq/kernel-drm-rockchip.git
drm-fixes-rockchip-2015-12-02
for you to fetch changes up to c9fbb7f7b5c56752373e4f425d5157815426e233:
drm/rockchip: Use CRTC vblank event interface (2015-12-02 10:22:21
+0800)
----------------------------------------------------------------
Daniel Stone (1):
drm/rockchip: Use CRTC vblank event interface
Dominik Behr (1):
drm/rockchip: vop: fix window origin calculation
Heiko Stuebner (1):
drm/rockchip: unset pgoff when mmap'ing gems
Luis de Bethencourt (1):
drm/rockchip: Fix module autoload for OF platform driver
Sjoerd Simons (1):
drm/rockchip: vop: Correct enabled clocks during setup
drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 1 +
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 43
+++++++++++----------------
2 files changed, 19 insertions(+), 25 deletions(-)
--
?ark Yao
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] drm/rockchip: fixes
@ 2016-01-22 1:37 Mark yao
0 siblings, 0 replies; 4+ messages in thread
From: Mark yao @ 2016-01-22 1:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi Dave
Here are some fixes for drm/rockchip, these fixes base on drm-next.
These fixes works on my popmetal(rk3288) board.
About patch: drm/atomic-helper: Export framebuffer_changed()
Daniel Vetter ack for merging it through rockchip git trees, so
framebuffer_changed() can be reused by drm/rockchip.
All others looks good, so I'd like you can land them.
Thanks.
The following changes since commit 1df59b8497f47495e873c23abd6d3d290c730505:
Merge tag 'drm-intel-next-fixes-2016-01-14' of
git://anongit.freedesktop.org/drm-intel into drm-next (2016-01-18
07:02:19 +1000)
are available in the git repository at:
https://github.com/markyzq/kernel-drm-rockchip.git
drm-rockchip-next-fixes-2016-01-22
for you to fetch changes up to f0442df2156a2171e40f1643c60103e6333f4e7e:
drm/rockchip: respect CONFIG_DRM_FBDEV_EMULATION (2016-01-22 08:45:31
+0800)
----------------------------------------------------------------
Andrzej Hajda (1):
drm/rockchip/dsi: fix handling mipi_dsi_pixel_format_to_bpp result
John Keeping (5):
drm/rockchip: vop: fix mask when updating interrupts
drm/atomic-helper: Export framebuffer_changed()
drm/rockchip: don't wait for vblank if fb hasn't changed
drm/rockchip: explain why we can't wait_for_vblanks
drm/rockchip: respect CONFIG_DRM_FBDEV_EMULATION
Mark Yao (3):
drm/rockchip: Don't build rockchip_drm_vop as modules
drm/rockchip: cleanup unnecessary export symbol
drm/rockchip: fix wrong pitch/size using on gem
drivers/gpu/drm/drm_atomic_helper.c | 24
++++++++++++++++++++----
drivers/gpu/drm/rockchip/Makefile | 8 ++++----
drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 3 ++-
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 4 ----
drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 24
+++++++++++++++++++++---
drivers/gpu/drm/rockchip/rockchip_drm_fbdev.h | 11 +++++++++++
drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 9 ++-------
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 16 +++++++++-------
include/drm/drm_atomic_helper.h | 4 ++++
9 files changed, 73 insertions(+), 30 deletions(-)
--
?ark Yao
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-22 1:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 2:55 [GIT PULL] drm/rockchip: fixes Mark yao
-- strict thread matches above, loose matches on Subject: below --
2016-01-22 1:37 Mark yao
2015-11-11 0:56 Mark yao
2015-11-21 21:50 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).