p://lists.freedesktop.org/archives/dri-devel/attachments/20150217/c81f654b/attachment.html>
Hello Charles,
On Tue, Feb 17, 2015 at 5:58 PM, Charles Keepax
wrote:
> This reverts commit 8dcc14f82f06fce997e35f4c77ced9d4ed192f31.
>
> This patch causes this error on Arndale:
IMHO the commit you are referring is correct so it should not be
reverted but I also had the same error on different
On Tue, Feb 17, 2015 at 8:51 PM, Nathan-J. Hirschauer
wrote:
> On Tue, 17 Feb 2015, Alex Deucher wrote:
>> Commit b7bc596ebbe0cddc97d76ef9309f64471bbf13eb accidently
>> broke backlight control on old mac laptops that use the
>> on-GPU backlight controller.
>>
>> Reported by nathanhi on IRC.
>>
>>
On Tue, Feb 17, 2015 at 09:18:28PM +0100, Javier Martinez Canillas wrote:
> Hello Charles,
>
> On Tue, Feb 17, 2015 at 5:58 PM, Charles Keepax
> wrote:
> > This reverts commit 8dcc14f82f06fce997e35f4c77ced9d4ed192f31.
> >
> > This patch causes this error on Arndale:
>
> IMHO the commit you are r
https://bugzilla.kernel.org/show_bug.cgi?id=62721
info at maciejgluszek.com changed:
What|Removed |Added
CC||info at maciejgluszek.com
---
On 2015ë
02ì 17ì¼ 18:04, Paul Bolle wrote:
> Your commit 96976c3d9aff ("drm/exynos: Add DECON driver") is included in
> today's linux-next (ie, next-20150217). I noticed because a script I use
> to check linux-next spotted a problem with it.
>
> It add
Commit b7bc596ebbe0cddc97d76ef9309f64471bbf13eb accidently
broke backlight control on old mac laptops that use the
on-GPU backlight controller.
Reported by nathanhi on IRC.
Signed-off-by: Alex Deucher
Cc: stable at vger.kernel.org
---
drivers/gpu/drm/radeon/radeon_encoders.c | 3 +++
1 file cha
The commit "drm/exynos: remove exynos_plane_dpms" (d9ea6256) removed the
use of the enabled flag, which means that the code may attempt to call
win_enable on a NULL crtc. This results in the following oops on
Arndale:
[1.673479] Unable to handle kernel NULL pointer dereference at virtual
addr
This reverts commit 8dcc14f82f06fce997e35f4c77ced9d4ed192f31.
This patch causes this error on Arndale:
[1.643800] kernel BUG at drivers/iommu/exynos-iommu.c:481!
[1.649355] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM
[1.655170] Modules linked in:
[1.658203] CPU: 1 PID: 1 Co
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150217/c4d847f1/attachment-0001.html>
Hi Emil,
On 13/02/15 16:38, Emil Velikov wrote:
> Hi Frank,
> On 13/02/15 10:51, Frank Binns wrote:
>> Add a helper function that returns the type of device node from an fd.
>>
>> Signed-off-by: Frank Binns
> Reviewed-by: Emil Velikov
>
> Thank you for getting rid of the silly file probing that
On pe, 2015-02-13 at 21:03 +0100, Daniel Vetter wrote:
> The pipe might already have been shut down, and then it's not a good
> idea to call hw accessor functions. Instead use the same logic as
> drm_vblank_off which has all the necessary checks to avoid troubles or
> inconsistency.
>
> Noticed by
https://bugzilla.kernel.org/show_bug.cgi?id=93281
--- Comment #14 from Alex Deucher ---
Macs apparently only make the vbios image available during the pre-OS EFI
environment. Once the OS loads, the image is no longer available so the boot
loader needs to grab it and stash it somewhere so that th
org/archives/dri-devel/attachments/20150217/7d1c13ed/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=60639
--- Comment #24 from Marco Krüger ---
Created attachment 167351
--> https://bugzilla.kernel.org/attachment.cgi?id=167351&action=edit
AMD Turks - dmesg verbose (drm.debug=0xE)
--
You are receiving this mail because:
You are watching the assign
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/20150217/a4205c86/attachment.html>
On 02/12/2015 01:50 AM, Tomeu Vizoso wrote:
> Hello,
>
> this series adds support for the Tegra-based HP Chromebook 14 (aka nyan
> blaze), which is very similar to the Acer Chromebook 13 (aka nyan big).
> Because they both include tegra124-nyan.dtsi, some improvements to Blaze
> support have also b
h,
Christian.
--
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/20150217/36ebf1c4/attachment-0001.html>
because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/132dd284/attachment.html>
On 16.02.2015 20:27, Oded Gabbay wrote:
>
>
> On 02/13/2015 12:01 PM, Michel Dänzer wrote:
>>
>> Hi Oded,
>>
>>
>> the commit in the subject (5aa3119eb5b67f6e90605be9ed2e04807126)
>> somehow causes degraded CPU (!) performance on my Kaveri box. E.g. a
>> piglit run takes about 15% longer, an
get_pipes_num() calls BUG_ON so we can't set it as inline because it produces a
warning as BUG_ON() uses static variables when it is expanded.
Signed-off-by: Oded Gabbay
---
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 6 ++
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h |
This patch fixes a bug in the initialization of the pipelines. The
init_pipelines() function was called with a constant value of 0 in the
first_pipe argument. This is an error because amdkfd doesn't handle pipe 0.
The correct way is to pass the value that get_first_pipe() returns as the
argument f
oggling.
--
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/20150217/225a68b6/attachment.html>
On Mon, Feb 16, 2015 at 01:18:13PM +0200, Tomi Valkeinen wrote:
> On 13/02/15 20:57, Sascha Hauer wrote:
> > On Fri, Feb 13, 2015 at 04:35:36PM +0200, Tomi Valkeinen wrote:
> >> On 12/02/15 15:41, Sascha Hauer wrote:
> >>
> >>> Tomis patch is based on the assumption that
> >>> clk_set_rate(clk_rou
On Sat, 2015-02-14 at 06:25 +, Deucher, Alexander wrote:
> > -Original Message-
> > From: Ross Zwisler [mailto:ross.zwisler at linux.intel.com]
> > Sent: Friday, February 13, 2015 10:55 PM
> > To: Michel Dänzer
> > Cc: linux-kernel at vger.kernel.org; dri-devel at lists.freedesktop.org
Hi Sylvain,
Few comments below.
On 02/12/2015 09:49 PM, Sylvain Rochet wrote:
> On suspend: switch off CRTC if not already suspended with runtime PM
>
> On resume: switch on CRTC if we were not already suspended from runtime
> PM while suspending.
>
> Signed-off-by: Sylvain Rochet
> ---
> dri
On Mon, Feb 16, 2015 at 03:12:31PM +, Damien Lespiau wrote:
> The CRTC_STEREO_DOUBLE_ONLY define was introduced in commit:
>
> commit ecb7e16bf187bc369cf6a5cd108582c01329980d
> Author: Gustavo Padovan
> Date: Mon Dec 1 15:40:09 2014 -0800
>
> drm: add helper to get crtc timings
Your commit 96976c3d9aff ("drm/exynos: Add DECON driver") is included in
today's linux-next (ie, next-20150217). I noticed because a script I use
to check linux-next spotted a problem with it.
It added an (optional) dependency on DRM_EXYNOS7DECON instead of
DRM_EXYNOS7_DECON (see
scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/93e1d7d2/attachment.html>
me to write a stand-alone test case I guess.
--
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/20150217/cef137db/attachment.html>
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/c2685322/attachment-0001.patch>
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 648 bytes
Desc: Digital signatu
or the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/5608c7fb/attachment.html>
or the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/51a02020/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=60639
--- Comment #23 from Marco Krüger ---
Created attachment 167301
--> https://bugzilla.kernel.org/attachment.cgi?id=167301&action=edit
AMD Turks - VBIOS dump
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=60639
--- Comment #22 from Marco Krüger ---
Created attachment 167291
--> https://bugzilla.kernel.org/attachment.cgi?id=167291&action=edit
AMD Turks - Xrandr
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=60639
--- Comment #21 from Marco Krüger ---
Created attachment 167281
--> https://bugzilla.kernel.org/attachment.cgi?id=167281&action=edit
AMD Turks - Xorg.log
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=60639
--- Comment #20 from Marco Krüger ---
Created attachment 167261
--> https://bugzilla.kernel.org/attachment.cgi?id=167261&action=edit
AMD Turks - dmesg
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=60639
--- Comment #19 from Marco Krüger ---
Created attachment 167251
--> https://bugzilla.kernel.org/attachment.cgi?id=167251&action=edit
AMD Turks - lspci
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=60639
Marco Krüger changed:
What|Removed |Added
CC||krgsch at gmail.com
--- Comment #18 from
ccing some ppl.
On 17 February 2015 at 08:11, Klaus Ethgen wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> After three days of bisect I found the bug for my problem with a broken
> suspend on x61p of lenovo.
>
> The problem is commit e11aa36. It seems to be a wrong assumption that
:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/9862e640/attachment.html>
L:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/3fe42994/attachment.html>
e bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/64019e58/attachment-0001.html>
https://bugzilla.kernel.org/show_bug.cgi?id=93281
--- Comment #13 from Roland Scheidegger ---
(In reply to Alex Jordan from comment #12)
> (In reply to Roland Scheidegger from comment #11)
> > 3) via grub-efi (looks like this is what you do?).
>
> Yeah, this is what I do. Apple EFI loads, loads
HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150217/8faa0d4e/attachment.html>
!= TGSI_PROCESSOR_COMPUTE && TGSI_PROCESSOR_FRAGMENT) {
--
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/201502
https://bugzilla.kernel.org/show_bug.cgi?id=93281
--- Comment #12 from Alex Jordan ---
(In reply to Roland Scheidegger from comment #11)
> 3) via grub-efi (looks like this is what you do?).
Yeah, this is what I do. Apple EFI loads, loads GRUB by default (can't remember
the exact magic incantatio
Fixes userspace compilation error:
error: array type has incomplete element type
struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS];
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/i810_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/i810_drm.h b/include/uapi/drm/
Fixes compiler error:
drm/sis_drm.h:68:19: error: field âobj_listâ has incomplete type
struct list_head obj_list;
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/sis_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/sis_drm.h b/include/uapi/drm/sis_drm.h
index
Fixes compiler error:
drm/savage_drm.h:50:24: error: array type has incomplete element type
struct drm_tex_region texList[SAVAGE_NR_TEX_HEAPS][SAVAGE_NR_TEX_REGIONS +
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/savage_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/ua
Fixes compiler error since list_head is not exported to userspace headers.
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/via_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/via_drm.h b/include/uapi/drm/via_drm.h
index 791531e..34ce658 100644
--- a/include/uapi/drm
Fixes compiler error:
drm/via_drm.h:36:27: fatal error: via_drmclient.h: No such file or directory
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/via_drm.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/uapi/drm/via_drm.h b/include/uapi/drm/via_drm.h
index 8b05
Fixes compile error:
drm/r128_drm.h:156:23: error: array type has incomplete element type
struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS];
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/r128_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/r128_drm.h b/includ
Fixes compiler error:
drm/radeon_drm.h:794:2: error: unknown type name âuint64_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/radeon_drm.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h
index 50d0fb4..4d8ed03 10064
Fixes compilation error:
drm/nouveau_drm.h:41:2: error: unknown type name âuint32_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/nouveau_drm.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h
index 0d7608d..4baf95
Fixes compilation errors like:
drm/exynos_drm.h:30:2: error: unknown type name âuint64_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/exynos_drm.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/uapi/drm/exynos_drm.h b/include/uapi/drm/exynos_drm.h
index 5575ed1..03d09
Fixes compilation error:
drm/drm_mode.h:472:2: error: unknown type name âuint32_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/drm_mode.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h
index a0db2d4a..c55dfdf 100644
--
Fixes compilation error:
drm/drm.h:132:2: error: unknown type name âsize_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/drm.h | 4
1 file changed, 4 insertions(+)
diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h
index b0b8556..8f4488f 100644
--- a/include/uapi/drm/dr
58 matches
Mail list logo