[PATCH 4/5] drm: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling

2015-04-17 Thread Todd Previte
For test 4.2.2.5 to pass per the Link CTS Core 1.2 rev1.1 spec, the source device must attempt at least 7 times to read the EDID when it receives an I2C defer. The normal DRM code makes only 7 retries, regardless of whether or not the response is a native defer or an I2C defer. Test 4.2.2.5 fails s

[PATCH 2/5] drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6

2015-04-17 Thread Todd Previte
Displayport compliance test 4.2.2.6 requires that a source device be capable of detecting a corrupt EDID. The test specification states that the sink device sets up the EDID with an invalid checksum. To do this, the sink sets up an invalid EDID header, expecting the source device to generate the ch

[Bug 90079] drmSetMaster and drmDropMaster need root privileges

2015-04-17 Thread bugzilla-dae...@freedesktop.org
cause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150417/f5c4c5b4/attachment.html>

[PATCH v2 2/2] drm/exynos: remove unused 'activated' field from exynos_drm_plane

2015-04-17 Thread Inki Dae
On 2015년 04월 17일 17:23, Joonyoung Shim wrote: > Hi Tobias, > > On 04/17/2015 05:04 PM, Tobias Jakobi wrote: >> Hello Joonyoung, >> >> On 2015-04-17 08:30, Joonyoung Shim wrote: >>> Hi Tobias, >>> >>> On 04/16/2015 04:54 AM, Tobias Jakobi wrote: No component of Exynos DRM uses this field

[PATCH v2 2/2] drm/exynos: remove unused 'activated' field from exynos_drm_plane

2015-04-17 Thread Joonyoung Shim
Hi Tobias, On 04/17/2015 05:04 PM, Tobias Jakobi wrote: > Hello Joonyoung, > > On 2015-04-17 08:30, Joonyoung Shim wrote: >> Hi Tobias, >> >> On 04/16/2015 04:54 AM, Tobias Jakobi wrote: >>> No component of Exynos DRM uses this field. Perhaps it was >>> once meant to provide more fine-grained inf

[Bug 90076] Random screen lockups

2015-04-17 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/20150417/6137acdf/attachment.html>

[Bug 83274] XCom Enemy Unknown segfault at src/gallium/drivers/radeon/r600_texture.c:602

2015-04-17 Thread bugzilla-dae...@freedesktop.org
D947C: clone (clone.S:111) -- 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/20150417/cc099b7b/attachment-0001.html>

Fw: Re: [PATCH 3/3] drm/exynos: enable/disable blend based on pixel format

2015-04-17 Thread Ville Syrjälä
On Fri, Apr 17, 2015 at 02:55:57PM +0200, Tobias Jakobi wrote: > Hello Joonyoung, > > I thought about this some more. > > > > Gesendet: Freitag, 17. April 2015 um 08:16 Uhr > > Von: "Joonyoung Shim" > > An: "Gustavo Padovan" , > > linux-samsung-soc at vger.kernel.org > > Cc: dri-devel at l

[PATCH v2 2/2] drm/exynos: remove unused 'activated' field from exynos_drm_plane

2015-04-17 Thread Gustavo Padovan
2015-04-17 Tobias Jakobi : > Hello Joonyoung, > > On 2015-04-17 08:30, Joonyoung Shim wrote: > >Hi Tobias, > > > >On 04/16/2015 04:54 AM, Tobias Jakobi wrote: > >>No component of Exynos DRM uses this field. Perhaps it was > >>once meant to provide more fine-grained information in > >>addition to

[PATCH v2 2/2] drm/exynos: remove unused 'activated' field from exynos_drm_plane

2015-04-17 Thread Joonyoung Shim
Hi Tobias, On 04/16/2015 04:54 AM, Tobias Jakobi wrote: > No component of Exynos DRM uses this field. Perhaps it was > once meant to provide more fine-grained information in > addition to the status stored in the 'enabled' field. > > Reviewed-by: Gustavo Padovan > Signed-off-by: Tobias Jakobi >

[patch] drm/gma500: missing error codes in psb_driver_load()

