[Bug 101731] System freeze with AMDGPU when playing The Witcher 3 (GOG GOTY)

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101731 --- Comment #83 from Samuel Pitoiset --- I do agree with Jozef, it's really a different issue that the one initially filled here. Thanks again for fixing this! -- You are receiving this mail because: You are the

Re: -EPROBE_DEFER and failed DSI panel probe

2017-11-20 Thread Daniel Vetter
On Mon, Nov 20, 2017 at 08:53:05AM +0100, Andrzej Hajda wrote: > On 18.11.2017 02:16, Eric Anholt wrote: > > Andrzej Hajda writes: > > > >> On 16.11.2017 21:27, Eric Anholt wrote: > >>> Andrzej Hajda writes: > >>> > On 15.11.2017 21:26, Eric Anholt

[PATCH RFC] drm/omap: Make omapdss API more generic, especially the IRQ handling

2017-11-20 Thread Jyri Sarha
The new omapdss API is HW independent and cleans up some of the DSS5 specific hacks from the omapdrm side and get rid off the DSS2 IRQ register bits and replace them with HW independent struct. This new generic struct makes it more straight forward to implement IRQ code for the future DSS versions

Re: [PATCH] gpu: gma500: remove unneeded DRIVER_LICENSE #define

2017-11-20 Thread Daniel Vetter
On Fri, Nov 17, 2017 at 03:50:25PM +0100, Philippe Ombredanne wrote: > On Fri, Nov 17, 2017 at 3:16 PM, Greg Kroah-Hartman > wrote: > > There is no need to #define the license of the driver, just put it in > > the MODULE_LICENSE() line directly as a text string. > > >

Re: [PATCH 1/8] drm/ttm: add operation ctx to ttm_bo_validate v2

2017-11-20 Thread Daniel Vetter
On Fri, Nov 17, 2017 at 11:49:28AM +0100, Christian König wrote: > Give moving a BO into place an operation context to work with. > > v2: rebased > > Signed-off-by: Christian König > Reviewed-by: Michel Dänzer > --- > diff --git

Re: [GIT PULL] drm/fsl-dcu: cleanup and fixes for v4.15

2017-11-20 Thread Daniel Vetter
On Sat, Nov 18, 2017 at 01:23:28AM +0100, Stefan Agner wrote: > Hi Daniel, What am I supposed to do with this pull request? drm-misc doesn't take pull requests, and I'm not the drm top-level tree maintainer ... /me confused Cheers, Daniel > > Some cleanup/fixes, some noticed during testing of

Re: [PATCH] drm/atomic-helper: Make zpos property kerneldoc less misleading

2017-11-20 Thread Daniel Vetter
On Mon, Nov 20, 2017 at 09:16:39AM +0100, Thierry Reding wrote: > From: Thierry Reding > > kerneldoc for drm_plane_create_zpos_property() says that the DRM core > will automatically calculate the normalized zpos values, but it doesn't > actually do that. Instead, drivers are

Re: [PATCH 10/10] drm/i915: Provide a device level .mode_valid() hook

2017-11-20 Thread Daniel Vetter
On Mon, Nov 20, 2017 at 09:01:07AM +0100, Daniel Vetter wrote: > On Tue, Nov 14, 2017 at 08:32:58PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > We never support certain mode flags etc. Reject those early on in the > > mode_config.mode_valid() hook.

Re: 4.9.62: intermittent flicker after upgrade from 4.9.61

2017-11-20 Thread Jani Nikula
On Sun, 19 Nov 2017, Greg KH wrote: > On Sun, Nov 19, 2017 at 01:44:06PM +0100, Rainer Fiebig wrote: >> Greg KH wrote: >> > On Sun, Nov 19, 2017 at 12:56:26PM +0100, Rainer Fiebig wrote: >> >> Greg KH wrote: >> >>> On Sat, Nov 18, 2017 at 05:08:20PM +0100, Rainer

Re: [git pull] drm amdgpu-dc merge

2017-11-20 Thread Randy Dunlap
On 11/16/2017 09:25 PM, Dave Airlie wrote: > gmail for some reason ate my email formatting, apparantly preediting > in gedit, then pasting in here doesn't work so well. > > Dave. That's the usual case when using the gmail web interface. If you care about formatting, use a real mail client to

