[Intel-gfx] [PATCH 1/7] drm: Fix DP_TEST_COUNT_MASK

2015-07-24 Thread Sivakumar Thulasimani
Reviewed-by: Sivakumar Thulasimani On 7/24/2015 5:04 AM, Rodrigo Vivi wrote: > By Vesa's DP 1.2 Spec this counter has 4 bits [3:0]. > > This mask is wrong since when the counter was introduced by myself > on commit ad9dc91b6e21266bfc6f466db4b95e10211f31ee > Author: Rodrigo Vivi > Date: Tue Sep

[Nouveau] [PATCH] nouveau: nv46: Change mc subdev oclass from nv44 to nv4c

2015-07-24 Thread Ben Skeggs
On 24 July 2015 at 01:20, Hans de Goede wrote: > MSI interrupts appear to not work for nv46 based cards. Change the mc > subdev oclass for these cards from nv44 to nv4c, the nv4c mc code is > identical to the nv44 mc code except that it does not use msi > (it does not define a msi_rearm callback).

[Nouveau] [PATCH] nouveau: nv46: Change mc subdev oclass from nv44 to nv4c

2015-07-24 Thread Ben Skeggs
On 24 July 2015 at 12:39, Ilia Mirkin wrote: > On Thu, Jul 23, 2015 at 10:32 PM, Ben Skeggs wrote: >> On 24 July 2015 at 01:20, Hans de Goede wrote: >>> MSI interrupts appear to not work for nv46 based cards. Change the mc >>> subdev oclass for these cards from nv44 to nv4c, the nv4c mc code is

[PATCH v11 1/5] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread jianwei wang
Hi Dave, I think Freescale DCU DRM driver is ready now, can it land? I have worked on this driver for about nine month. Daniel Vetter, Thierry Reding, Mark yao, Alexander Stein, Paul Bolle, Alison Wang, Stefan Agner reviewed this pathset. The latest version v11 has been send out about an week, an

[Bug 93701] radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished

2015-07-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=93701 --- Comment #32 from Frederik vom Hofe --- Created attachment 183561 --> https://bugzilla.kernel.org/attachment.cgi?id=183561&action=edit dmesg with v4.2-rc3 + 0001-drm-radeon-rework-audio-detect-v3.patch looks the same like v2 -- You are rec

[Bug 91442] Wow crashes in opengl mode with mesa, works with fglrx

2015-07-24 Thread bugzilla-dae...@freedesktop.org
.no-ip.org/Wow.trace Thanks, sarnex -- 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/20150724/ec5ae720/attachment.html>

[Bug 91442] Wow crashes in opengl mode with mesa, works with fglrx

2015-07-24 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20150724/7cae9b80/attachment.html>

[Bug 93701] radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished

2015-07-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=93701 Alex Deucher changed: What|Removed |Added Attachment #183551|0 |1 is obsolete|

[git pull] drm fixes

2015-07-24 Thread Dave Airlie
Hi Linus, some amdgpu, one i915, one ttm and one hlcdc, nothing too scary, all seems fine for about this time. Dave. The following changes since commit 45b4b782e8489bcf45a4331ee32f0f3037c5c3aa: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespac

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 Thread bugzilla-dae...@freedesktop.org
cts. See attachment of image -- 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/20150724/b6c68cdb/attachment.html>

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/c24b9716/attachment.html>

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150724/975a9caa/attachment-0001.html>

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 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/20150724/98a89809/attachment.html>

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/3af01ce6/attachment.html>

Linux-next, Exynos Octa boot fail, bisected to: "drm/exynos: remove drm_iommu_attach_device_if_possible"

2015-07-24 Thread Inki Dae
On 2015년 07월 22일 19:08, Inki Dae wrote: > On 2015년 07월 22일 17:42, Joonyoung Shim wrote: >> On 07/22/2015 05:22 PM, Inki Dae wrote: >>> On 2015년 07월 22일 17:12, Joonyoung Shim wrote: On 07/22/2015 01:55 PM, Inki Dae wrote: > On 2015년 07월 22일 11:02, Joonyoung Shim wrot