2015-04-17 Thread Dan Carpenter
We should return an error code here. In the current code they can only fail if there is an allocation error so -ENOMEM is appropriate. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/gma500/psb_drv.c b/drivers/gpu/drm/gma500/psb_drv.c index 92e7e57..4eff0d6 100644 --- a/drivers/gpu/dr

[PATCH 3/3] drm/exynos: enable/disable blend based on pixel format

2015-04-17 Thread Joonyoung Shim
Hi Gustavo, On 03/19/2015 11:27 PM, Gustavo Padovan wrote: > From: Gustavo Padovan > > Change the switch to use the pixel_format instead of bpp to figure out > if we need to enable or disable the layer blending. > The default concept is ok about enable or disable of pixel blending feature by p

[patch] drm/gma500: missing error codes in psb_driver_load()

2015-04-17 Thread Patrik Jakobsson
On Fri, Apr 17, 2015 at 2:24 PM, Dan Carpenter wrote: > We should return an error code here. In the current code they can only > fail if there is an allocation error so -ENOMEM is appropriate. > > Signed-off-by: Dan Carpenter Reviewed-by: Patrik Jakobsson > diff --git a/drivers/gpu/drm/gma50

Fw: Re: [PATCH 3/3] drm/exynos: enable/disable blend based on pixel format

2015-04-17 Thread Tobias Jakobi
Hello Joonyoung, I thought about this some more. > Gesendet: Freitag, 17. April 2015 um 08:16 Uhr > Von: "Joonyoung Shim" > An: "Gustavo Padovan" , > linux-samsung-soc at vger.kernel.org > Cc: dri-devel at lists.freedesktop.org, inki.dae at samsung.com, "Gustavo > Padovan" > Betreff: Re:

[GIT PULL] Use of-graph helpers to loop over endpoints

2015-04-17 Thread Dave Airlie
On 8 April 2015 at 19:37, Philipp Zabel wrote: > On Wed, Apr 08, 2015 at 11:23:29AM +1000, Dave Airlie wrote: >> On 31 March 2015 at 21:58, Philipp Zabel wrote: >> > Hi Dave, >> > >> > now that the of-graph helper tag has been merged into >> > git://git.kernel.org/pub/scm/linux/kernel/git/robh/

[PATCH 2/3] drm/exynos: reset temporary value after write to register

2015-04-17 Thread Joonyoung Shim
Hi Gustavo, On 03/19/2015 11:27 PM, Gustavo Padovan wrote: > From: Gustavo Padovan > > 'val' wasn't clean after its last usage, so we could get garbage value and > send the wrong command to the hw. > > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/exynos/exynos_mixer.c | 2 +- > 1 fi

[PATCH v5 3/3] arm/dts/ls1021a: Add a TFT LCD panel dts node for DCU

2015-04-17 Thread Jianwei Wang
From: Jianwei Wang Add a required display-timings node for the 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 | 26 ++ 1 file c

[PATCH v5 2/3] arm/dts/ls1021a: Add DCU dts node

2015-04-17 Thread Jianwei Wang
From: 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.

[PATCH v5 1/3] drm/layerscape: Add Freescale DCU DRM driver

2015-04-17 Thread Jianwei Wang
From: 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 programmi

Fw: Re: [PATCH 3/3] drm/exynos: enable/disable blend based on pixel format

2015-04-17 Thread Tobias Jakobi
Hello Joonyoung, > Gesendet: Freitag, 17. April 2015 um 08:16 Uhr > Von: "Joonyoung Shim" > An: "Gustavo Padovan" , > linux-samsung-soc at vger.kernel.org > Cc: dri-devel at lists.freedesktop.org, inki.dae at samsung.com, "Gustavo > Padovan" > Betreff: Re: [PATCH 3/3] drm/exynos: enable/di

[RFC v3 5/9] cec: add new driver for cec support.

2015-04-17 Thread Hans Verkuil
On 04/13/2015 03:19 PM, Kamil Debski wrote: > Hi Hans, > > Thank you so much for the review. > > From: linux-media-owner at vger.kernel.org [mailto:linux-media- > owner at vger.kernel.org] On Behalf Of Hans Verkuil > Sent: Friday, March 20, 2015 7:08 PM >> >>> +In order for a CEC adapter to b