Re: [PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-20 Thread H. Nikolaus Schaller
Hi Andrew, > Am 16.11.2017 um 19:56 schrieb H. Nikolaus Schaller : > > Hi Andrew, > >> Am 16.11.2017 um 19:32 schrieb Andrew F. Davis : >> >> On 11/16/2017 12:18 PM, H. Nikolaus Schaller wrote: >>> Am 16.11.2017 um 18:08 schrieb Andrew F. Davis

Re: [PATCH] drm: don't link DP aux i2c adapter to the hardware device node

2017-11-20 Thread Andrzej Hajda
On 20.11.2017 08:54, Daniel Vetter wrote: > On Tue, Nov 14, 2017 at 03:34:19PM +0100, Andrzej Hajda wrote: >> On 05.04.2017 14:04, Thierry Reding wrote: >>> On Wed, Apr 05, 2017 at 10:52:32AM +0200, Lucas Stach wrote: Hi Rob, Am Mittwoch, den 29.03.2017, 08:56 -0500 schrieb Rob

Re: [PATCH 10/10] drm/i915: Provide a device level .mode_valid() hook

2017-11-20 Thread Daniel Vetter
On Tue, Nov 14, 2017 at 08:32:58PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > We never support certain mode flags etc. Reject those early on in the > mode_config.mode_valid() hook. That allows us to remove some duplicated > checks from the connector

[PATCH v2] omapdrm: hdmi4: Correct the SoC revision matching

2017-11-20 Thread Peter Ujfalusi
I believe the intention of the commit 2c9fc9bf45f8 ("drm: omapdrm: Move FEAT_HDMI_* features to hdmi4 driver") was to identify omap4430 ES1.x, omap4430 ES2.x and other OMAP4 revisions, like omap4460. By using family=OMAP4 in the match the code will treat omap4460 ES1.x in a same way as it would

Re: [PATCH 09/10] drm/modes: Provide global mode_valid hook

2017-11-20 Thread Daniel Vetter
On Tue, Nov 14, 2017 at 08:32:57PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Allow drivers to provide a device wide .mode_valid() hook in addition to > the already existing crtc/encoder/bridge/connector hooks. This can be > used to validate

Re: [PATCH 3/3] drm: Fix kerneldocs for drm_plane modifiers

2017-11-20 Thread Daniel Vetter
On Tue, Nov 14, 2017 at 11:05:55PM +0200, Ville Syrjälä wrote: > On Tue, Nov 14, 2017 at 02:31:11PM -0500, Alex Deucher wrote: > > On Tue, Nov 14, 2017 at 2:10 PM, Ville Syrjala > > wrote: > > > From: Ville Syrjälä > > > > > > Add the

[PATCH] drm/atomic-helper: Make zpos property kerneldoc less misleading

2017-11-20 Thread Thierry Reding
From: Thierry Reding kerneldoc for drm_plane_create_zpos_property() says that the DRM core will automatically calculate the normalized zpos values, but it doesn't actually do that. Instead, drivers are supposed to explicitly call the drm_atomic_normalize_zpos() function.

Re: [PATCH v2 00/22] drm/cma-helper: Remove drm_fbdev_cma* functions

2017-11-20 Thread Alexey Brodkin
Hi Noralf, On Thu, 2017-11-16 at 21:11 +0100, Noralf Trønnes wrote: > Den 16.11.2017 09.14, skrev Shawn Guo: > > > > On Wed, Nov 15, 2017 at 03:19:39PM +0100, Noralf Trønnes wrote: > > > > > > This patchset adds drm_fb_cma_fbdev_init/fini() functions that replaces > > >

[PATCH] drm/sti: Handle return value of platform_get_irq_byname

2017-11-20 Thread Arvind Yadav
platform_get_irq_byname() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- drivers/gpu/drm/sti/sti_hdmi.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c index

Android i.mx6 drm_hwcomposer

2017-11-20 Thread Martin Fuzzey
Hi, I'm trying to get Android graphics working on i.MX6 using upstream versions: Kernel 4.14 Mesa: mesa-17.3.0-rc2 Libdrm: libdrm-2.4.88 drm_hwcomposer (git head) gbm_gralloc (git head from git://github.com/robherring) I want to run on Android 5, which only has HWC1, the code for that

Re: [PATCH v3] display: panel: Add Mitsubishi aa070mc01 display support (800x480)

2017-11-20 Thread Lukasz Majewski
Dear All, > On Fri, Oct 20, 2017 at 5:18 PM, Lukasz Majewski > wrote: > > This commit adds support for Mitsubishi aa070mc01 TFT panel working > > with 8 bit ISP mode (pin 19 "mode" HIGH for 20 pin TFT connector). > > > > Signed-off-by: Lukasz Majewski > > --- > >

Re: [PATCH v2] display: panel: Add Tianma tm070rvhg71 display support (800x480)

2017-11-20 Thread Lukasz Majewski
Hi Thierry, > On Fri, Nov 17, 2017 at 11:02:47AM +0100, Lukasz Majewski wrote: > > Dear All, > > > > > On Tue, Nov 07, 2017 at 04:30:58PM +0100, Lukasz Majewski wrote: > > > > Signed-off-by: Lukasz Majewski > > > > > > > > --- > > > > Changes for v2: > > > > - Provide more >

Re: 4.9.62: intermittent flicker after upgrade from 4.9.61

2017-11-20 Thread Rainer Fiebig
Greg KH wrote: > On Sun, Nov 19, 2017 at 12:56:26PM +0100, Rainer Fiebig wrote: >> Greg KH wrote: >>> On Sat, Nov 18, 2017 at 05:08:20PM +0100, Rainer Fiebig wrote: Greg KH wrote: > On Sat, Nov 18, 2017 at 01:47:32PM +0100, Rainer Fiebig wrote: >> Hi! >> >> Hopefully the right

Re: [PATCH AUTOSEL for 4.9 36/56] drm/i915: Fix the level 0 max_wm hack on VLV/CHV

2017-11-20 Thread alexander . levin
On Fri, Nov 17, 2017 at 03:01:08PM +0200, Jani Nikula wrote: >I still have no idea how this autoselect picks up patches that do *not* >have cc: stable nor Fixes: from us. What information do you have that we >don't for making that call? I think there's a difference in views about the stable tag

Re: [PATCH] drm/amd/display/dc/dce110/dce110_mem_input_v: use swap macro in program_size_and_rotation

2017-11-20 Thread Gustavo A. R. Silva
Quoting Harry Wentland : On 2017-11-10 05:31 PM, Gustavo A. R. Silva wrote: Make use of the swap macro instead of _manually_ swapping values and remove unnecessary variable swap. This makes the code easier to read and maintain. This code was detected with the help of

Re: [PATCH v2] display: panel: Add Mitsubishi aa070mc01 display support (800x480)

2017-11-20 Thread Lukasz Majewski
Hi Thierry, > On Sat, Oct 21, 2017 at 12:06:09AM +0200, Lukasz Majewski wrote: > > This commit adds support for Mitsubishi aa070mc01 TFT panel working > > with 8 bit ISP mode (pin 19 "mode" HIGH for 20 pin TFT connector). > > > > Signed-off-by: Lukasz Majewski > > --- > > Changes

Re: [PATCH] gpu: gma500: remove unneeded DRIVER_LICENSE #define

2017-11-20 Thread Philippe Ombredanne
On Fri, Nov 17, 2017 at 3:16 PM, Greg Kroah-Hartman wrote: > There is no need to #define the license of the driver, just put it in > the MODULE_LICENSE() line directly as a text string. > > This allows tools that check that the module license matches the source > code

Re: [PATCH v2] display: panel: Add Tianma tm070rvhg71 display support (800x480)

2017-11-20 Thread Lukasz Majewski
Hi Thierry, > On Tue, Nov 07, 2017 at 04:30:58PM +0100, Lukasz Majewski wrote: > > Signed-off-by: Lukasz Majewski > > > > --- > > Changes for v2: > > - Provide more > > detailed ./Documentation/devicetree/bindings/display/panel entry to > > describe this panel device. --- > >

Re: [PATCH v2] display: panel: Add Tianma tm070rvhg71 display support (800x480)

2017-11-20 Thread Lukasz Majewski
Dear All, > On Tue, Nov 07, 2017 at 04:30:58PM +0100, Lukasz Majewski wrote: > > Signed-off-by: Lukasz Majewski > > > > --- > > Changes for v2: > > - Provide more > > detailed ./Documentation/devicetree/bindings/display/panel entry to > > describe this panel device. --- > >

Re: [PATCH v2] display: panel: Add Tianma tm070rvhg71 display support (800x480)

2017-11-20 Thread Lukasz Majewski
On Fri, 17 Nov 2017 13:27:13 +0100 Thierry Reding wrote: > On Fri, Nov 17, 2017 at 01:17:12PM +0100, Lukasz Majewski wrote: > > Hi Thierry, > > > > > On Fri, Nov 17, 2017 at 11:02:47AM +0100, Lukasz Majewski wrote: > > > > Dear All, > > > > > > > > > On Tue,

Re: [PATCH v2 1/4] backlight: as3711_bl: fix device-tree node lookup

2017-11-20 Thread Daniel Thompson
On 20/11/17 10:45, Johan Hovold wrote: Fix child-node lookup during probe, which ended up searching the whole device tree depth-first starting at the parent rather than just matching on its children. To make things worse, the parent mfd node was also prematurely freed. Fixes: 59eb2b5e57ea

Re: [PATCH v2 2/4] backlight: max8925_bl: fix device-tree node lookup

2017-11-20 Thread Daniel Thompson
On 20/11/17 10:45, Johan Hovold wrote: Fix child-node lookup during probe, which ended up searching the whole device tree depth-first starting at the parent rather than just matching on its children. To make things worse, the parent mfd node was also prematurely freed, while the child

Re: [PATCH v2 3/4] backlight: tps65217_bl: fix device-tree node lookup

2017-11-20 Thread Daniel Thompson
On 20/11/17 10:45, Johan Hovold wrote: Fix child-node lookup during probe, which ended up searching the whole device tree depth-first starting at the parent rather than just matching on its children. This would only cause trouble if the child node is missing while there is an unrelated node

Re: [PATCH libdrm 0/2] Print plane modifiers in modeprint

2017-11-20 Thread Emil Velikov
On 19 November 2017 at 09:49, Wladimir J. van der Laan wrote: > This patch series adds support for printing the properties of all DRM mode > objects. This is subsequently used to parse the IN_FORMATS blob to be able to > print the available modifiers and their formats. > >

Re: [PATCH v2 4/4] backlight: as3711_bl: fix device-tree node leaks

2017-11-20 Thread Daniel Thompson
On 20/11/17 10:45, Johan Hovold wrote: Two framebuffer device-node names were looked up during probe, but were only used as flags to indicate the presence of two framebuffer device. Drop the unused framebuffer name along with a likewise unused device pointer from the driver data, and update the

[PATCHv5 3/3] drm/i915: add DisplayPort CEC-Tunneling-over-AUX support

2017-11-20 Thread Hans Verkuil
From: Hans Verkuil Implement support for this DisplayPort feature. The cec device is created whenever it detects an adapter that has this feature. It is only removed when a new adapter is connected that does not support this. If a new adapter is connected that has

[PATCHv5 0/3] drm/i915: add DisplayPort CEC-Tunneling-over-AUX support

2017-11-20 Thread Hans Verkuil
This patch series adds support for the DisplayPort CEC-Tunneling-over-AUX feature. This patch series is based on the 4.14 mainline release but applies as well to drm-next. This patch series has been tested with my NUC7i5BNK, a Samsung USB-C to HDMI adapter and a Club 3D DisplayPort MST Hub +

[PATCHv5 1/3] drm: add support for DisplayPort CEC-Tunneling-over-AUX

2017-11-20 Thread Hans Verkuil
From: Hans Verkuil This adds support for the DisplayPort CEC-Tunneling-over-AUX feature that is part of the DisplayPort 1.3 standard. Unfortunately, not all DisplayPort/USB-C to HDMI adapters with a chip that has this capability actually hook up the CEC pin, so even

[PATCHv5 2/3] drm-kms-helpers.rst: document the DP CEC helpers

2017-11-20 Thread Hans Verkuil
From: Hans Verkuil Document the Display Port CEC helper functions. Signed-off-by: Hans Verkuil --- No changes since v4. --- Documentation/gpu/drm-kms-helpers.rst | 9 + 1 file changed, 9 insertions(+) diff --git

Re: 4.9.62: intermittent flicker after upgrade from 4.9.61

2017-11-20 Thread Maarten Lankhorst
Op 20-11-17 om 12:38 schreef Rainer Fiebig: > Maarten Lankhorst wrote: >> Op 20-11-17 om 09:51 schreef Rainer Fiebig: >>> Jani Nikula wrote: On Sun, 19 Nov 2017, Greg KH wrote: > On Sun, Nov 19, 2017 at 01:44:06PM +0100, Rainer Fiebig wrote: >> Greg KH

[Bug 103370] `vblank_mode=0 DRI_PRIME=1 glxgears` will introduce GPU lock up on Intel Graphics [8086:5917] + AMD Graphics [1002:6665] (rev c3)

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103370 --- Comment #33 from Alex Deucher --- (In reply to Michel Dänzer from comment #27) > Thanks for bisecting, but I don't think that commit can be directly > responsible for a GPU hang. Before that commit, the DRI3 code in

[Bug 103808] [radeonsi, bisected] World of Warcraft scribbling all over screen

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103808 --- Comment #1 from Marek Olšák --- Can you upload an apitrace? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list

Re: [PATCH v9 4/5] x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 30h-3fh) Processors v5

