[Bug 94900] HD6950 GPU lockup loop with various steam games (octodad[always], saints row 4[always], dead island[always], grid autosport[sometimes])

2016-09-17 Thread bugzilla-dae...@freedesktop.org
... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/4a869351/attachment.html>

[Bug 91202] Output to DVI-I (or DVI-D) is blank on Tonga (R9 285 and 380X) with multiple monitors

2016-09-17 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/123808f7/attachment.html>

[Bug 97137] R7 M370 hangs with radeon.dpm=1 when running demanding graphical programs with DRI PRIME

2016-09-17 Thread bugzilla-dae...@freedesktop.org
to the problem? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/db510870/attachment.html>

Failed to compile xserver-xorg-video-ati from git

2016-09-17 Thread Pali Rohár
bytes Desc: This is a digitally signed message part. URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/39743d25/attachment.sig>

[PATCH] drm/omap: fix return value check in dsi_bind()

2016-09-17 Thread Wei Yongjun
From: Wei Yongjun Fix the retrn value check which testing the wrong variable in dsi_bind(). Signed-off-by: Wei Yongjun --- drivers/gpu/drm/omapdrm/dss/dsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c

[PATCH 4/6] drm/radeon: Provide page_flip_target hook

2016-09-17 Thread Mario Kleiner
Hi Michel, all your patches, both the already merged kernel bits in radeon/amdgpu and also all the userspace bits in libdrm/ati-ddx/amdgpu-ddx are all Reviewed-and-tested-by: Mario Kleiner I successfully tested with old/current userspace and the new userspace patches from your own

[PATCH 2/2] drm/radeon: Prevent races on pre DCE4 between flip submission and completion.

2016-09-17 Thread Mario Kleiner
Pre DCE4 hw doesn't have reliable pageflip completion interrupts, so instead polling for flip completion is used from within the vblank irq handler to complete page flips. This causes a race if pageflip ioctl is called close to vblank: 1. pageflip ioctl queues execution of radeon_flip_work_func.

[PATCH 1/2] drm/radeon: Slightly more robust flip completion handling for < DCE-4

2016-09-17 Thread Mario Kleiner
Pre DCE4 hardware doesn't have (reliable) pageflip completion irqs, therefore we have to use the old polling method for flip completion handling in vblank irq. As vblank irqs fire a bit before start of vblank (when the linebuffer fifo read position reaches end of scanout), we have some fudge for

Patches to go on top of Michels page_flip_target patches.

2016-09-17 Thread Mario Kleiner
Hi, testing on "simulated" pre-DCE4 radeon hw (via setting the module parameter radeon.use_pflipirq=0 to avoid use of pflip irqs) showed we need some adjustments on top of Michel's page_flip_target patches on these old asics. Patch 2/2: Essentially disabling the ability to flip anywhere in

[pull] drm/msm: msm-next for 4.9

2016-09-17 Thread Rob Clark
Hi Dave, A bit smaller pull-req this time around. Some continued DT binding cleanup to get the corresponding dts bits merged upstream (through other trees). And explicit fence-fd support for submit ioctl. The following changes since commit 8506912b969b60aacc733315eeeb46b014d920a4: Merge

[GIT PULL] drm/rockchip: some fixes

2016-09-17 Thread Mark yao
On 2016年09月13日 08:20, Dave Airlie wrote: > On 10 September 2016 at 12:57, Mark yao wrote: >> Hi Dave >> Here are some little fixes for rockchip drm, looks good for me, and >> there is no doubt on them, So I'd like you can land them. >> >> Thanks. >> >> The following changes since

[pull] radeon and amdgpu drm-next-4.9

2016-09-17 Thread Lukas Wunner
On Fri, Sep 16, 2016 at 06:07:36PM -0400, Alex Deucher wrote: > On Fri, Sep 16, 2016 at 5:38 PM, Lukas Wunner wrote: > > On Fri, Sep 16, 2016 at 04:42:43PM -0400, Alex Deucher wrote: > >> drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF > >> drm/radeon: skip

[Bug 97840] [regression] [tonga] Freeze since new memory manager enabled

