dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* Graphic card that needs boot parameter 
@ 2020-05-19  5:22 post
  2020-05-19  8:55 ` Ville Syrjälä
  0 siblings, 1 reply; 2+ messages in thread
From: post @ 2020-05-19  5:22 UTC (permalink / raw)
  To: dri-devel

Hello,

in
https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
You ask
to inform about hardware that requires the setting
i915.invert-brightness=1.

I needed this for an quite old notebook with the following
specifications

  lspci -s 00:02 -nn
  00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile
  915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03)
  00:02.1 Display controller [0380]: Intel Corporation Mobile
915GM/GMS/910GML
  Express Graphics Controller [8086:2792] (rev 03)

Feel free to request additional information if need. Thanks for your
work on the linux
kernel and the respective documentation

Best regards
Markus Hiereth

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

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

* Re: Graphic card that needs boot parameter
  2020-05-19  5:22 Graphic card that needs boot parameter post
@ 2020-05-19  8:55 ` Ville Syrjälä
  0 siblings, 0 replies; 2+ messages in thread
From: Ville Syrjälä @ 2020-05-19  8:55 UTC (permalink / raw)
  To: post; +Cc: dri-devel

On Tue, May 19, 2020 at 07:22:56AM +0200, post@hiereth.de wrote:
> Hello,
> 
> in
> https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
> You ask
> to inform about hardware that requires the setting
> i915.invert-brightness=1.
> 
> I needed this for an quite old notebook with the following
> specifications
> 
>   lspci -s 00:02 -nn
>   00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile
>   915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03)
>   00:02.1 Display controller [0380]: Intel Corporation Mobile
> 915GM/GMS/910GML
>   Express Graphics Controller [8086:2792] (rev 03)
> 
> Feel free to request additional information if need. Thanks for your
> work on the linux
> kernel and the respective documentation

Please file a new bug at
https://gitlab.freedesktop.org/drm/intel/issues/new

boot with drm.debug=0xe and attach the resulting dmesg to the bug.

Also include the ouput of these
lspci -vs 0:02.0
lspci -nvs 0:02.0

And I'd like to see a dump of the vbios. Can be done like so:
 echo 1 > /sys/devices/pci0000\:00/0000\:00\:02.0/rom 
 cat /sys/devices/pci0000\:00/0000\:00\:02.0/rom > vbios.dump
Pls attach that to the bug as well.

-- 
Ville Syrjälä
Intel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-05-19  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19  5:22 Graphic card that needs boot parameter post
2020-05-19  8:55 ` Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).