2017-11-20 Thread Christian König
Am 20.11.2017 um 16:51 schrieb Boris Ostrovsky: On 10/18/2017 09:58 AM, Christian König wrote: From: Christian König Most BIOS don't enable this because of compatibility reasons. Manually enable a 64bit BAR of 64GB size so that we have enough room for PCI devices.

[Bug 103370] `vblank_mode=0 DRI_PRIME=1 glxgears` will introduce GPU lock up on Intel Graphics [8086:5917] + AMD Graphics [1002:6665] (rev c3)

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103370 --- Comment #35 from Alex Deucher --- Does reverting a628392cf03e0eef21b345afbb192cbade041741 fix the issue? -- You are receiving this mail because: You are the assignee for the

[Bug 103370] `vblank_mode=0 DRI_PRIME=1 glxgears` will introduce GPU lock up on Intel Graphics [8086:5917] + AMD Graphics [1002:6665] (rev c3)

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103370 --- Comment #34 from Alex Deucher --- The following commits are relevant: abb2e3c1ce64c8bba678973800c34ea1dc97c42c 6458bd4dfd9414cba5804eb9907fe2a824278c34 ef736d394e85b1bf1fd65ba5e5257b85f6c82325

Hardware 3D acceleration doesn't work anymore with the latest git kernel

