All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <deathsimple@vodafone.de>
To: "Rafał Miłecki" <zajec5@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 2/6] drm/radeon: remove HDMI interrupts on Evergreen
Date: Mon, 15 Apr 2013 10:08:41 +0200	[thread overview]
Message-ID: <516BB589.9070604@vodafone.de> (raw)
In-Reply-To: <CACna6rxsf6kXcCz5SZErU1UzUq02LV=Hwcvx6eeaDZRV7izfxg@mail.gmail.com>

Am 14.04.2013 20:02, schrieb Rafał Miłecki:
> 2013/4/14 Alex Deucher <alexdeucher@gmail.com>:
>> On Sun, Apr 14, 2013 at 11:55 AM, Rafał Miłecki <zajec5@gmail.com> wrote:
>>> 2013/4/14 Alex Deucher <alexdeucher@gmail.com>:
>>>> On Sat, Apr 13, 2013 at 7:26 PM, Rafał Miłecki <zajec5@gmail.com> wrote:
>>>>> We need interrupts on format change for R6xx only, where hardware seems
>>>>> to be somehow bugged and requires setting audio info manually.
>>>> Can you confirm that this is actually needed on older chips?  AFAIK,
>>>> it shouldn't be required for any chips.  It's mainly for debugging.
>>> I can't really right now :( My notebook with RV620 died (hard disk
>>> ended it's life and power cable got broken). I hope to resurrect him
>>> in about a week.
>>>
>>> If that isn't needed on R6xx, I'm not sure why we implemented it in
>>> first place at all. Christian? Do you have idea why this was required?
>>> I remember than in first place we were using timer, then we switched
>>> to the interrupts. But why we needed it at all?
>> I suspect it was just assumed to be necessary due to the original RE.
> I'm OK with removing that from R6xx too, if it's not needed. I just
> want to check that first, to don't break audio accidentally. In case
> of Evergreen I was able to test it, so I dares to submit this patch ;)

Well, originally I was just imitating fglrx behavior with this, but 
since I now have access to the AMD documentation I can't find a reason 
why fglrx was actually doing it like this. In theory format changes 
should work on their own, but it is still possible they did this because 
of some bug or something like this.

I can't really test it anymore either, so no idea if it is really 
required or not.

Christian.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2013-04-15  8:08 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-13 23:26 [PATCH 0/6] drm/radeon: minor HDMI improvements Rafał Miłecki
2013-04-13 23:26 ` [PATCH 1/6] drm/radeon: add helpers for masking and setting bits in regs Rafał Miłecki
2013-04-13 23:26 ` [PATCH 2/6] drm/radeon: remove HDMI interrupts on Evergreen Rafał Miłecki
2013-04-14 10:34   ` Paul Menzel
2013-04-14 12:56     ` Rafał Miłecki
2013-04-14 15:49   ` Alex Deucher
2013-04-14 15:55     ` Rafał Miłecki
2013-04-14 16:24       ` Alex Deucher
2013-04-14 18:02         ` Rafał Miłecki
2013-04-15  8:08           ` Christian König [this message]
2013-04-15 12:48             ` Alex Deucher
2013-04-15 13:51               ` Rafał Miłecki
2013-04-21 19:14     ` Rafał Miłecki
2013-04-21 19:15       ` Rafał Miłecki
2013-04-21 19:25         ` Alex Deucher
2013-04-21 19:44           ` Rafał Miłecki
2013-04-13 23:26 ` [PATCH 3/6] drm/radeon: add some HDMI comments Rafał Miłecki
2013-04-14 10:37   ` Paul Menzel
2013-04-14 13:26     ` Rafał Miłecki
2013-04-14 13:29   ` [PATCH V2 3/6] drm/radeon: add some HDMI audio comments Rafał Miłecki
2013-04-14 16:23   ` [PATCH 3/6] drm/radeon: add some HDMI comments Alex Deucher
2013-04-14 17:58     ` Rafał Miłecki
2013-04-14 21:36       ` Alex Deucher
2013-04-13 23:26 ` [PATCH 4/6] drm/radeon/evergreen: setup HDMI before enabling it Rafał Miłecki
2013-04-14 10:39   ` Paul Menzel
2013-04-14 12:58     ` Rafał Miłecki
2013-04-13 23:26 ` [PATCH 5/6] drm/radeon/evergreen: reorder HDMI setup Rafał Miłecki
2013-04-14 10:45   ` Paul Menzel
2013-04-14 13:31     ` Rafał Miłecki
2013-04-14 13:34   ` [PATCH V2 " Rafał Miłecki
2013-04-13 23:26 ` [PATCH 6/6] drm/radeon/evergreen: write default channel numbers Rafał Miłecki
2013-04-18 13:46 ` [PATCH 0/6] drm/radeon: minor HDMI improvements Alex Deucher
2013-04-18 14:17   ` Rafał Miłecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=516BB589.9070604@vodafone.de \
    --to=deathsimple@vodafone.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=zajec5@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.