[PATCH] DRM: Don't re-poll connector for disconnect

2015-04-17 Thread Josef Holzmayr
Am 17.04.2015 um 13:23 schrieb Chris Wilson: > On Thu, Apr 16, 2015 at 02:16:29PM +0200, Josef Holzmayr wrote: >> DRM probe should not repoll a connector if it is already >> connected and the DRM_CONNECTOR_POLL_DISCONNECT flag is not set. >> >> Signed-off-by: Josef Holzmayr > > However, this requi

[PATCH libdrm] modetest: fix argument naming of MAKE_RGB_INFO define

2015-04-17 Thread Joonyoung Shim
Arrange arguments of MAKE_RGB_INFO define in order of rgb. Signed-off-by: Joonyoung Shim --- tests/modetest/buffers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/modetest/buffers.c b/tests/modetest/buffers.c index e4e8149..807819a 100644 --- a/tests/modetest/buf

[PATCH] vt: Don't check KD_GRAPHICS when binding/unbinding

2015-04-17 Thread David Herrmann
Hi On Mon, Apr 13, 2015 at 11:16 AM, Daniel Vetter wrote: > This was introduced in > > commit 6db4063c5b72b46e9793b0f141a7a3984ac6facf > Author: Antonino A. Daplas > Date: Mon Jun 26 00:27:12 2006 -0700 > > [PATCH] VT binding: Add sysfs control to the VT layer > > with the justification >

Help on drmModeSetPlane

2015-04-17 Thread Ville Syrjälä
On Fri, Apr 17, 2015 at 09:30:02AM +, Xie, William wrote: > Hello > > Does overlay support alpha? Depends on the hardware once more. Also we don't have a proper API for it at this time. You may get lucky if you tell it to use a pixel format with alpha. But there's no guarantee what kind of bl

[PATCH] DRM: Don't re-poll connector for disconnect

2015-04-17 Thread Chris Wilson
On Thu, Apr 16, 2015 at 02:16:29PM +0200, Josef Holzmayr wrote: > DRM probe should not repoll a connector if it is already > connected and the DRM_CONNECTOR_POLL_DISCONNECT flag is not set. > > Signed-off-by: Josef Holzmayr However, this requires review of all current users first to check for ma

[PATCH v2 2/2] drm/exynos: remove unused 'activated' field from exynos_drm_plane

2015-04-17 Thread Tobias Jakobi
Hello Joonyoung, On 2015-04-17 08:30, Joonyoung Shim wrote: > Hi Tobias, > > On 04/16/2015 04:54 AM, Tobias Jakobi wrote: >> No component of Exynos DRM uses this field. Perhaps it was >> once meant to provide more fine-grained information in >> addition to the status stored in the 'enabled' field

Help on drmModeSetPlane

2015-04-17 Thread Xie, William
Hello Does overlay support alpha? William -Original Message- From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] Sent: Wednesday, April 15, 2015 10:34 PM To: Xie, William Cc: DRI Development Subject: Re: Help on drmModeSetPlane On Wed, Apr 15, 2015 at 02:24:14PM +, Xie, Wi

[PATCH 1/2] clk: change clk_ops' ->round_rate() prototype

2015-04-17 Thread Boris Brezillon
Clock rates are stored in an unsigned long field, but ->round_rate() (which returns a rounded rate from a requested one) returns a long value (errors are reported using negative error codes), which can lead to long overflow if the clock rate exceed 2Ghz. Change ->round_rate() prototype to return 0

[GIT PULL] Use of-graph helpers to loop over endpoints

2015-04-17 Thread Rob Herring
+Grant On Thu, Apr 16, 2015 at 11:51 PM, Dave Airlie wrote: > On 8 April 2015 at 19:37, Philipp Zabel wrote: >> On Wed, Apr 08, 2015 at 11:23:29AM +1000, Dave Airlie wrote: >>> On 31 March 2015 at 21:58, Philipp Zabel wrote: >>> > Hi Dave, >>> > >>> > now that the of-graph helper tag has been m

[Bug 90056] Unigine Valley regression since radeon/llvm: Run LLVM's instruction combining pass

2015-04-17 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150417/e1815586/attachment.html>