2017-11-20 Thread Christian Zigotzky
Hi All, I tested the latest Git kernel version [1] on my Varisys Nemo board with a 64-bit dual-core PWRficient PA6T-1682M PowerPC CPU (A-EON AmigaOne X1000) [2] today. Unfortunately hardware 3D acceleration doesn't work anymore. It works without any problems with the kernel 4.14.0 [3].

Re: [PATCH v2 1/4] dt-bindings: Add vendor prefix for ilitek

2017-11-20 Thread Rob Herring
On Sun, Nov 19, 2017 at 02:12:05PM -0600, David Lechner wrote: > This adds the vendor prefix ilitek for ILI Technology Corporation (ILITEK). > > This prefix is already used several places and I will be adding more. > > Signed-off-by: David Lechner > --- > > v2 changes: >

Re: Autoselect patches for stable (Was: Re: [PATCH AUTOSEL for 4.9 36/56] drm/i915: Fix the level 0 max_wm hack on VLV/CHV)

2017-11-20 Thread Dave Airlie
On 20 November 2017 at 23:13, Daniel Vetter wrote: > On Mon, Nov 20, 2017 at 01:39:31PM +0100, Daniel Vetter wrote: >> On Mon, Nov 20, 2017 at 11:21:52AM +, Emil Velikov wrote: >> > Hi all, >> > >> > Since I'm going slightly off-topic, I've tweaked the subject line and >> >

