All of lore.kernel.org
 help / color / mirror / Atom feed
* Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card
@ 2014-07-05  7:42 Paul Menzel
  2014-07-07 21:40 ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2014-07-05  7:42 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1003 bytes --]

Dear Linux folks,


connecting a VGA monitor to the internal graphics device of the ASRock
E350M1 [1], the brightness is much too high.

        $ lspci -tvnn
        […]
        +-01.0  Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]
        +-01.1  Advanced Micro Devices [AMD] nee ATI Wrestler HDMI Audio [Radeon HD 6250/6310] [1002:1314]
        […]

Plugging in an external AMD/ATI graphics card and connecting the VGA
monitor there, the brightness is normal as expected.

        $ lspci -nn
        […]
        01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9]
        01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series] [1002:aa68]
        […]

The software stack is the same. Any idea how I can configure or debug
that? This has been verified with 3.2.x to 3.14.9.


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card
  2014-07-05  7:42 Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card Paul Menzel
@ 2014-07-07 21:40 ` Alex Deucher
  2014-10-26  9:26   ` Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2014-07-07 21:40 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Maling list - DRI developers

On Sat, Jul 5, 2014 at 3:42 AM, Paul Menzel
<paulepanter@users.sourceforge.net> wrote:
> Dear Linux folks,
>
>
> connecting a VGA monitor to the internal graphics device of the ASRock
> E350M1 [1], the brightness is much too high.
>
>         $ lspci -tvnn
>         […]
>         +-01.0  Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]
>         +-01.1  Advanced Micro Devices [AMD] nee ATI Wrestler HDMI Audio [Radeon HD 6250/6310] [1002:1314]
>         […]
>
> Plugging in an external AMD/ATI graphics card and connecting the VGA
> monitor there, the brightness is normal as expected.
>
>         $ lspci -nn
>         […]
>         01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9]
>         01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series] [1002:aa68]
>         […]
>
> The software stack is the same. Any idea how I can configure or debug
> that? This has been verified with 3.2.x to 3.14.9.

It sounds like the DAC bg/adj values are wrong on that board (they are
tuned on a per board basis and stored in the bios).  You might try a
bios upgrade on the board if there is one available.  If not, please
file a bug (https://bugs.freedesktop.org) and attach a copy of your
dmesg output, the vbios from the problematic board, and if possible
the output of `radeonreg regs dce4`.

To get a copy of your vbios:
(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/<pci bus id>
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom

You can get radeonreg here:
http://cgit.freedesktop.org/~airlied/radeontool/

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card
  2014-07-07 21:40 ` Alex Deucher
@ 2014-10-26  9:26   ` Paul Menzel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2014-10-26  9:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1092 bytes --]

Am Montag, den 07.07.2014, 17:40 -0400 schrieb Alex Deucher:
> On Sat, Jul 5, 2014 at 3:42 AM, Paul Menzel wrote:

> > connecting a VGA monitor to the internal graphics device of the ASRock
> > E350M1 [1], the brightness is much too high.

[…]

> It sounds like the DAC bg/adj values are wrong on that board (they are
> tuned on a per board basis and stored in the bios).  You might try a
> bios upgrade on the board if there is one available.  If not, please
> file a bug (https://bugs.freedesktop.org) and attach a copy of your
> dmesg output, the vbios from the problematic board, and if possible
> the output of `radeonreg regs dce4`.
> 
> To get a copy of your vbios:
> (as root)
> (use lspci to get the bus id)
> cd /sys/bus/pci/devices/<pci bus id>
> echo 1 > rom
> cat rom > /tmp/vbios.rom
> echo 0 > rom
> 
> You can get radeonreg here:
> http://cgit.freedesktop.org/~airlied/radeontool/

Alex, thank you for your reply! The bug I filed was assigned the number
85469 [1].


Thanks,

Paul


[1] https://bugs.freedesktop.org/show_bug.cgi?id=85469

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-26  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-05  7:42 Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card Paul Menzel
2014-07-07 21:40 ` Alex Deucher
2014-10-26  9:26   ` Paul Menzel

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.