[PATCH v11 1/5] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Daniel Vetter
On Fri, Jul 24, 2015 at 11:21:57AM +0800, jianwei wang wrote: > Hi Dave, > > I think Freescale DCU DRM driver is ready now, can it land? > > I have worked on this driver for about nine month. Daniel Vetter, > Thierry Reding, Mark yao, > Alexander Stein, Paul Bolle, Alison Wang, Stefan Agner revie

[PATCH v11 1/5] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Jianwei Wang
On Fri, Jul 24, 2015 at 3:48 PM, Daniel Vetter wrote: > On Fri, Jul 24, 2015 at 11:21:57AM +0800, jianwei wang wrote: >> Hi Dave, >> >> I think Freescale DCU DRM driver is ready now, can it land? >> >> I have worked on this driver for about nine month. Daniel Vetter, >> Thierry Reding, Mark yao, >

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
ssignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/f3641a77/attachment.html>

[Nouveau] [PATCH] nouveau: nv46: Change mc subdev oclass from nv44 to nv4c

2015-07-24 Thread Hans de Goede
Hi, On 24-07-15 04:32, Ben Skeggs wrote: > On 24 July 2015 at 01:20, Hans de Goede wrote: >> MSI interrupts appear to not work for nv46 based cards. Change the mc >> subdev oclass for these cards from nv44 to nv4c, the nv4c mc code is >> identical to the nv44 mc code except that it does not use m

[Bug 93701] radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished

2015-07-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=93701 --- Comment #34 from Frederik vom Hofe --- v4 works for me. Boots fine and no pink lines anymore. -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH v12 1/6] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Jianwei Wang
This patch add support for Two Dimensional Animation and Compositing Engine (2D-ACE) on the Freescale SoCs. 2D-ACE is a Freescale display controller. 2D-ACE describes the functionality of the module extremely well its name is a value that cannot be used as a token in programming languages. Instead

[PATCH v12 2/6] devicetree: Add NEC to the vendor-prefix list

2015-07-24 Thread Jianwei Wang
NEC represent NEC LCD Technologies, Ltd. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documen

[PATCH v12 3/6] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel

2015-07-24 Thread Jianwei Wang
This adds support for the NEC NL4827HC19-05B 480x272 panel to the DRM simple panel driver. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang Acked-by: Daniel Vetter --- .../bindings/panel/nec,nl4827hc19_05b.txt | 7 ++ drivers/gpu/drm/panel/panel-sim

[PATCH v12 4/6] arm/dts/ls1021a: Add DCU dts node

2015-07-24 Thread Jianwei Wang
Add DCU node, DCU is a display controller of Freescale named 2D-ACE. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- arch/arm/boot/dts/ls1021a.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/

[PATCH v12 6/6] MAINTAINERS: add Freescale DCU DRM driver maintainer

2015-07-24 Thread Jianwei Wang
Add Alison and myself as maintainers of the Freescale DCU DRM driver. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6761318..387a84a 100644 --- a/MAINTA

[PATCH v12 0/6] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Jianwei Wang
This patchset add support for Two Dimensional Animation and Compositing Engine (2D-ACE) on the Freescale LS102x SoCs. Changed in v12 -Add one patch for MAINTAINER entry for drm/layerscape Adviced by Daniel Vetter -Add #include in fsl_dcu_drm_drv.c Changed in V11 -set regmap_config.cache_type to

[PATCH v12 5/6] arm/dts/ls1021a: Add a TFT LCD panel dts node

2015-07-24 Thread Jianwei Wang
Add a TFT LCD panel. the TFT LCD panel is WQVGA "480x272", and the bpp is 24. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- arch/arm/boot/dts/ls1021a-twr.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a-twr.dts