[Bug 103808] [radeonsi, bisected] World of Warcraft scribbling all over screen

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103808 --- Comment #2 from Chris Rankin --- Created attachment 135620 --> https://bugs.freedesktop.org/attachment.cgi?id=135620=edit apitrace for WoW -- You are receiving this mail because: You are the assignee for the

Re: [PATCH v2 2/4] dt-bindings: Add binding for Ilitek ILI9225 display panels

2017-11-20 Thread Rob Herring
On Sun, Nov 19, 2017 at 02:12:06PM -0600, David Lechner wrote: > This adds a new binding for display panels that use an Ilitek ILI9225 > controller. > > The "ilitek,ili9225-2.2in-176x220" device listed has no identification > markings whatsoever and an hour of googling turned up nothing, hence

Re: [PATCHv2] drm: adv7511/33: Fix adv7511_cec_init() failure handling

2017-11-20 Thread John Stultz
On Mon, Nov 20, 2017 at 12:57 PM, Hans Verkuil wrote: > If the device tree for a board did not specify a cec clock, then > adv7511_cec_init would return an error, which would cause adv7511_probe() > to fail and thus there is no HDMI output. > > There is no need to have

Re: [PATCH v2 00/22] drm/cma-helper: Remove drm_fbdev_cma* functions

2017-11-20 Thread Noralf Trønnes
Den 17.11.2017 10.10, skrev Alexey Brodkin: Hi Noralf, On Thu, 2017-11-16 at 21:11 +0100, Noralf Trønnes wrote: Den 16.11.2017 09.14, skrev Shawn Guo: On Wed, Nov 15, 2017 at 03:19:39PM +0100, Noralf Trønnes wrote: This patchset adds drm_fb_cma_fbdev_init/fini() functions that replaces

Re: [PATCH 0/3] drm/vc4 support for extra formats

2017-11-20 Thread Eric Anholt
Dave Stevenson writes: > These are relatively trivial patches that just expand the > list of formats that the vc4 DRM driver will accept. > RGB888, BGR888, NV21, and NV61 tested with the modetest app from the libdrm > repo. YUV422 and YVU422 can't be as they

RE: [PATCH] drm/vgem: Fix vgem_init to get drm device avaliable.

2017-11-20 Thread Sharma, Deepak
I got your point . I can push follow up patch with document change and code update as discussed here. Keeping that I think this patch should be ok to land? Thanks, Deepak -Original Message- From: Emil Velikov [mailto:emil.l.veli...@gmail.com] Sent: Thursday, November 16, 2017 7:40 AM

[Bug 103808] [radeonsi, bisected] World of Warcraft scribbling all over screen

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103808 --- Comment #3 from Chris Rankin --- There's some initial chaos when you start replaying this trace, but I think the most relevant artifacts (from this bug's perspective) occur right at the end. -- You are receiving

Re: [amd-staging-drm-next] regression - no fan info (sensors) on RX580

2017-11-20 Thread Alex Deucher
On Sun, Oct 8, 2017 at 10:31 PM, Dieter Nützel wrote: > OK, got it but can't revert the commit clean. > > amdgpu-pci-0100 > Adapter: PCI adapter > fan1: 873 RPM > temp1:+26.0°C (crit = +0.0°C, hyst = +0.0°C) > > SOURCE/amd-staging-drm-next> git bisect good

Re: Autoselect patches for stable (Was: Re: [PATCH AUTOSEL for 4.9 36/56] drm/i915: Fix the level 0 max_wm hack on VLV/CHV)

2017-11-20 Thread Alex Deucher
On Mon, Nov 20, 2017 at 8:13 AM, Daniel Vetter wrote: > On Mon, Nov 20, 2017 at 01:39:31PM +0100, Daniel Vetter wrote: >> On Mon, Nov 20, 2017 at 11:21:52AM +, Emil Velikov wrote: >> > Hi all, >> > >> > Since I'm going slightly off-topic, I've tweaked the subject line and >>

[PATCHv2] drm: adv7511/33: Fix adv7511_cec_init() failure handling

2017-11-20 Thread Hans Verkuil
If the device tree for a board did not specify a cec clock, then adv7511_cec_init would return an error, which would cause adv7511_probe() to fail and thus there is no HDMI output. There is no need to have adv7511_probe() fail if the CEC initialization fails, so just change adv7511_cec_init() to

Re: [PATCH 1/1] drm/amdkfd: Do not ignore requested queue size during allocation

2017-11-20 Thread Felix Kuehling
I think this patch is not correct. The EOP-mem is not associated with the queue size. The EOP buffer is a separate buffer used by the firmware to handle command completion. As I understand it, this allows more concurrency, while still making it look like all commands in the queue are completing in

Re: [PATCH 0/5] drm: drm_plane_helper_check_state() related stuff

2017-11-20 Thread Ville Syrjälä
On Mon, Nov 20, 2017 at 09:32:56AM -0800, Sinclair Yeh wrote: > On Mon, Nov 20, 2017 at 08:34:50AM +0100, Daniel Vetter wrote: > > On Fri, Nov 10, 2017 at 11:42:59PM +0200, Ville Syrjälä wrote: > > > On Fri, Nov 10, 2017 at 01:26:47PM -0800, Sinclair Yeh wrote: > > > > Sorry this took so long. > >

