[PATCH] drm/omap: Nuke close hooks

2016-01-14 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Wednesday 13 January 2016 12:05:14 Daniel Vetter wrote: > Again since the core takes care of this we can remove them. While at > it also remove the postclose hook, it's empty. > > v2: Laurent pointed me at even more code to delete. > > v3: Remove unused fl

[Bug 80678] xrandr scaling / transform does not work with radeon

2016-01-14 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/f200e8ac/attachment.html>

[RFC/PATCH] drm/rockchip: don't wait for vblank if fb hasn't changed

2016-01-14 Thread Mark yao
On 2016年01月14日 01:39, John Keeping wrote: > On Wed, 13 Jan 2016 18:19:17 +0100, Daniel Vetter wrote: > >> On Wed, Jan 13, 2016 at 04:40:38PM +, John Keeping wrote: >>> On Wed, 13 Jan 2016 17:21:56 +0100, Daniel Vetter wrote: >>> On Wed, Jan 13, 2016 at 03:55:29PM +, John Keep

[Bug 93687] ppc64el:Gallium / clover fails to compile

2016-01-14 Thread bugzilla-dae...@freedesktop.org
e receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/9a57dcfb/attachment.html>

[PATCH 0/7] drm/exynos/hdmi: add Exynos5433 support

2016-01-14 Thread Inki Dae
Hi Andrzej, Really sorry for missing this. I will merge them soon. Thanks, Inki Dae 2016년 01월 13일 23:01에 Andrzej Hajda 이(가) 쓴 글: > Hi Inki, > > Ping. > > Regards > Andrzej > > On 11/02/2015 02:16 PM, Andrzej Hajda wrote: >> Hi Inki, Krzysztof, >> >> This patchset adds support

[PATCH 1/7] drm/exynos/hdmi: clock code re-factoring

2016-01-14 Thread Inki Dae
2015년 11월 02일 22:16에 Andrzej Hajda 이(가) 쓴 글: > With incoming support for newer SoCs different set of clocks will be required, > depending on IP version. The patch prepares the driver for it. > > Signed-off-by: Andrzej Hajda > --- > drivers/gpu/drm/exynos/exynos_hdmi.c | 184 >

[PATCH 2/2] drm/crtc_helper/set_config: Remove redundant NULL pointer check on set->mode

2016-01-14 Thread Liu Ying
We've done sanity NULL pointer check on set->mode at the beginning of drm_crtc_helper_set_config() and bailed out if necessary, thus any later on check is redundant. Signed-off-by: Liu Ying --- drivers/gpu/drm/drm_crtc_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[PATCH 0/7] drm/exynos/hdmi: add Exynos5433 support

2016-01-14 Thread Inki Dae
Hi Andrzej, This patch series incurred merge conflicts at severial patches so I had to merge them manually. It looks good to me but it seems to need more tests so I merged them to exynos-drm-next-todo. After that, I will move them to exynos-drm-next. Sorry for late reivew again. Thanks, Inki Da

[PATCH 1/2] drm/crtc_helper/set_config: Remove redundant handling when set->fb is NULL

