Hi Andrzej
Thank you for comments.
On 04/18/2014 09:15 PM, Andrzej Hajda wrote:
> Hi YoungJun,
>
> Thanks for the whole patchset.
>
> On 04/15/2014 07:47 AM, YoungJun Cho wrote:
>> Some phy control registers are not kept after software reset.
>> So this patch makes the clocks containing phy contr
Hi Andrzej
Thank you for comments.
On 04/18/2014 09:32 PM, Andrzej Hajda wrote:
> Hi again,
>
> On 04/17/2014 01:53 PM, YoungJun Cho wrote:
>> In case of using CPU interface panel, the relevant registers should be set.
>> So this patch adds relevant dt bindings.
>>
>> Changelog v2:
>> - Changes "
e the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140420/0219c8ad/attachment.html>
:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140420/7c6693ad/attachment.html>
attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140420/5592791e/attachment-0001.html>
}
>
> if (!plane_id) {
> --
> 1.9.0
>
> ___
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140420/a7e2db5c/attachment.html>
On 2014.04.19 at 21:21 -0400, Alex Deucher wrote:
> On Sat, Apr 19, 2014 at 3:03 PM, Markus Trippelsdorf
> wrote:
> > On 2014.04.19 at 08:19 +0100, Dave Airlie wrote:
> >>
> >> Unfortunately this contains no easter eggs, its a bit larger than I'd
> >> like, but I included a patch that just moves c
els do you want me to test?
--
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/20140420/a152f866/attachment.html>
vale.
--
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/20140420/5bd1396f/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140420/d61ab2be/attachment-0001.html>
scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140420/29505dbd/attachment-0001.html>
dri-devel/attachments/20140420/6c1709ed/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140420/fc359f57/attachment.html>
vel/attachments/20140420/96d52e88/attachment.html>
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140420/001213d8/attachment.html>
> I did and it doesn't fix the issue.
In this case please open up a new bugreport on
https://bugs.freedesktop.org/enter_bug.cgi?product=DRI and select
DRM/Radeon as component.
Additional to that please provide a dmesg output generated with
drm.debug=0xE for both the good and the bad case.
Than
On 2014.04.20 at 10:27 +0200, Christian K?nig wrote:
> > I did and it doesn't fix the issue.
> In this case please open up a new bugreport on
> https://bugs.freedesktop.org/enter_bug.cgi?product=DRI and select
> DRM/Radeon as component.
>
> Additional to that please provide a dmesg output genera
On 2014.04.20 at 11:56 +0200, Markus Trippelsdorf wrote:
> On 2014.04.20 at 10:27 +0200, Christian K?nig wrote:
> > > I did and it doesn't fix the issue.
> > In this case please open up a new bugreport on
> > https://bugs.freedesktop.org/enter_bug.cgi?product=DRI and select
> > DRM/Radeon as comp
vel/attachments/20140420/ecb4fe0b/attachment.html>
Am 19.04.2014 19:33, schrieb Lauri Kasanen:
> On Sat, 19 Apr 2014 11:15:53 -0400
> Alex Deucher wrote:
>
>> On Sat, Apr 19, 2014 at 6:06 AM, Christian K?nig
This was originally un-inlined by Andi Kleen in 2011 citing size concerns.
Indeed, a first attempt at inlining it grew radeon.ko by
From: Rahul Sharma
Previous SoCs have hdmi phys which are accessible through
dedicated i2c lines. Newer SoCs have Apb mapped hdmi phys.
Hdmi driver is modified to support apb mapped phys.
Signed-off-by: Rahul Sharma
---
drivers/gpu/drm/exynos/exynos_hdmi.c | 142 +-
From: Rahul Sharma
Fimd probe is accessing fimd Registers without enabling the fimd
gate clocks. This hangs the system at boot time.
This issue got surfaced when verifying with sysmmu enabled. Probe of
fimd Sysmmu enables the master clock before accessing sysmmu regs and
then disables. Later fim
From: Rahul Sharma
V2:
1) Rebased on Tomasz Stanislawski at https://lkml.org/lkml/2014/4/8/226.
Adds apb mapped phy support for exynos5420 hdmi. Replace
dummy hdmiphy clock with regmap calls.
Based on Inki Dae's exynos-drm-next branch.
Rahul Sharma (3):
drm/exynos: remove unnecessary read fo
From: Rahul Sharma
Cleaning up unnecessary i2c read call after hdmiphy configuration.
This check is redundant since check for hdmiphy pll lock status
confirms the correct settings for phy.
Signed-off-by: Rahul Sharma
Signed-off-by: Daniel Kurtz
Reviewed-by: Tomasz Figa
---
drivers/gpu/drm/ex
From: Rahul Sharma
Enable support for hdmi for exynos5420 hdmiphy. Add
compatible string in the of_match table. Also added
hdmiphy configuration values for exynos5420.
Signed-off-by: Rahul Sharma
Signed-off-by: Shirish S
---
.../devicetree/bindings/video/exynos_hdmi.txt |1 +
drivers
From: Rahul Sharma
V2:
1) Rebased on Tomasz Stanislawski's Simple phy driver patches
at https://lkml.org/lkml/2014/4/8/226.
Adds apb mapped phy support for exynos5420 hdmi. Replace
dummy hdmiphy clock with regmap calls.
Based on Inki Dae's exynos-drm-next branch.
Rahul Sharma (3):
drm/exynos
On Thu 2014-04-10 13:37:26, Andy Lutomirski wrote:
> On Thu, Apr 10, 2014 at 1:32 PM, Theodore Ts'o wrote:
> > On Thu, Apr 10, 2014 at 12:14:27PM -0700, Andy Lutomirski wrote:
> >>
> >> This is the second time in a week that someone has asked for a way to
> >> have a struct file (or struct inode o
post 7
>> +[drm:radeon_compute_pll_avivo] 146250 - 14955, pll dividers - fb: 1023.5
>> ref: 14, post 7
-- next part --
A non-text attachment was scrubbed...
Name: 0001-drm-radeon-improve-PLL-limit-handling-in-post-div-ca.patch
Type: text/x-diff
Size:
On 2014.04.20 at 17:23 +0200, Christian K?nig wrote:
> Dropping Linus and LKML for now.
>
> Does the attached patch help? If not please open up a bug, tracking all
> those logs in mails can become quite painful.
Yes, this patch if fine. Everything is working fine again.
Thanks.
--
Markus
ett
--
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/20140420/9029d7f6/attachment.html>
---
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140420/6a0d263c/attachment.html>
Alex Deucher wrote:
> I ran into similar issues right after dpm support was released. I'd
> done most of my development on gcc 4.6 and everything worked fine
> and upon upgrading to 4.7 or 4.8, tons of stuff broke. It ended up
> at least partially being related to indexing variable sized arrays:
This was originally un-inlined by Andi Kleen in 2011 citing size concerns.
Indeed, a first attempt at inlining it grew radeon.ko by 7%.
However, 2% of cpu is spent in this function. Simply inlining it gave 1% more
fps
in Urban Terror.
v2: We know the minimum MMIO size. Adding it to the if allows
org/archives/dri-devel/attachments/20140420/333b8c44/attachment.html>
Am 20.04.2014 19:29, schrieb Lauri Kasanen:
> This was originally un-inlined by Andi Kleen in 2011 citing size concerns.
> Indeed, a first attempt at inlining it grew radeon.ko by 7%.
>
> However, 2% of cpu is spent in this function. Simply inlining it gave 1% more
> fps
> in Urban Terror.
>
> v2:
https://bugzilla.kernel.org/show_bug.cgi?id=73901
--- Comment #15 from Pali Roh?r ---
Now I tested this patch with 3.15-rc2 kernel and no kernel crash with runpm=1
anymore...
But there is another problem, runpm=1 somehow not working correctly. It does
not poweroff radeon card when it is not used
I got this on my desktop (Haswell) box when resuming from suspend
with Debian testing kernel (3.13).
[147765.739493] [ cut here ]
[147765.739501] WARNING: CPU: 1 PID: 29426 at
/build/linux-oxWk_8/linux-3.13.7/drivers/gpu/drm/i915/intel_ddi.c:763
intel_ddi_pll_mode_set+0x
37 matches
Mail list logo