[GIT PULL] drm/fsl-dcu: cleanup and fixes for v4.15

2017-11-20 Thread Stefan Agner
Hi Dave, Some cleanup/fixes, some noticed during testing of Noralf Trønnes rework of the suspend/resume helper. His changes will conflict with this fixes, but he will rebase the patchset ontop of this changes. I did base this on drm-fixes, hope that is fine. -- Stefan The following changes

Re: [RFC] [PATCH] drm: adv7511/33: Fix adv7511_cec_init() failure handling

2017-11-20 Thread John Stultz
On Fri, Nov 17, 2017 at 12:43 AM, Hans Verkuil wrote: > diff --git a/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c > b/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c > index 3a33075dbb22..56a6a1fa 100644 > --- a/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c > +++

Re: -EPROBE_DEFER and failed DSI panel probe

2017-11-20 Thread Eric Anholt
Daniel Vetter writes: > On Mon, Nov 20, 2017 at 08:53:05AM +0100, Andrzej Hajda wrote: >> On 18.11.2017 02:16, Eric Anholt wrote: >> > Andrzej Hajda writes: >> > >> >> On 16.11.2017 21:27, Eric Anholt wrote: >> >>> Andrzej Hajda

Re: [PATCH 0/5] drm: drm_plane_helper_check_state() related stuff

2017-11-20 Thread Sinclair Yeh
On Mon, Nov 20, 2017 at 08:34:50AM +0100, Daniel Vetter wrote: > On Fri, Nov 10, 2017 at 11:42:59PM +0200, Ville Syrjälä wrote: > > On Fri, Nov 10, 2017 at 01:26:47PM -0800, Sinclair Yeh wrote: > > > Sorry this took so long. > > > > No worries. > > > > > > > > The vmwgfx part: Reviewed-by:

Re: Operation context for TTM

2017-11-20 Thread Dieter Nützel
Hello Christian, your latest 'amd-staging-drm-next' commit drm/amdgpu: fix VCE buffer placement restrictions v2 #9f896d936c9d4ea936a02d52eaeb14fdd209193b static int amdgpu_vce_validate_bo(struct amdgpu_cs_parser *p, uint32_t ib_idx, int lo, int hi, unsigned

Re: [amd-staging-drm-next] regression - no fan info (sensors) on RX580

2017-11-20 Thread Dieter Nützel
That did it. a716d5540346 (HEAD -> amd-staging-drm-next) drm/amdgpu: don't skip attributes when powerplay is enabled 9f896d936c9d (origin/amd-staging-drm-next) drm/amdgpu: fix VCE buffer placement restrictions v2 ca9b5d953735 drm/amdgpu: align GTT start to 4GB v2 52364b9f0226 drm/amdgpu:

Re: Hardware 3D acceleration doesn't work anymore with the latest git kernel

2017-11-20 Thread Alex Deucher
On Mon, Nov 20, 2017 at 1:08 PM, Christian Zigotzky wrote: > Hi All, > > I tested the latest Git kernel version [1] on my Varisys Nemo board with a > 64-bit dual-core PWRficient PA6T-1682M PowerPC CPU (A-EON AmigaOne X1000) > [2] today. Unfortunately hardware 3D

Re: [PATCHv2] drm: adv7511/33: Fix adv7511_cec_init() failure handling

2017-11-20 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Monday, 20 November 2017 22:57:34 EET Hans Verkuil wrote: > If the device tree for a board did not specify a cec clock, then > adv7511_cec_init would return an error, which would cause adv7511_probe() > to fail and thus there is no HDMI output. > > There is

[Bug 60371] Laptop with ATI RADEON card does not wake up from suspend to ram when kernel modesetting is enabled.

2017-11-20 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60371 mirh (m...@protonmail.ch) changed: What|Removed |Added CC||m...@protonmail.ch ---

Re: [PATCH v2] omapdrm: hdmi4: Correct the SoC revision matching

2017-11-20 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Monday, 20 November 2017 11:51:40 EET Peter Ujfalusi wrote: > I believe the intention of the commit 2c9fc9bf45f8 > ("drm: omapdrm: Move FEAT_HDMI_* features to hdmi4 driver") > was to identify omap4430 ES1.x, omap4430 ES2.x and other OMAP4 revisions, > like

[PATCH libdrm v2] modetest: add C8 support to generate SMPTE pattern

2017-11-20 Thread Ilia Mirkin
Tested on nouveau with the CRTC only (no planes). Signed-off-by: Ilia Mirkin --- v1 -> v2: always set a flat gamma ramp for non-indexed modes tests/modetest/buffers.c | 2 ++ tests/modetest/modetest.c | 24 tests/util/format.c | 2 ++

[PATCH] drm/bridge: analogix dp: Fix runtime PM state in get_modes() callback

2017-11-20 Thread Marek Szyprowski
get_modes() callback might be called asynchronously from the DRM core and it is not synchronized with bridge_enable(), which sets proper runtime PM state of the main DP device. Fix this by calling pm_runtime_get_sync() before calling drm_get_edid(), which in turn calls drm_dp_i2c_xfer() and

Re: Autoselect patches for stable (Was: Re: [PATCH AUTOSEL for 4.9 36/56] drm/i915: Fix the level 0 max_wm hack on VLV/CHV)