2016-01-14 Thread Liu Ying
We've done sanity NULL pointer check on set->fb at the beginning of drm_crtc_helper_set_config() and bailed out if necessary, thus any later on check or case handling is redundant. Signed-off-by: Liu Ying --- drivers/gpu/drm/drm_crtc_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-14 Thread bugzilla-dae...@freedesktop.org
I_GRENADA_V30823XT_C67201_A0_GDDR5_8GB_30S\config.h AMD ATOMBIOS ``` -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/5be6b178/attachment-0001.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-14 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/72b40292/attachment.html>

[PATCH 0/7] drm/exynos/hdmi: add Exynos5433 support

2016-01-14 Thread Andrzej Hajda
On 01/14/2016 07:25 AM, Inki Dae wrote: > Hi Andrzej, > > This patch series incurred merge conflicts at severial patches so I had to > merge them manually. > It looks good to me but it seems to need more tests so I merged them to > exynos-drm-next-todo. > After that, I will move them to exynos-dr

[PATCH 0/7] drm/exynos/hdmi: add Exynos5433 support

2016-01-14 Thread Inki Dae
2016년 01월 14일 16:01에 Andrzej Hajda 이(가) 쓴 글: > On 01/14/2016 07:25 AM, Inki Dae wrote: >> Hi Andrzej, >> >> This patch series incurred merge conflicts at severial patches so I had to >> merge them manually. >> It looks good to me but it seems to need more tests so I merged them t

OMAPDSS: panel-sharp-ls037v7dw01: update to use gpiod

2016-01-14 Thread Tomi Valkeinen
s never >> -ENOENT. > > Seems like we can just remove the check for -ENOENT here. Yep. Writing a patch for this and the other panel-sharp-ls037v7dw01 error Dan reported is on my todo. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/c9f83087/attachment.sig>

[RFC/PATCH] drm/rockchip: don't wait for vblank if fb hasn't changed

2016-01-14 Thread Daniel Vetter
On Thu, Jan 14, 2016 at 2:16 AM, Mark yao wrote: > On 2016年01月14日 01:39, John Keeping wrote: >> >> On Wed, 13 Jan 2016 18:19:17 +0100, Daniel Vetter wrote: >> >>> On Wed, Jan 13, 2016 at 04:40:38PM +, John Keeping wrote: On Wed, 13 Jan 2016 17:21:56 +0100, Daniel Vetter wrote:

[RFC/PATCH] drm/rockchip: don't wait for vblank if fb hasn't changed

2016-01-14 Thread Mark yao
On 2016年01月14日 16:32, Daniel Vetter wrote: > On Thu, Jan 14, 2016 at 2:16 AM, Mark yao wrote: >> On 2016年01月14日 01:39, John Keeping wrote: >>> On Wed, 13 Jan 2016 18:19:17 +0100, Daniel Vetter wrote: >>> On Wed, Jan 13, 2016 at 04:40:38PM +, John Keeping wrote: > On Wed, 1

[PATCH] drm/rockchip/dsi: fix handling mipi_dsi_pixel_format_to_bpp result

2016-01-14 Thread Andrzej Hajda
The function can return negative value so it should be assigned to signed variable. The problem has been detected using patch scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 3 ++- 1 file changed, 2 insertions(+

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
-- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/4fd1e660/attachment.html>

[Bug 90202] Firefox nightly hangs with accelerated layers and latest r600 driver

2016-01-14 Thread bugzilla-dae...@freedesktop.org
e for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/aaeda978/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/d5bc97d4/attachment-0001.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/a407b4ac/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/5c6c1fd2/attachment.html>

[PATCH v7 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

2016-01-14 Thread jitao shi
Hi Archit, On Wed, 2016-01-13 at 12:41 +0530, Archit Taneja wrote: > Hi Jitao, > > On 01/13/2016 07:48 AM, Jitao Shi wrote: > > This patch adds drm_bridge driver for parade DSI to eDP bridge chip. > > > > Signed-off-by: Jitao Shi > > --- > > Changes since v6: > > - Add ps8640 firmware update

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=92912 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/a3256

[Bug 92912] Full GPU lockups in TF2 - R600

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93706 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/c5f24

[Bug 90202] Firefox nightly hangs with accelerated layers and latest r600 driver

2016-01-14 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/3a6a62a6/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=83319 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/620ee

[Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93706 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/2a85c

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/6a7b8949/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=83285 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/6e76e

[Bug 83285] GPU Lockup using wine d3d under certain games

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93706 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/e35f1

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=88263 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/9b041

[Bug 88263] Civilization Beyond Earth crashes on r600

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93706 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/9ceb4

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
=88263 | -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/8fd0f9f8/attachment.html>

[Bug 88263] Civilization Beyond Earth crashes on r600

2016-01-14 Thread bugzilla-dae...@freedesktop.org
=93706 | -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/0bb112bc/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
UG=nosb, gsraytrace also freezes the GPU -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/38b09918/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
UG=nosb, gsraytrace also freezes the GPU -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/fef01e9f/attachment.html>

[PATCH v2 09/10] dt-bindings: video: exynos5433-decon: add bindings for DECON-TV

2016-01-14 Thread Andrzej Hajda
Hi Inki, It seems this patch and 04/10 did not get picked up yet. Could you merge it? Regards Andrzej On 10/26/2015 12:59 PM, Andrzej Hajda wrote: > DECON-TV(Display and Enhancement Controller for TV) is a variation > of DECON IP. Its main purpose is to produce video stream for HDMI IP. > > Sign

[PATCH v3 1/3] drm: add generic zpos property

2016-01-14 Thread Ville Syrjälä
On Tue, Jan 12, 2016 at 02:39:18PM +0100, Marek Szyprowski wrote: > This patch adds support for generic plane's zpos property property with > well-defined semantics: > - added zpos properties to drm core and plane state structures > - added helpers for normalizing zpos properties of given set of pl

[PATCH v2 09/10] dt-bindings: video: exynos5433-decon: add bindings for DECON-TV

2016-01-14 Thread Inki Dae
+ Rob Herring 2016년 01월 14일 19:36에 Andrzej Hajda 이(가) 쓴 글: > Hi Inki, > > It seems this patch and 04/10 did not get picked up yet. > Could you merge it? Yes, I can. However, 04/10 is required for acked-by from dt or SoC maintainer. Krzysztof and Rob, could you give me acked-by?

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
ng this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/59fc42bc/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/623720cd/attachment-0001.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
.0 X server 1.17.2 Intel Sandybridge -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/5b3ceeb9/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=86720 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/9941c

[Bug 86720] [radeon] Europa Universalis 4 freezing during game start (10.3.3+, still broken on 11.0.2)

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93706 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/be7d3

[Bug 86720] [radeon] Europa Universalis 4 freezing during game start (10.3.3+, still broken on 11.0.2)

2016-01-14 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/000cfe08/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=88263 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/fdbea

[Bug 88263] Civilization Beyond Earth crashes on r600

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93706 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/230eb

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=91865 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/72953

[Bug 91865] [r600g] GPU hang in 'gsraytrace' - NI/Turks (6670)

2016-01-14 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=93706 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/687fc

[Bug 93288] dpm malfunction on radeon grenada r9 390X

2016-01-14 Thread bugzilla-dae...@freedesktop.org
|hawaii r9 390X |grenada r9 390X -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/742d5

[Bug 93288] dpm malfunction on radeon grenada r9 390X

2016-01-14 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/10acc7b6/attachment.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-14 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/43151496/attachment.html>

[Bug 91375] [radeonsi] [drm:si_dpm_set_power_state [radeon]] *ERROR* si_restrict_performance_levels_before_switch failed

2016-01-14 Thread bugzilla-dae...@freedesktop.org
ou are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/badda96f/attachment.html>

[RFC/PATCH] drm/rockchip: don't wait for vblank if fb hasn't changed

2016-01-14 Thread Daniel Vetter
On Thu, Jan 14, 2016 at 04:46:37PM +0800, Mark yao wrote: > On 2016年01月14日 16:32, Daniel Vetter wrote: > >On Thu, Jan 14, 2016 at 2:16 AM, Mark yao wrote: > >>On 2016年01月14日 01:39, John Keeping wrote: > >>>On Wed, 13 Jan 2016 18:19:17 +0100, Daniel Vetter wrote: > >>> > On Wed, Jan

[PATCH 2/2] drm/crtc_helper/set_config: Remove redundant NULL pointer check on set->mode

2016-01-14 Thread Daniel Vetter
On Thu, Jan 14, 2016 at 02:00:10PM +0800, Liu Ying wrote: > We've done sanity NULL pointer check on set->mode at the beginning of > drm_crtc_helper_set_config() and bailed out if necessary, thus any later on > check is redundant. > > Signed-off-by: Liu Ying Both applied to drm-misc, thanks. -Dan

[PATCH 2/3] drm/rockchip: don't wait for vblank if fb hasn't changed

2016-01-14 Thread John Keeping
As commented in drm_atomic_helper_wait_for_vblanks(), userspace relies on cursor ioctls being unsynced. Converting the rockchip driver to atomic has significantly impacted cursor performance by making every cursor update wait for vblank. By skipping the vblank sync when the framebuffer has not ch

[PATCH 1/3] drm/atomic-helper: Export framebuffer_changed()

2016-01-14 Thread John Keeping
The Rockchip driver cannot use drm_atomic_helper_wait_for_vblanks() because it has hardware counters for neither vblanks nor scanlines. In order to simplify re-implementing the functionality for this driver, export the framebuffer_changed() helper so it can be reused. Signed-off-by: John Keeping

[PATCH 0/3] drm/rockchip: fix cursor performance with atomic

2016-01-14 Thread John Keeping
On Thu, 14 Jan 2016 15:20:47 +0100, Daniel Vetter wrote: > Ugh. Oh well, there's not really anything we can do in core nore helpers > to make this easier for drivers. This really only can be fixed sensibly at > the hardware level. > > So yeah I think exposing framebuffer_changed as a helper is th

[PATCH 3/3] drm/rockchip: explain why we can't wait_for_vblanks

2016-01-14 Thread John Keeping
Signed-off-by: John Keeping --- drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_fb.c b/drivers/gpu/drm/rockchip/rockchip_drm_fb.c index 679d23a..b267ce4 100644 --- a/drivers/gpu/drm/rockchip/rockchip_drm_f

[PATCH 1/3] drm/atomic-helper: Export framebuffer_changed()

2016-01-14 Thread Daniel Vetter
On Thu, Jan 14, 2016 at 02:39:40PM +, John Keeping wrote: > The Rockchip driver cannot use drm_atomic_helper_wait_for_vblanks() > because it has hardware counters for neither vblanks nor scanlines. > > In order to simplify re-implementing the functionality for this driver, > export the framebu

[PATCH 3/3] drm/rockchip: explain why we can't wait_for_vblanks

2016-01-14 Thread Thierry Reding
use? Thierry -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/20fef853/attachment-0001.sig>

[Bug 93713] System hangs (beomes totaly unresponsive) when trying to use hybrid graphics with ATI 7730M videocard

2016-01-14 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/a95647f0/attachment.html>

[Bug 93713] System hangs (beomes totaly unresponsive) when trying to use hybrid graphics with ATI 7730M videocard

2016-01-14 Thread bugzilla-dae...@freedesktop.org
|Linux (All) -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/e18a7fb9/attachment.html>

[PATCH 3/3] drm/rockchip: explain why we can't wait_for_vblanks

2016-01-14 Thread John Keeping
On Thu, 14 Jan 2016 15:57:05 +0100, Thierry Reding wrote: > On Thu, Jan 14, 2016 at 02:39:42PM +, John Keeping wrote: > > Signed-off-by: John Keeping > > --- > > drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/drivers/gpu/drm/r

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/cb730894/attachment.html>

[Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730

2016-01-14 Thread bugzilla-dae...@freedesktop.org
signee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/9e69d146/attachment.html>

[Bug 93687] ppc64el:Gallium / clover fails to compile

2016-01-14 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/f6ffd9cb/attachment-0001.html>

[Bug 93713] System hangs (beomes totaly unresponsive) when trying to use hybrid graphics with ATI 7730M videocard

2016-01-14 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/f086cd21/attachment.html>

[Bug 91865] [r600g] GPU hang in 'gsraytrace' - NI/Turks (6670)

2016-01-14 Thread bugzilla-dae...@freedesktop.org
s scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/81e2449f/attachment.html>

[Bug 93715] [r600g] rendering issues with R600_DEBUG=nosb for all three 'raytrace' variants

2016-01-14 Thread bugzilla-dae...@freedesktop.org
n: vsraytrace fsraytrace gsraytrace Have a look at the attachments. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/187f2ef7/attachment.html>

[Bug 93715] [r600g] rendering issues with R600_DEBUG=nosb for all three 'raytrace' variants

2016-01-14 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/014fb90b/attachment.html>

[Bug 93715] [r600g] rendering issues with R600_DEBUG=nosb for all three 'raytrace' variants

2016-01-14 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/e9c98fad/attachment.html>

[Bug 93715] [r600g] rendering issues with R600_DEBUG=nosb for all three 'raytrace' variants

2016-01-14 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/ace1a82b/attachment.html>

[PATCH 09/22] drm: Clean up pending events in the core

2016-01-14 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Monday 11 January 2016 22:41:03 Daniel Vetter wrote: > There's really no reason to not do so, instead of replicating this > for every use-case and every driver. Now we can't just nuke the events, > since that would still mean that all drm_event users would n

[PATCH 02/22] drm: Add functions to setup/tear down drm_events.

2016-01-14 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Monday 11 January 2016 22:40:56 Daniel Vetter wrote: > An attempt at not spreading out the file_priv->event_space stuff out > quite so far and wide. And I think fixes something in ipp_get_event() > that is broken (or if they are doing something more weird/s

[PATCH 05/22] drm: Create drm_send_event helpers

2016-01-14 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Monday 11 January 2016 22:40:59 Daniel Vetter wrote: > Use them in the core vblank code and exynos/vmwgfx drivers. > > Note that the difference between wake_up_all and _interruptible in > vmwgfx doesn't matter since the only waiter is the core code in > drm

[Intel-gfx] [PATCH] drm: Clean up pending events in the core

2016-01-14 Thread Laurent Pinchart
Hi Daniel, On Monday 11 January 2016 14:51:46 Daniel Stone wrote: > On 10 January 2016 at 23:48, Laurent Pinchart wrote: > > On Saturday 09 January 2016 14:28:46 Daniel Vetter wrote: > >> @@ -353,18 +354,16 @@ static void drm_events_release(struct drm_file > >> *file_priv) { > >> > >> struc

[PATCH] drm: Do not set connector->encoder in drivers

2016-01-14 Thread Laurent Pinchart
On Tuesday 17 November 2015 16:58:25 Jani Nikula wrote: > On Mon, 16 Nov 2015, Thierry Reding wrote: > > An encoder is associated with a connector by the DRM core as a result of > > setting up a configuration. Drivers using the atomic or legacy helpers > > should never set up this link, even if it

[PATCH 5/5] drm: Enable markdown^Wasciidoc for gpu.tmpl

2016-01-14 Thread Jani Nikula
On Tue, 12 Jan 2016, Jonathan Corbet wrote: > On Sat, 12 Dec 2015 12:13:45 +0100 > Daniel Vetter wrote: > >> I just figured there's no way this could get it, and I'd >> much rather improve the docs themselves than trying to convince core >> kernel folks that this might be useful. > > So I'm not q

[PULL] drm-intel-next-fixes

2016-01-14 Thread Jani Nikula
Hi Dave - Our first bag of fixes for drm-next/v4.5. BR, Jani. The following changes since commit 7447a2b221cd4df3960e82478a4ee29312589611: drm/i915: Update DRIVER_DATE to 20151218 (2015-12-18 20:26:17 +0100) are available in the git repository at: git://anongit.freedesktop.org/drm-intel

[PATCH 5/5] drm: Enable markdown^Wasciidoc for gpu.tmpl

2016-01-14 Thread Jonathan Corbet
On Thu, 14 Jan 2016 22:03:26 +0200 Jani Nikula wrote: > What if we added support for some markup language as an alternative to > DocBook for the high level documentation? What if we taught kernel-doc > to output said markup natively, and included those generated pieces into > the high level docum

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-14 Thread bugzilla-dae...@freedesktop.org
- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/5529eab4/attachment.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-14 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/3d0da3c7/attachment-0001.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-14 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/4cd19064/attachment.html>

[Bug 93718] nouveau + moveablecore => endless havoc (possibly a general drm problem)

2016-01-14 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/7f2e9ca4/attachment.html>

[Bug 93548] Grid Autosport causes a hard system crash

2016-01-14 Thread bugzilla-dae...@freedesktop.org
this be a new bug then? Mesa version is 11.1.1. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/68d8030e/attachment.html>

[Bug 93548] Grid Autosport causes a hard system crash

2016-01-14 Thread bugzilla-dae...@freedesktop.org
e assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/1f788ca1/attachment.html>

[Bug 83319] [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730

2016-01-14 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/60e8ac2e/attachment.html>

[Bug 93706] Xorg freeze when running 3d app (Guild Wars 2) on RV620

2016-01-14 Thread bugzilla-dae...@freedesktop.org
did not crash and produced attached output. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/d11be581/attachment.html>

Lockdep warning when using REGCACHE_RBTREE

2016-01-14 Thread Stefan Agner
Hi Mark, I currently work on the DCU DRM driver (drivers/gpu/drm/fsl-dcu/) on a Linux 4.4 kernel. With CONFIG_LOCKDEP enabled I get the following warning on startup: [1.327284] [ cut here ] [1.332010] WARNING: CPU: 0 PID: 1 at kernel/locking/lockdep.c:2755 lockdep_

[Bug 93721] Tonga [drm:amdgpu_vm_init [amdgpu]] *ERROR* Cannot allocate memory for page table array

2016-01-14 Thread bugzilla-dae...@freedesktop.org
be you can see why from the memdumps in the dmesg. I haven't been able to reproduce this. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-

[Bug 93721] Tonga [drm:amdgpu_vm_init [amdgpu]] *ERROR* Cannot allocate memory for page table array

2016-01-14 Thread bugzilla-dae...@freedesktop.org
- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160114/4af8c21b/attachment.html>

[PATCH v2 07/26] clk: sunxi: Add TCON channel1 clock

2016-01-14 Thread Maxime Ripard
The TCON is a controller generating the timings to output videos signals, acting like both a CRTC and an encoder. It has two channels depending on the output, each channel being driven by its own clock (and own clock controller). Add a driver for the channel 1 clock. Signed-off-by: Maxime Ripard

[PATCH v2 18/26] drm: sun4i: Add RGB output

2016-01-14 Thread Maxime Ripard
One of the A10 display pipeline possible output is an RGB interface to drive LCD panels directly. This is done through the first channel of the TCON that will output our video signals directly. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/Makefile | 2 + drivers/gpu/drm/sun4i/sun

[PATCH v2 23/26] ARM: sun5i: chip: Enable the TV Encoder

2016-01-14 Thread Maxime Ripard
The CHIP has a composite output available muxed with the microphone in the micro-jack plug. Enable the composite output in its DTS. Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun5i-r8-chip.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/sun5i-r8-c

[PATCH v2 22/26] ARM: sun5i: r8: Add display blocks to the DTSI

2016-01-14 Thread Maxime Ripard
The TCON, tv-encoder and display engine backends and frontends are combined to create our display pipeline. Add them to the R8 DTSI. It's supposed to be perfectly compatible with the A10s and A13, but since we haven't tested it on them yet, it's safer to just enable it on the R8. Eventually, it sh

[PATCH v2 01/26] reset: Move DT cell size check to the core

2016-01-14 Thread Maxime Ripard
The core currently doesn't check that the DT cell size matches what the driver declares, which means that every xlate function needs to duplicate that check. Make sure that of_reset_control_get checks for this to avoid duplication and errors. Signed-off-by: Maxime Ripard --- drivers/reset/core.

[PATCH v2 00/26] drm: Add Allwinner A10 display engine support

2016-01-14 Thread Maxime Ripard
Hi everyone, The Allwinner SoCs (except for the very latest ones) all share the same set of controllers, loosely coupled together to form the display pipeline. Depending on the SoC, the number of instances of the controller will change (2 instances of each in the A10, only one in the A13, for exa

[PATCH v2 02/26] reset: Make reset_control_ops const

2016-01-14 Thread Maxime Ripard
The ops pointer is holding a pointer to a structure that is usually not modified. Make it const. Signed-off-by: Maxime Ripard --- include/linux/reset-controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/reset-controller.h b/include/linux/reset-controller

  1   2   >