2016-09-17 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/92b36825/attachment.html>

[Bug 97840] [regression] [tonga] Freeze since new memory manager enabled

2016-09-17 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20160917/9b51dd95/attachment.html>

[PATCH v4 3/4] gpu: ipu-ic: Add complete image conversion support with tiling

2016-09-17 Thread Steve Longerbeam
On 09/16/2016 07:16 AM, Philipp Zabel wrote: > Hi Steve, > > thanks for the update. > > Am Mittwoch, den 14.09.2016, 18:45 -0700 schrieb Steve Longerbeam: >> I added comment headers for all the image conversion prototypes. >> It caused bloat in imx-ipu-v3.h, so I moved it to a new header: >>

[PATCH v2] drm/panel: simple: add support for Sharp LQ150X1LG11 panels

2016-09-17 Thread Peter Rosin
From: Gustaf Lindström The Sharp 15" LQ150X1LG11 panel is an XGA TFT LCD panel. Signed-off-by: Gustaf Lindström Signed-off-by: Peter Rosin --- .../bindings/display/panel/sharp,lq150x1lg11.txt | 7 ++ drivers/gpu/drm/panel/panel-simple.c | 27

[PATCH] drm/panel: simple: add support for Sharp LQ150X1LG11 panels

2016-09-17 Thread Peter Rosin
On 2016-09-17 11:28, Peter Rosin wrote: > The Sharp 15" LQ150X1LG11 panel is an XGA TFT LCD panel. > > Signed-off-by: Gustaf Lindström > Signed-off-by: Peter Rosin Oh, crap, I'm not the author of this, I just touched up some trivial things. I'll resend shortly... Cheers, Peter

[PATCH] drm/panel: simple: add support for Sharp LQ150X1LG11 panels

2016-09-17 Thread Peter Rosin
The Sharp 15" LQ150X1LG11 panel is an XGA TFT LCD panel. Signed-off-by: Gustaf Lindström Signed-off-by: Peter Rosin --- .../bindings/display/panel/sharp,lq150x1lg11.txt | 7 ++ drivers/gpu/drm/panel/panel-simple.c | 27 ++ 2 files changed, 34

[Bug 97840] [regression] [tonga] Freeze since new memory manager enabled

2016-09-17 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/17b6232c/attachment.html>

[Bug 97840] [regression] [tonga] Freeze since new memory manager enabled

2016-09-17 Thread bugzilla-dae...@freedesktop.org
;https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/218effba/attachment.html>

[Bug 97840] [regression] [tonga] Freeze since new memory manager enabled

2016-09-17 Thread bugzilla-dae...@freedesktop.org
I managed to capture the freeze in glxinfo - if that helps -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/c0

[Bug 97643] Shader crashes radeon driver and brings the whole system down

2016-09-17 Thread bugzilla-dae...@freedesktop.org
ed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917/76898c80/attachment-0001.html>

[git pull] drm fixes for 4.8-rc6

2016-09-17 Thread Dave Airlie
Hi Linus, Two sets of i915 fixes, one set of vc4 crasher fixes, and a couple of atmel fixes. Nothing too out there at this stage, though I think some people are holidaying so it's been quiet enough. I've sent this from my gmail address to see if I can avoid the spam folders. Dave. The

[Bug 97838] Hang on resume [AMD/ATI] RV515/M54 [Mobility Radeon X1400]

2016-09-17 Thread bugzilla-dae...@freedesktop.org
I can provide any more information or debug this? Thanks! -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160917

[PATCH -next] drm/i915: Fix non static symbol warning

2016-09-17 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warning: drivers/gpu/drm/i915/intel_dp.c:1527:5: warning: symbol 'intel_dp_compute_bpp' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/gpu/drm/i915/intel_dp.c | 4 ++-- 1 file changed, 2

[pull] radeon and amdgpu drm-next-4.9

2016-09-17 Thread Lukas Wunner
On Fri, Sep 16, 2016 at 04:42:43PM -0400, Alex Deucher wrote: > drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF > drm/radeon: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF Those two are unnecessary, it can't happen that the ->suspend hook is executed with the