2017-11-20 Thread Greg KH
On Mon, Nov 20, 2017 at 01:39:31PM +0100, Daniel Vetter wrote: > Of course our CI is open, so if someone is supremely bored and wants to > backport more stuff for drm/i915, they could do that. But atm it doesn't > happen, and then having to deal with the fallout is not really great (like > I said,

Re: -EPROBE_DEFER and failed DSI panel probe

2017-11-20 Thread Rob Herring
On Wed, Nov 15, 2017 at 2:26 PM, Eric Anholt wrote: > I'm happy to have the DSI panel finally working on VC4 (just waiting on > https://lists.freedesktop.org/archives/dri-devel/2017-October/156407.html), > but now I've got another problem to solve. It would be great if I could >

[GIT PULL] tilcdc fixes for 4.15

2017-11-20 Thread Jyri Sarha
Hi Dave, Please pull the removal of DRM_TILCDC_SLAVE_COMPAT, the backward compatibility option for the obsolete "ti,tilcdc,slave"-binding. The dts code used in the option causes lot of trouble to device/of development. Best regards and thanks, Jyri The following changes since commit

Re: [PATCH 10/10] video/hdmi: Pass buffer size to infoframe unpack functions

2017-11-20 Thread Hans Verkuil
On 11/13/2017 06:04 PM, Ville Syrjala wrote: > From: Ville Syrjälä > > To make sure the infoframe unpack functions don't end up examining > stack garbage or oopsing, let's pass in the size of the buffer. > > Cc: Thierry Reding > Cc: Hans

[PATCH 0/2] video/hdmi: two fixes

2017-11-20 Thread Hans Verkuil
From: Hans Verkuil Ville, can you add these two to your "drm/edid: Infoframe cleanups and fixes" patch series? These two have been in our queue for some time now and were never upstreamed, so this is a good opportunity to finally kick them out. Once all this is merged I

