Hi Linus,
nothing too major, radeon still has some dpm changes for off by default.
radeon, intel, msm:
radeon a few more dpm fixes (still off by default), uvd fixes,
i915 runtime warn backtrace and regression fix
msm: iommu changes fallout,
Dave.
The following changes since commit 4a10c2ac2f368
https://bugs.freedesktop.org/show_bug.cgi?id=69723
--- Comment #7 from Alexandre Demers ---
Alex, using debugfs, should I see the maxed values (sclk and mclk) or the
theorical value from the table? For now, even if I have confirmation in dmesg
the values were maxed out, looking in debugfs gives m
https://bugs.freedesktop.org/show_bug.cgi?id=69728
--- Comment #7 from pablow.1...@gmail.com ---
I've done what you suggested with Mesa 9.3.0-devel (git-a64d3dd), the GPU
lockup still occurs. Is there anything more that I could try?
--
You are receiving this mail because:
You are the assignee fo
https://bugs.freedesktop.org/show_bug.cgi?id=67800
--- Comment #14 from Kertesz Laszlo ---
Well interesting news.
I played around with glamor acceleration, and to my surprise, my computer ran
for 2 days and 16 hours or so without problems (did just about everything i do
usually - browse, watch m
-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
SERR- TAbort-
SERR- TAbort-
SERR- TAbort-
SERR- TAbort-
SERR- TAbort+
SERR- http://lists.freedesktop.org/archives/dri-devel/attachments/20130928/7d3b3c96/attachment-0001.html>
2013/9/29 Inki Dae
>
>
> 2013/9/26 Al Viro
>
>> On Wed, Sep 25, 2013 at 01:34:30PM +0900, Inki Dae wrote:
>>
>> > It seems that we can use a new anon file instead of using drm file to
>> > resolve the issue.
>>
>> Could you describe what are you trying to achieve with that ioctl() and
>> what se
2013/9/26 Al Viro
> On Wed, Sep 25, 2013 at 01:34:30PM +0900, Inki Dae wrote:
>
> > It seems that we can use a new anon file instead of using drm file to
> > resolve the issue.
>
> Could you describe what are you trying to achieve with that ioctl() and
> what semantics do you want from normal mma
On Sat, Sep 28, 2013 at 11:24 AM, Damien Lespiau
wrote:
> Signed-off-by: Damien Lespiau
For the series:
Reviewed-by: Alex Deucher
> ---
> drivers/gpu/drm/drm_global.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_global.c b/drivers/gpu/drm/drm_global.c
> index
Thanks for your comments.
Thank,
Inki Dae
2013/9/26 Al Viro
> On Tue, Sep 24, 2013 at 01:41:00PM +0900, Inki Dae wrote:
>
> > I can't see to hold ->mmap_sem when it calls find_vma() anywhere else.
>
> Er... What, in your opinion, would protect the result of find_vma(), if
> not that? E.g. if
2013/9/27 Rahul Sharma
> On 16 September 2013 18:10, Inki Dae wrote:
> > CCing devicetree,
> >
> >> -Original Message-
> >> From: Rahul Sharma [mailto:r.sh.o...@gmail.com]
> >> Sent: Tuesday, September 10, 2013 5:28 PM
> >> To: Sean Paul
> >> Cc: Inki Dae; Rahul Sharma; linux-samsung-soc
https://bugs.freedesktop.org/show_bug.cgi?id=65611
--- Comment #4 from Pierre Ossman ---
(In reply to comment #3)
>
> Yet my WMV3 file is still going through VDPAU. So either my file is advanced
> profile and that is broken, or xbmc not fully respecting the list?
Turned out that the UVD symbols
Signed-off-by: Damien Lespiau
---
drivers/gpu/drm/drm_fb_helper.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index f61ac23..21742a8 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/
Signed-off-by: Damien Lespiau
---
drivers/gpu/drm/drm_fb_helper.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index e69d26b..f61ac23 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -1
Signed-off-by: Damien Lespiau
---
drivers/gpu/drm/drm_fb_helper.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index f6f6cc7..e69d26b 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -8
Signed-off-by: Damien Lespiau
---
drivers/gpu/drm/drm_prime.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c
index 276d470..56805c3 100644
--- a/drivers/gpu/drm/drm_prime.c
+++ b/drivers/gpu/drm/drm_prime.c
@@ -637,1
Signed-off-by: Damien Lespiau
---
drivers/gpu/drm/drm_global.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/drm_global.c b/drivers/gpu/drm/drm_global.c
index f731116..3d2e91c 100644
--- a/drivers/gpu/drm/drm_global.c
+++ b/drivers/gpu/drm/drm_global.c
@@ -67,7 +67,6 @@ int
Hi Dave,
A small fix + deal with fallout of iommu changes + use new
drm_gem_dumb_destroy helper.
The following changes since commit d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5:
Merge branch 'drm-fixes' of
git://people.freedesktop.org/~airlied/linux (2013-09-22 19:51:49
-0700)
are available in th
These checks should be ">=" instead of ">". j is used as an offset into
the table->mc_reg_address[] array and that has
SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE (16) elements.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index cfe5d4d..4a
18 matches
Mail list logo