[PATCH v2 1/4] scripts/kernel-doc: Adding cross-reference links to html documentation.

2015-08-16 Thread Jonathan Corbet
On Tue, 28 Jul 2015 16:45:15 -0300 Danilo Cesar Lemes de Paula wrote: > Functions, Structs and Parameters definitions on kernel documentation > are pure cosmetic, it only highlights the element. > > To ease the navigation in the documentation we should use inside > those tags so readers can

[Intel-gfx] [PATCH v2 00/22] Enable gpu switching on the MacBook Pro

2015-08-16 Thread Lukas Wunner
Hi Daniel, On Wed, Aug 12, 2015 at 11:10:59PM +0200, Daniel Vetter wrote: > Yes just squash and mention that the patch is based on work from > $list_of_other_authors, plus cc them. There's not much point in > acknowledging when people write broken patches ;-) As you requested I've squashed the

[PULL] drm-intel-next-fixes

2015-08-16 Thread Daniel Vetter
Hi Dave, Bunch more fixes for 4.3, most of it skl fallout. It's not quite all yet, there's still a few more patches pending to enable DDI-E correctly on skl. Also included the dpms atomic work from Maarten since atomic is just a pain and not including would cause piles of conflicts right from the

[Bug 91656] Pillars of Eternity glitch in maps

2015-08-16 Thread bugzilla-dae...@freedesktop.org
if they are helpful. -- 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/20150816/ee30506c/attachment.html>

drm/exynos: g2d userptr memory corruption

2015-08-16 Thread Tobias Jakobi
Hello, some time ago I checked whether I could use the userptr functionality to do zero-copy from userspace allocated buffers via the G2D. This didn't work out so well, so kinda put this to the bottom of my TODO list. Now that IOMMU support has landed and Jan Kara has rewrote page pinning using

[PATCH 13/14] drm/exynos: use prime helpers

2015-08-16 Thread Inki Dae
On 2015년 08월 16일 14:26, Inki Dae wrote: > On 2015년 07월 28일 17:53, Joonyoung Shim wrote: >> The dma-buf codes of exynos drm is almost same with prime helpers. A >> difference is that consider DMA_NONE when import dma-buf, but it's wrong >> and we don't consider it any more, so we can

[PATCH 13/14] drm/exynos: use prime helpers

2015-08-16 Thread Inki Dae
On 2015년 07월 28일 17:53, Joonyoung Shim wrote: > The dma-buf codes of exynos drm is almost same with prime helpers. A > difference is that consider DMA_NONE when import dma-buf, but it's wrong > and we don't consider it any more, so we can use prime interface. I think it's good idea to use

[PATCH 10/14] drm/exynos: remove function check_gem_flags

2015-08-16 Thread Inki Dae
On 2015년 07월 28일 17:53, Joonyoung Shim wrote: > The function check_gem_flags is too simple, so it's better to move codes > in each consumer functions. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_gem.c | 24 > 1 file changed, 8

[PATCH 09/14] drm/exynos: remove call to drm_gem_free_mmap_offset()

2015-08-16 Thread Inki Dae
On 2015년 07월 28일 17:53, Joonyoung Shim wrote: > The drm_gem_object_release() function already performs this cleanup, > so there is no reason to do it explicitly. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_gem.c | 3 --- > 1 file changed, 3 deletions(-) >

[PATCH 08/14] drm/exynos: create a fake mmap offset with gem creation

2015-08-16 Thread Inki Dae
On 2015년 07월 28일 17:53, Joonyoung Shim wrote: > Don't create a fake mmap offset in exynos_drm_gem_dumb_map_offset. If > not, it will call drm_gem_create_mmap_offset whenever user requests > DRM_IOCTL_MODE_MAP_DUMB ioctl. This patch makes drm_gem_create_mmap_offset to be called even in case

[PATCH 02/14] drm/exynos: remove function convert_to_vm_err_msg