[PATCH v12 0/6] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Jianwei Wang
Resend v12 for lack of patch 0/6 This patchset add support for Two Dimensional Animation and Compositing Engine (2D-ACE) on the Freescale LS102x SoCs. Changed in v12 -Add one patch for MAINTAINER entry for drm/layerscape Adviced by Daniel Vetter -Add #include Changed in V11 -set regmap_config.

[PATCH v12 1/6] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Jianwei Wang
This patch add support for Two Dimensional Animation and Compositing Engine (2D-ACE) on the Freescale SoCs. 2D-ACE is a Freescale display controller. 2D-ACE describes the functionality of the module extremely well its name is a value that cannot be used as a token in programming languages. Instead

[PATCH v12 2/6] devicetree: Add NEC to the vendor-prefix list

2015-07-24 Thread Jianwei Wang
NEC represent NEC LCD Technologies, Ltd. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documen

[PATCH v12 3/6] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel

2015-07-24 Thread Jianwei Wang
This adds support for the NEC NL4827HC19-05B 480x272 panel to the DRM simple panel driver. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang Acked-by: Daniel Vetter --- .../bindings/panel/nec,nl4827hc19_05b.txt | 7 ++ drivers/gpu/drm/panel/panel-sim

[PATCH v12 4/6] arm/dts/ls1021a: Add DCU dts node

2015-07-24 Thread Jianwei Wang
Add DCU node, DCU is a display controller of Freescale named 2D-ACE. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- arch/arm/boot/dts/ls1021a.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/

[PATCH v12 5/6] arm/dts/ls1021a: Add a TFT LCD panel dts node

2015-07-24 Thread Jianwei Wang
Add a TFT LCD panel. the TFT LCD panel is WQVGA "480x272", and the bpp is 24. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- arch/arm/boot/dts/ls1021a-twr.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a-twr.dts

[PATCH v12 6/6] MAINTAINERS: add Freescale DCU DRM driver maintainer

2015-07-24 Thread Jianwei Wang
Add Alison and myself as maintainers of the Freescale DCU DRM driver. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6761318..387a84a 100644 --- a/MAINTA

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
ignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/9158380f/attachment.html>

[Bug 101911] New: nouveau SCHED_ERROR [GTX 860M]

2015-07-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=101911 Bug ID: 101911 Summary: nouveau SCHED_ERROR [GTX 860M] Product: Drivers Version: 2.5 Kernel Version: 4.1.3-1 Hardware: All OS: Linux Tree: Mainline

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
i-devel/attachments/20150724/17c59b7e/attachment.html>

[Bug 91416] vsync limits fps but still tearing in picture

2015-07-24 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20150724/9e670fe7/attachment.html>

[Bug 93701] radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished

2015-07-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=93701 Hans de Goede changed: What|Removed |Added CC||jwrdegoede at fedoraproject.or

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/dd823d05/attachment.html>

[Bug 91416] vsync limits fps but still tearing in picture

2015-07-24 Thread bugzilla-dae...@freedesktop.org
|--- |NOTABUG -- 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/20150724/bf85a3cd/attachment.html>

[PATCH v3 4/5] [media] imx-ipu: Add ipu media common code

2015-07-24 Thread Hans Verkuil
Hi Philip, A quick review: On 07/16/2015 06:24 PM, Philipp Zabel wrote: > From: Sascha Hauer > > Add video4linux API routines common to drivers for units that > accept or provide video data via the i.MX IPU IDMAC channels, > such as scaler or deinterlacer drivers. > > Signed-off-by: Sascha Hau

[PATCH 1/2] drm: bridge/dw_hdmi: fix register I2CM_ADDRESS register name