Re: [PATCH v3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-11-20 Thread Hans Verkuil
I didn't see this merged for 4.15, is it too late to include this? All other changes needed to get CEC to work on rk3288 and rk3399 are all merged. Regards, Hans On 10/26/2017 08:19 PM, Pierre-Hugues Husson wrote: > The documentation already mentions "cec" optional clock, but >

Re: [GIT PULL] drm/fsl-dcu: cleanup and fixes for v4.15

2017-11-20 Thread Stefan Agner
On 2017-11-20 11:18, Daniel Vetter wrote: > On Sat, Nov 18, 2017 at 01:23:28AM +0100, Stefan Agner wrote: >> Hi Daniel, > > What am I supposed to do with this pull request? drm-misc doesn't take > pull requests, and I'm not the drm top-level tree maintainer ... > > /me confused Hm, I see,

Re: [GIT PULL] drm/fsl-dcu: cleanup and fixes for v4.15

2017-11-20 Thread Daniel Vetter
On Mon, Nov 20, 2017 at 01:25:23PM +0100, Stefan Agner wrote: > On 2017-11-20 11:18, Daniel Vetter wrote: > > On Sat, Nov 18, 2017 at 01:23:28AM +0100, Stefan Agner wrote: > >> Hi Daniel, > > > > What am I supposed to do with this pull request? drm-misc doesn't take > > pull requests, and I'm not

Re: Autoselect patches for stable (Was: Re: [PATCH AUTOSEL for 4.9 36/56] drm/i915: Fix the level 0 max_wm hack on VLV/CHV)

2017-11-20 Thread Daniel Vetter
On Mon, Nov 20, 2017 at 01:39:31PM +0100, Daniel Vetter wrote: > On Mon, Nov 20, 2017 at 11:21:52AM +, Emil Velikov wrote: > > Hi all, > > > > Since I'm going slightly off-topic, I've tweaked the subject line and > > trimmed some of the conversation. > > I believe everyone in the CC list

[PATCH 2/2] hdmi: audio infoframe log: corrected channel count

2017-11-20 Thread Hans Verkuil
From: Martin Bugge Audio channel count should start from 2. Reference: CEA-861-F Table 27. Cc: Hans Verkuil Reported-by: Ahung Cheng Signed-off-by: Martin Bugge --- drivers/video/hdmi.c | 2 +- 1 file changed,

[PATCH 1/2] drivers/video/hdmi: allow for larger-than-needed vendor IF

2017-11-20 Thread Hans Verkuil
From: Hans Verkuil Some devices (Windows Intel driver!) send a Vendor InfoFrame that uses a payload length of 0x1b instead of the length of 5 or 6 that the unpack code expects. The InfoFrame is padded with 0 by the source. The current code thinks anything other than 5 or 6

Re: Autoselect patches for stable (Was: Re: [PATCH AUTOSEL for 4.9 36/56] drm/i915: Fix the level 0 max_wm hack on VLV/CHV)

2017-11-20 Thread Daniel Vetter
On Mon, Nov 20, 2017 at 11:21:52AM +, Emil Velikov wrote: > Hi all, > > Since I'm going slightly off-topic, I've tweaked the subject line and > trimmed some of the conversation. > I believe everyone in the CC list might be interested in the > following, yet feel free to adjust. > > Above

Re: [PATCH 1/3] backlight: as3711_bl: fix device-tree node lookup

2017-11-20 Thread Lee Jones
On Mon, 20 Nov 2017, Johan Hovold wrote: > On Wed, Nov 15, 2017 at 03:39:09PM +0100, Johan Hovold wrote: > > On Wed, Nov 15, 2017 at 02:32:11PM +, Lee Jones wrote: > > > On Wed, 15 Nov 2017, Johan Hovold wrote: > > > > > > > On Tue, Nov 14, 2017 at 07:48:09PM +, Daniel Thompson wrote: >

[Bug 101731] System freeze with AMDGPU when playing The Witcher 3 (GOG GOTY)

2017-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101731 Christian König changed: What|Removed |Added Status|RESOLVED

Autoselect patches for stable (Was: Re: [PATCH AUTOSEL for 4.9 36/56] drm/i915: Fix the level 0 max_wm hack on VLV/CHV)

2017-11-20 Thread Emil Velikov
Hi all, Since I'm going slightly off-topic, I've tweaked the subject line and trimmed some of the conversation. I believe everyone in the CC list might be interested in the following, yet feel free to adjust. Above all, I'd kindly ask everyone to skim through and draw their conclusions. If the

Re: 4.9.62: intermittent flicker after upgrade from 4.9.61

2017-11-20 Thread Maarten Lankhorst
Op 20-11-17 om 09:51 schreef Rainer Fiebig: > Jani Nikula wrote: >> On Sun, 19 Nov 2017, Greg KH wrote: >>> On Sun, Nov 19, 2017 at 01:44:06PM +0100, Rainer Fiebig wrote: Greg KH wrote: > On Sun, Nov 19, 2017 at 12:56:26PM +0100, Rainer Fiebig wrote: >>

[GIT PULL] fbdev changes for v4.15

2017-11-20 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev changes for v4.15. There is nothing really major here (though removal of the dead igafb driver stands out in diffstat), please see the signed tag description for details. Test merge revealed a small merge conflict in include/video/iga.h caused by SPDX tags addition

Re: [PATCH 1/2] drivers/video/hdmi: allow for larger-than-needed vendor IF

2017-11-20 Thread Ville Syrjälä
On Mon, Nov 20, 2017 at 02:41:28PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > Some devices (Windows Intel driver!) send a Vendor InfoFrame that > uses a payload length of 0x1b instead of the length of 5 or 6 > that the unpack code expects. The InfoFrame is padded

Re: [PATCH 10/10] video/hdmi: Pass buffer size to infoframe unpack functions

2017-11-20 Thread Ville Syrjälä
On Mon, Nov 20, 2017 at 02:36:20PM +0100, Hans Verkuil wrote: > On 11/13/2017 06:04 PM, Ville Syrjala wrote: > > From: Ville Syrjälä > > @@ -1163,7 +1176,7 @@ static int hdmi_audio_infoframe_unpack(struct > > hdmi_audio_infoframe *frame, > > */ > > static int >

Re: [PATCH 1/2] drivers/video/hdmi: allow for larger-than-needed vendor IF

2017-11-20 Thread Hans Verkuil
On 11/20/2017 03:51 PM, Ville Syrjälä wrote: > On Mon, Nov 20, 2017 at 02:41:28PM +0100, Hans Verkuil wrote: >> From: Hans Verkuil >> >> Some devices (Windows Intel driver!) send a Vendor InfoFrame that >> uses a payload length of 0x1b instead of the length of 5 or 6 >> that

Re: [RFC] [PATCH] drm: adv7511/33: Fix adv7511_cec_init() failure handling

2017-11-20 Thread Hans Verkuil
On 11/17/2017 09:43 AM, Hans Verkuil wrote: > If the device tree for a board did not specify a cec clock, then > adv7511_cec_init would return an error, which would cause adv7511_probe() > to fail and thus there is no HDMI output. > > There is no need to have adv7511_probe() fail if the CEC

Re: [RFC] [PATCH] drm: adv7511/33: Fix adv7511_cec_init() failure handling

2017-11-20 Thread Hans Verkuil
On 11/20/2017 04:05 PM, Hans Verkuil wrote: > On 11/17/2017 09:43 AM, Hans Verkuil wrote: >> If the device tree for a board did not specify a cec clock, then >> adv7511_cec_init would return an error, which would cause adv7511_probe() >> to fail and thus there is no HDMI output. >> >> There is no

[PATCH v2] drm/atomic-helper: Make zpos property kerneldoc less misleading

2017-11-20 Thread Thierry Reding
From: Thierry Reding kerneldoc for drm_plane_create_zpos_property() says that the DRM core will automatically calculate the normalized zpos values, but it doesn't actually do that anymore since commit 38d868e41c4b ("drm: Don't force all planes to be added to the state due to

[PULL] drm-misc-fixes

2017-11-20 Thread Daniel Vetter
Hi Dave, drm-misc-fixes-2017-11-20: 4.15 merge window fixes 1 -fixes pull instead of -next-fixes because we haven't scripted our flowchart for where people should apply their -misc bugfixes yet :-) Cheers, Daniel The following changes since commit 44419ce7d77e03692ed8fe799688d8dc43f9266e: