On Sat, May 17, 2014 at 12:38 AM, Matt Roper
wrote:
> + if (ret) {
> + if (req->flags & DRM_MODE_CURSOR_BO)
> + drm_mode_rmfb(dev, &fb->base.id, file_priv);
> + return ret;
> + }
With the new refcount logic an unconditional
drm_frameb
On 17 May 2014 00:00, Alex Deucher wrote:
> On Fri, May 16, 2014 at 5:10 AM, Rafa? Mi?ecki wrote:
>> +#define DCE3_HDMI0_AUDIO_CRC_CONTROL 0x74dc
>
> They aren't swapped in hw, the register defines were just accidentally
> swapped in the header (probably a copy paste typo). Just swap the
> def
On 17 May 2014 01:34, Rafa? Mi?ecki wrote:
> On 17 May 2014 00:00, Alex Deucher wrote:
>> On Fri, May 16, 2014 at 5:10 AM, Rafa? Mi?ecki wrote:
>>> +#define DCE3_HDMI0_AUDIO_CRC_CONTROL 0x74dc
>>
>> They aren't swapped in hw, the register defines were just accidentally
>> swapped in the header
On 17 May 2014 02:14, Rafa? Mi?ecki wrote:
> So it's the fact:
> DCE2 uses 0x74dc
> DCE2 uses 0x740c
I meant:
DCE2 uses 0x74dc
DCE3 uses 0x740c
ause:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/8f65eec1/attachment.html>
scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/8432daba/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140517/bc57d3b9/attachment.html>
vel/attachments/20140517/0fa947c3/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140517/e03ddf77/attachment.html>
:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/3ad433aa/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140517/423f1cc9/attachment.html>
:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/68f14170/attachment-0001.html>
xt part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/02ff44cb/attachment.html>
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/20140517/65dafaa8/attachment.html>
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/6eb0fa11/attachment.html>
_object(priv);
> if (ret)
> return ret;
> diff --git a/nvkm/subdev/clock/nve0.c b/nvkm/subdev/clock/nve0.c
> index d3c37c9..860aa73 100644
> --- a/nvkm/subdev/clock/nve0.c
> +++ b/nvkm/subdev/clock/nve0.c
> @@ -473,7 +473,8 @@ nve0_clock_ctor(struct nouveau_object *parent, struct
nouveau_object *engine,
> struct nve0_clock_priv *priv;
> int ret;
>
> - ret = nouveau_clock_create(parent, engine, oclass, nve0_domain,
&priv);
> + ret = nouveau_clock_create(parent, engine, oclass, nve0_domain,
false,
> + &priv);
> *pobject = nv_object(priv);
> if (ret)
> return ret;
> --
> 1.8.5.5
>
> ___
> Nouveau mailing list
> Nouveau at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/8cefe9be/attachment-0001.html>
in with the "maybe" there too.
>
> I have no idea what NvMemExec _really_ is doing, so I left it alone. I
> assume that the majority of what my patch enables is actually engine
> reclocking, not memory reclocking. So to get both, people would have
> to flip both flags? Or is there more to it?
I use it during development to allow independent testing or engine clock
code without the more faulty memory code causing problems. The option
prevents the memory recording scripts from being executed.
Ben.
>
> -ilia
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/e623893a/attachment.html>
On Fri, May 16, 2014 at 11:54 PM, Ben Skeggs wrote:
> On 17 May 2014 13:39, "Ilia Mirkin" wrote:
>>
>> On Fri, May 16, 2014 at 11:17 PM, Ben Skeggs wrote:
>> > On 17 May 2014 02:43, "Ilia Mirkin" wrote:
>> >>
>> >> Adds a NvReclock boolean option to allow the user to enable (or
>> >> disable)
>
On Sat, May 17, 2014 at 2:06 PM, Ilia Mirkin wrote:
> On Fri, May 16, 2014 at 11:54 PM, Ben Skeggs wrote:
>> On 17 May 2014 13:39, "Ilia Mirkin" wrote:
>>>
>>> On Fri, May 16, 2014 at 11:17 PM, Ben Skeggs wrote:
>>> > On 17 May 2014 02:43, "Ilia Mirkin" wrote:
>>> >>
>>> >> Adds a NvReclock bo
xt part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/b5a45b61/attachment.html>
xt part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/69ec1e17/attachment.html>
xt part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/b06399f7/attachment.html>
assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/86702aaf/attachment.html>
dri-devel/attachments/20140517/d5b911ad/attachment.html>
tra".
--
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/20140517/30765b95/attachment.html>
this is problem only with some formats used, i think i will
checkeout this :).
--
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/attachment
||
--
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/20140517/30b5dfcd/attachment.html>
it enabled :). Does that format
need to be supported anymore?
--
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/2014
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/20140517/1a49177f/attachment.html>
ves/dri-devel/attachments/20140517/a2903bcb/attachment.html>
part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/52d090af/attachment.html>
so.0
#6 0x0039478f4ded in clone () from /lib64/libc.so.6
--
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/2014051
ed up.
--
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/20140517/b73c23a5/attachment-0001.html>
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/20140517/d5698b41/attachment.html>
, unsolvable by this :(.
--
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/20140517/0fcafa73/attachment.html>
-rt, clang and clang-tools-extra: https://github.com/darkbasic
--
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/20140517/5faee
On Fri, May 16, 2014 at 8:15 PM, Rafa? Mi?ecki wrote:
> On 17 May 2014 02:14, Rafa? Mi?ecki wrote:
>> So it's the fact:
>> DCE2 uses 0x74dc
>> DCE2 uses 0x740c
>
> I meant:
> DCE2 uses 0x74dc
> DCE3 uses 0x740c
Yeah, I just double checked DCE2 and you are correct. So the patch is
fine as is.
A
e the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/427300c1/attachment.html>
ot;Morphological
> AA" to "Ultra".
Have you tested with the patch attached to this bug?
--
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/20140517/70320e02/attachment.html>
ith R600_DEBUG=ps,vs,gs and post
the output?
--
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/20140517/70153ca3/attachment.html>
are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/ff1c8d59/attachment-0001.html>
https://bugzilla.kernel.org/show_bug.cgi?id=76321
--- Comment #4 from Pali Roh?r ---
With v2 patch now sensors does not report any error (when card is turned off):
$ sensors
radeon-pci-0100
Adapter: PCI adapter
temp1:N/A (crit = +120.0?C, hyst = +90.0?C)
This looks ok.
And for pow
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/070ea81a/attachment.html>
The DDC bus uses this for it's supply, enable it so EDID can be read.
This eliminates I2C read timeouts on Venice2 and EDID can be verified
with i2cdump.
Signed-off-by: Dylan Reid
---
drivers/gpu/drm/tegra/hdmi.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/drivers/gpu/dr
signed message part.
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/10a43631/attachment.sig>
The HDMI driver that handles Tegra114 can handle Tegra124 as well,
mark Tegra124 as compatible. This makes HDMI output work on Venice2.
Signed-off-by: Dylan Reid
---
arch/arm/boot/dts/tegra124.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/tegra124.
-signature
Size: 836 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/8e90171a/attachment.sig>
nless new regressions are introduced that
would be a good candidate to test.
Thierry
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/
t available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/1b4883bf/attachment.sig>
problem?
I don't want to get stuck on kernel 3.12.20 :(
--
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/20140517/
ktop.org/archives/dri-devel/attachments/20140517/ea423b94/attachment.html>
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/20140517/90f22c5b/attachment.html>
u 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/20140517/8058edb9/attachment-0001.html>
ernel 8d0a2215931f1ffd77aef65cae2c0becc3f5d560 with radeon.dpm=0 and
radeon.runpm=0.
--
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/
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140517/008358cd/attachment.html>
the hard work.
--
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/20140517/b008932e/attachment.html>
On Sat, May 17, 2014 at 2:33 PM, Thierry Reding
wrote:
> On Sat, May 17, 2014 at 11:21:20AM -0700, Dylan Reid wrote:
>> The HDMI driver that handles Tegra114 can handle Tegra124 as well,
>> mark Tegra124 as compatible. This makes HDMI output work on Venice2.
>>
>> Signed-off-by: Dylan Reid
>> --
57 matches
Mail list logo