2015-08-16 Thread Inki Dae
On 2015년 07월 28일 17:53, Joonyoung Shim wrote: > The convert_to_vm_err_msg is called just once by exynos_drm_gem_fault, > so it's simple not to use the function. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_gem.c | 33 > + > 1

[PATCH] drm: make sure to check callbacks of ENCODER and CRTC helpers

2015-08-16 Thread Inki Dae
This patch fixes NULL pointer access issues to ENCODER and CRTC drivers. Vendor specific DRM KMS drivers may not set their helper callbacks to ENCODER dn CRTC drivers. In this case, that will incur NULL pointer access when modeset is tried. So this patch makes sure to check if the callbacks are

[PATCH] drm/atomic: do not call ww_acquire_done in drm_atomic_check_only

2015-08-16 Thread Inki Dae
This patch fixes warning case when two more crtc driver are enabled and two more atomic checking are tried at booting time. With fbcon, modeset operation is performed at booting time. In this case, if two mode crtc drivers are enabled, then drm_atomic_check_only function will be called by

[Bug 91656] Pillars of Eternity glitch in maps

2015-08-16 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150816/81567a50/attachment.html>

[Bug 91656] Pillars of Eternity glitch in maps

2015-08-16 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/20150816/4cc9028c/attachment.html>

[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-16 Thread Emil Velikov
Hi Liviu, On 5 August 2015 at 15:28, Liviu Dudau wrote: > The HDLCD controller is a display controller that supports resolutions > up to 4096x4096 pixels. It is present on various development boards > produced by ARM Ltd and emulated by the latest Fast Models from the > company. > I believe

[Intel-gfx] [PATCH] drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjust

2015-08-16 Thread Chris Wilson
On Sun, Aug 16, 2015 at 04:02:28AM +0100, Michel Thierry wrote: > The adj_start calculation for DRM_MM_CREATE_TOP should happen after > mm->color_adjust. There was an inconsistency between > drm_mm_insert_helper_range > and drm_mm_insert_helper, as the later was already updating after >

[Bug 53118] Rendering error in unigine heaven when GL_ARB_shader_bit_encoding is used.

2015-08-16 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150816/feb03789/attachment-0001.html>

[Bug 91256] Xorg dies - monitor goes to black and after a few seconds came back

2015-08-16 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/20150816/2a39c123/attachment.html>

[PATCH] drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjust

2015-08-16 Thread Michel Thierry
The adj_start calculation for DRM_MM_CREATE_TOP should happen after mm->color_adjust. There was an inconsistency between drm_mm_insert_helper_range and drm_mm_insert_helper, as the later was already updating after color_adjust. Didn't spot it before, as color_adjust is only done in systems

[PATCH] drm/nouveau/fifo: fix simple_return.cocci warnings

2015-08-16 Thread kbuild test robot
drivers/gpu/drm/nouveau/nvkm/engine/fifo/g84.c:396:1-4: WARNING: end returns can be simpified Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by: scripts/coccinelle/misc/simple_return.cocci Signed-off-by: Fengguang Wu --- g84.c |6

[PATCH] drm/nouveau/fifo: fix simple_return.cocci warnings

2015-08-16 Thread kbuild test robot
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:340:1-4: WARNING: end returns can be simpified Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by: scripts/coccinelle/misc/simple_return.cocci Signed-off-by: Fengguang Wu --- gf100.c |6

[PATCH v2 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-16 Thread Inki Dae
2015-08-13 0:54 GMT+09:00 Gustavo Padovan : > 2015-08-12 Gustavo Padovan : > >> Hi Inki, >> >> 2015-08-11 Inki Dae : >> >> > On 2015년 08월 11일 09:38, Gustavo Padovan wrote: >> > > Hi Inki, >> > > >> > > 2015-08-07 Inki Dae : >> > > >> > >> Hi Gustavo, >> > >> >> > >> On 2015년 08월 06일