https://bugzilla.kernel.org/show_bug.cgi?id=58521
--- Comment #6 from Alex Deucher 2013-05-20
13:47:01 ---
The OEM designs the thermal solution for the laptop. If they choose not to use
the internal thermal sensor, there is no guarantee that it's calibrated
correctly for their specific sys
https://bugzilla.kernel.org/show_bug.cgi?id=58521
--- Comment #7 from Guram Savinov 2013-05-20
13:52:21 ---
Ok, but how about comment#4, is it possible?
By default sensor will be initialized as it implemented now, but it will be
possible to override OEM configuration that disable internal
https://bugzilla.kernel.org/show_bug.cgi?id=58521
--- Comment #8 from Alex Deucher 2013-05-20
13:59:06 ---
I'd prefer not to. These sort of options tend to be abused. Users and
possibly some distros will start forcing the option on, and then we'll get
swamped with bug reports about garbag
On Sat, May 18, 2013 at 3:19 PM, Niels Ole Salscheider
wrote:
> Add ULL prefix to avoid overflow.
>
> Signed-off-by: Niels Ole Salscheider
Applied. thanks!
Alex
> ---
> drivers/gpu/drm/radeon/evergreen.c | 4 ++--
> drivers/gpu/drm/radeon/radeon_ttm.c | 2 +-
> drivers/gpu/drm/radeon/si.c
https://bugzilla.kernel.org/show_bug.cgi?id=58521
Rafa? Mi?ecki changed:
What|Removed |Added
CC||zajec5 at gmail.com
--- Comment #9 fr
are receiving this mail because:
>
>- You reported the 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/20130520/cab070a1/attachment.html>
On Mon, May 20, 2013 at 6:53 AM, Sebastian Hesselbarth
wrote:
> On 05/19/2013 10:45 PM, Russell King - ARM Linux wrote:
>>
>> On Sun, May 19, 2013 at 06:49:22PM +0200, Sebastian Hesselbarth wrote:
>>>
>>> This adds an irq handler for HPD to the tda998x slave encoder driver
>>> to trigger HPD chang
|--- |FIXED
--- Comment #14 from Jerome Glisse ---
Closing
--
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/20130
https://bugzilla.kernel.org/show_bug.cgi?id=58521
--- Comment #10 from Guram Savinov 2013-05-20
14:48:17 ---
>>@Guram: what about ACPI? Did you investigate why Linux doesn't export thermal
info from it?
Maybe Asus M50Sa laptop have no hardware ACPI thermal sensors.
If it exist I think Asus
...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130520/a0e64dbe/attachment-0001.html>
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130520/cc9f4ad4/attachment.html>
th this patch applied.
--
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/20130520/9c1dc96c/attachment.html>
From: Alex Deucher
Hi Dave,
Just some minor bug fixes.
The following changes since commit b7cb1c50c828adaee95e8ada0e55918686245992:
Merge branch 'drm-nouveau-fixes-3.10' of
git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-05-20
13:31:36 +1000)
are available in th
From: Alex Deucher
Hi Dave,
This is the pull request for AMD Sun/Hainan support. I've
split it out separately from my regular fixes stream. Hainan
is a new SI asic with no UVD or DCE hardware. The patches are
minimally invasive; basically just pci ids and skipping UVD and
DCE init for this
free_irq() expects the same pointer that was passed to request_threaded_irq(),
otherwise the IRQ is not freed.
The issue was found using the following coccinelle script:
@r1@
type T;
T devid;
@@
request_threaded_irq(..., devid)
@r2@
type r1.T;
T devid;
position p;
@@
free_irq at p(..., devid)
Code refactoring in commit 8e9e3d2deacc460fbb8a4691140318f6e85e6891
(drm/nv84/disp: move hdmi control into core) disabled HDMI audio on my
nv84 by removing too much old code without adding it in the new one.
This patch adds the missing code within the new code layout resulting in
HDMI audio working
On Mon, May 20, 2013 at 4:15 PM, Russell King - ARM Linux
wrote:
> On Mon, May 20, 2013 at 09:36:02AM -0400, Alex Deucher wrote:
>> You can tell the xserver what size cursor you support when you call
>> xf86_cursors_init() in the ddx. Just expose a 32x64 or 64x32 ARGB
>> cursor. Most apps don't
On Sat, May 18, 2013 at 03:47:43PM +0900, Inki Dae wrote:
> 2013/5/15 Rob Clark
>
> > On Wed, May 15, 2013 at 1:19 AM, Inki Dae wrote:
> > >
> > >
> > >> -Original Message-
> > >> From: Rob Clark [mailto:robdclark at gmail.com]
> > >> Sent: Tuesday, May 14, 2013 10:39 PM
> > >> To: Inki
On Mon, May 20, 2013 at 09:36:02AM -0400, Alex Deucher wrote:
> You can tell the xserver what size cursor you support when you call
> xf86_cursors_init() in the ddx. Just expose a 32x64 or 64x32 ARGB
> cursor. Most apps don't use a 64x64 cursor anyway. I've used
> hardware with non-64x64 cursors
On Mon, May 20, 2013 at 11:13:04PM +0200, Daniel Vetter wrote:
> On Sat, May 18, 2013 at 03:47:43PM +0900, Inki Dae wrote:
> > 2013/5/15 Rob Clark
> >
> > > On Wed, May 15, 2013 at 1:19 AM, Inki Dae wrote:
> > > >
> > > >
> > > >> -Original Message-
> > > >> From: Rob Clark [mailto:robdc
p.org/archives/dri-devel/attachments/20130520/acf0de25/attachment.html>
On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wrote:
> Hallo,
>
> I hope this is the right place to ask, because I actually don't know
> whether it is a bug or a feature that I'm experiencing since linux 3.9:
> When I boot my system the backlight gets extremely bright compared to ol
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/20130520/32f88589/attachment.html>
devel/attachments/20130520/0ec5c1a1/attachment.html>
Deucher ---
Please attach your xorg log and dmesg 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/20130520/cfbb8
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130520/1856f80c/attachment.html>
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130520/fe165407/attachment.html>
HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130520/f6fa09be/attachment.html>
nee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130520/d9c389f3/attachment.html>
ar regression happens on less complex application ? (ie mesa
> demo)
Demos look OK, and a quick run of openarena and nexuix looked OK.
etqw is showing some transient corruptions.
--
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/20130520/8d90aca2/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130520/9dfcd3ff/attachment.html>
101 - 131 of 131 matches
Mail list logo