2015-07-24 Thread Vladimir Zapolskiy
Hello Russell, David, On 26.06.2015 18:02, Russell King - ARM Linux wrote: > On Fri, Jun 26, 2015 at 05:24:12PM +0300, Vladimir Zapolskiy wrote: >> Hello David, >> >> On 08.06.2015 17:17, Vladimir Zapolskiy wrote: >>> what would be the next action regarding these two patches? If review is >>> done

[PATCH v3 5/5] [media] imx-ipu: Add i.MX IPUv3 scaler driver

2015-07-24 Thread Hans Verkuil
Hi Philipp, A quick review of this driver: On 07/16/2015 06:24 PM, Philipp Zabel wrote: > From: Sascha Hauer > > This patch adds support for hardware accelerated scaling and color > space conversion between memory buffers using the IPUv3 IC. > Since the maximum output size of the IC unit is 102

[Bug 93701] radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished

2015-07-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=93701 --- Comment #36 from Hans de Goede --- Hi, I just got feedback from one of the reporters of: https://bugzilla.redhat.com/show_bug.cgi?id=1236337 He confirms that (the 4.1 backport) of the suggested fix works. Regards, Hans -- You are receivi

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
es). -- 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/20150724/4f72d88e/attachment.html>

[Bug 91041] Purple line is visible on left side of screen and the screen is blurry using HTMI output with AMD radeon

2015-07-24 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20150724/d4df9caa/attachment.html>

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
for questions. -- 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/20150724/c503c9b1/attachment.html>

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/c7869664/attachment.html>

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/80ca00ed/attachment.html>

[Bug 91268] R6xx freezes with kernel 3.17 and up

2015-07-24 Thread bugzilla-dae...@freedesktop.org
ring (-35). -- 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/20150724/d6e02d68/attachment.html>

[Bug 91268] R6xx freezes with kernel 3.17 and up

2015-07-24 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/14edbbda/attachment.html>

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region

2015-07-24 Thread bugzilla-dae...@freedesktop.org
this pre-dates this issue and will be a separate bug report. -- 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/20150724/3620a

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
req set to perf get a ring 9 stall with a small number of player starts. -- 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/2015072

[Bug 91308] Tonga UVD not working with GL_NV_vdpau_interop

2015-07-24 Thread bugzilla-dae...@freedesktop.org
nt was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150724/bea73969/attachment-0001.html>

[PATCH V5 3/7] mm: Introduce VM_LOCKONFAULT

2015-07-24 Thread Eric B Munson
The cost of faulting in all memory to be locked can be very high when working with large mappings. If only portions of the mapping will be used this can incur a high penalty for locking. For the example of a large file, this is the usage pattern for a large statical language model (probably appli

[PATCH v2 00/25] replace ioremap_{cache|wt} with memremap

2015-07-24 Thread Dan Williams
Changes since v1 [1]: 1/ Drop the attempt at unifying ioremap() prototypes, just focus on converting ioremap_cache and ioremap_wt over to memremap (Christoph) 2/ Drop the unrelated cleanups to use %pa in __ioremap_caller (Thomas) 3/ Add support for memremap() attempts on "System RAM" to simpl

[PATCH v2 12/25] i915: switch from acpi_os_ioremap to ioremap

2015-07-24 Thread Dan Williams
acpi_os_ioremap uses cached mappings, however it appears that i915 wants to read dynamic platform state. Switch to ioremap() to prevent it reading stale state from cache. Cc: Daniel Vetter Cc: Jani Nikula Cc: intel-gfx at lists.freedesktop.org Cc: David Airlie Cc: dri-devel at lists.freedeskto

[PATCH v2 11/25] gma500: switch from acpi_os_ioremap to ioremap

2015-07-24 Thread Dan Williams
acpi_os_ioremap uses cached mappings, however it appears that gma500 wants to read dynamic platform state. Switch to ioremap() to prevent it reading stale state from cache. Cc: David Airlie Cc: dri-devel at lists.freedesktop.org Signed-off-by: Dan Williams --- drivers/gpu/drm/gma500/opregion.c