dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
@ 2014-05-03 17:26 bugzilla-daemon
  2014-05-03 17:29 ` [Bug 75401] " bugzilla-daemon
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-03 17:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

            Bug ID: 75401
           Summary: vgaswtitcheroo doesn't work for AMD Radeon 8870m
                    (possibly due to "wrong" PCI class)
           Product: Drivers
           Version: 2.5
    Kernel Version: 3.11.10
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: low
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: drill87@gmail.com
        Regression: No

I've got Samsung 870Z5E notebook equipped with AMD Radeon 8870m video card (and
Intel HD 4000 graphics). I always failed to use vgaswitcheroo to disable the
discrete card -- there wasn't even its entry in debugfs. 

After a little investigetion of radeon module's source code I found, that the
problem happens, possibly, due to "unusual" PCI class of my Radeon 8870m.
According to command "lspci -nn" Radeon 8870m has PCI class id 0380, which is
corresponds to PCI_CLASS_DISPLAY_OTHER (in pci_ids.h). On the other hand, when
radeon module check number of videocards, it excepts them to have class
PCI_CLASS_DISPLAY_VGA (0300). Thus module concludes that I have only 1
videocard (Intel HD, which has 0300 class id) and decides, that there's no need
for vgaswitcheroo to be initialized.

I tried to edit radeon kernel module by adding additional checks for
PCI_CLASS_DISPLAY_OTHER class id (in 2 places). After that vgaswitcheroo
started to work -- the entry appeared in debugfs and I could disable the
discrete graphics card. Though I'm not sure if everything went right because I
failed to use radeon card for actual rendering through DRI PRIME even in the
newest kernel stable version (3.14.2) -- X server crashes even if I try to
issues glxinfo command.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
@ 2014-05-03 17:29 ` bugzilla-daemon
  2014-05-04  4:24 ` [Bug 75401] vgaswitcheroo " bugzilla-daemon
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-03 17:29 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #1 from drill87@gmail.com ---
Created attachment 134941
  --> https://bugzilla.kernel.org/attachment.cgi?id=134941&action=edit
Output of "lspci -nn" command

This log has wring revision number for radeon 8870m (rev ff), because right now
I'm shutting it out through acpi_call command. Everything else is right.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
  2014-05-03 17:29 ` [Bug 75401] " bugzilla-daemon
@ 2014-05-04  4:24 ` bugzilla-daemon
  2014-05-05 14:07 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-04  4:24 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

drill87@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|vgaswtitcheroo doesn't work |vgaswitcheroo doesn't work
                   |for AMD Radeon 8870m        |for AMD Radeon 8870m
                   |(possibly due to "wrong"    |(possibly due to "wrong"
                   |PCI class)                  |PCI class)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
  2014-05-03 17:29 ` [Bug 75401] " bugzilla-daemon
  2014-05-04  4:24 ` [Bug 75401] vgaswitcheroo " bugzilla-daemon
@ 2014-05-05 14:07 ` bugzilla-daemon
  2014-05-06  4:36 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-05 14:07 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

Alex Deucher <alexdeucher@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #2 from Alex Deucher <alexdeucher@gmail.com> ---
Already fixed:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e9a4099a59cc598a44006059dd775c25e422b772

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-05-05 14:07 ` bugzilla-daemon
@ 2014-05-06  4:36 ` bugzilla-daemon
  2014-05-06 13:09 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-06  4:36 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

drill87@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |PATCH_ALREADY_AVAILABLE

--- Comment #3 from drill87@gmail.com ---
Yes, it fixes vgaswitcheroo problem. Sorry for misleading bugreport then.

However, I would like to mention that radeon module had 2 places with
"problematic" PCI class test.

The first one is fixed with the aforementioned patch.

The second place is in file "radeon_bios.c" in function "static bool
radeon_atrm_get_bios(struct radeon_device *rdev)". I don't know if it is a
problem, but it's still expected only cards with PCI_CLASS_DISPLAY_VGA class
there. Thus, I guess, the bios doesn't get initialized properly for my card
with class PCI_CLASS_DISPLAY_OTHER...

Anyway, thank you for your time!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (3 preceding siblings ...)
  2014-05-06  4:36 ` bugzilla-daemon
@ 2014-05-06 13:09 ` bugzilla-daemon
  2014-05-09  6:14 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-06 13:09 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #4 from Alex Deucher <alexdeucher@gmail.com> ---
Created attachment 135221
  --> https://bugzilla.kernel.org/attachment.cgi?id=135221&action=edit
fix for rom fetching

Does this patch fix the issue?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (4 preceding siblings ...)
  2014-05-06 13:09 ` bugzilla-daemon
@ 2014-05-09  6:14 ` bugzilla-daemon
  2014-05-09  6:15 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-09  6:14 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #5 from drill87@gmail.com ---
I guess it fixes. At least, I can see no errors for radeon module in dmesg.
Vgaswitcheroo, as I aforementioned, works too (I can turn off the card, so
notebook heats less). 

However, I cannot say any more, because I fail to actually use my radeon for
rendering (with Xorg server 1.15.1) --- even command "glxinfo" with
"DRI_PRIME=1" (and configured offload sink) crashes Xserver. And I don't know
where the problem might be - in module or in Xorg drivers.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (5 preceding siblings ...)
  2014-05-09  6:14 ` bugzilla-daemon
@ 2014-05-09  6:15 ` bugzilla-daemon
  2014-05-09 12:44 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-09  6:15 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #6 from drill87@gmail.com ---
Created attachment 135541
  --> https://bugzilla.kernel.org/attachment.cgi?id=135541&action=edit
dmesg after applying "fix for rom fetching" patch

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (6 preceding siblings ...)
  2014-05-09  6:15 ` bugzilla-daemon
@ 2014-05-09 12:44 ` bugzilla-daemon
  2014-05-09 13:05 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-09 12:44 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

Pali Rohár <pali.rohar@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pali.rohar@gmail.com

--- Comment #7 from Pali Rohár <pali.rohar@gmail.com> ---
@drill87: I had same problem (Xorg server crashing) when I tried to use
DRI_PRIME on 8690M. I fixed it with updating libdri, mesa, radeon & intel xorg
drivers from git. And then it started working. Also I removed everything in
/etc/X11/xorg.conf and /etc/X11/xorg.conf.d/ and called xrandr
--setprovideroutputsource 1 0 before running DRI_PRIME=1 glxinfo

@Alex Deucher: Why is needed to use acpi "ATRM"? If you still remember
https://bugzilla.kernel.org/show_bug.cgi?id=73901#c9 I needed only to patch
radeon_atpx_handler.c. So my radeon card working fine without "ATRM". When
"ATRM" is used? Or for which functions?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (7 preceding siblings ...)
  2014-05-09 12:44 ` bugzilla-daemon
@ 2014-05-09 13:05 ` bugzilla-daemon
  2014-05-09 13:53 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-09 13:05 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #8 from Alex Deucher <alexdeucher@gmail.com> ---
ATRM is an acpi method for fetching the rom on certain systems.  If your system
was able to fetch the rom via another method, it may not use ATRM.

I'm not sure if the ATRM method is required in drill87's case either, but he
claimed that it wasn't able to find the rom.  Drill87, can you attach the dmesg
output without the patch?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (8 preceding siblings ...)
  2014-05-09 13:05 ` bugzilla-daemon
@ 2014-05-09 13:53 ` bugzilla-daemon
  2014-05-09 13:54 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-09 13:53 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #9 from drill87@gmail.com ---
Oh, I'm sorry, it seems I didn't write it clear enough. I mentioned file
"radeon_bios.c" only because I saw there too goes PCI class checl only against
PCI_CLASS_DISPLAY_VGA, but there wasn't additional test for
PCI_CLASS_DISPLAY_OTHER . I guessed that it might possibly cause problems (just
as it did for vgaswitcherro). Though I don't know if it really does (and if it
does specifically on my computer). I don't even know what ATRM is :) 

So I'm sorry again for mislead I've done. And thanks for the tip about libdri
and xorg drivers update!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (9 preceding siblings ...)
  2014-05-09 13:53 ` bugzilla-daemon
@ 2014-05-09 13:54 ` bugzilla-daemon
  2014-05-09 14:35 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-09 13:54 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #10 from drill87@gmail.com ---
Created attachment 135561
  --> https://bugzilla.kernel.org/attachment.cgi?id=135561&action=edit
dmesg before applying "fix for rom fetching" patch

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (10 preceding siblings ...)
  2014-05-09 13:54 ` bugzilla-daemon
@ 2014-05-09 14:35 ` bugzilla-daemon
  2014-05-18 20:02 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-09 14:35 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #11 from Alex Deucher <alexdeucher@gmail.com> ---
Looks like it works fine without the patch as well.  That said, the ATRM patch
shouldn't hurt anything if there ever ends up being a case where the ATRM
method is hung off a non-VGA display device.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (11 preceding siblings ...)
  2014-05-09 14:35 ` bugzilla-daemon
@ 2014-05-18 20:02 ` bugzilla-daemon
  2014-05-19  2:04 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-18 20:02 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #12 from Pali Rohár <pali.rohar@gmail.com> ---
@Alex Deucher: Why is this bug while loop needed?

static bool radeon_atrm_get_bios(struct radeon_device *rdev)
{
...
    while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) {
        dhandle = ACPI_HANDLE(&pdev->dev);
        if (!dhandle)
            continue;

        status = acpi_get_handle(dhandle, "ATRM", &atrm_handle);
        if (!ACPI_FAILURE(status)) {
            found = true;
            break;
        }
    }
...

Is not correct to use ACPI_HANDLE directly, something like this (without while
loop)?

static bool radeon_atrm_get_bios(struct radeon_device *rdev)
{
...
    if (rdev->pdev)
        dhandle = ACPI_HANDLE(&rdev->pdev->dev);
...

This could also eliminate using PCI_CLASS_DISPLAY_VGA.

If I understood correctly, ATRM method is specific for AMD cards so searching
for ATRM method in all avalilable pci devices (which match class) is not
necessary.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (12 preceding siblings ...)
  2014-05-18 20:02 ` bugzilla-daemon
@ 2014-05-19  2:04 ` bugzilla-daemon
  2014-05-26  8:42 ` bugzilla-daemon
  2014-05-26  8:48 ` bugzilla-daemon
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-19  2:04 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #13 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to Pali Rohár from comment #12)
> @Alex Deucher: Why is this bug while loop needed?

IIRC, sometimes the method is hung off the other GPU.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (13 preceding siblings ...)
  2014-05-19  2:04 ` bugzilla-daemon
@ 2014-05-26  8:42 ` bugzilla-daemon
  2014-05-26  8:48 ` bugzilla-daemon
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-26  8:42 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #14 from Pali Rohár <pali.rohar@gmail.com> ---
Created attachment 137381
  --> https://bugzilla.kernel.org/attachment.cgi?id=137381&action=edit
preffer current pci device

What about this patch? It will preffer to call ATRM method for current pci
device.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)
  2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
                   ` (14 preceding siblings ...)
  2014-05-26  8:42 ` bugzilla-daemon
@ 2014-05-26  8:48 ` bugzilla-daemon
  15 siblings, 0 replies; 17+ messages in thread
From: bugzilla-daemon @ 2014-05-26  8:48 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=75401

--- Comment #15 from Pali Rohár <pali.rohar@gmail.com> ---
oups, it should be ACPI_HANDLE(&rdev->pdev->dev) and not
ACPI_HANDLE(&pdev->dev).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2014-05-26  8:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-03 17:26 [Bug 75401] New: vgaswtitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class) bugzilla-daemon
2014-05-03 17:29 ` [Bug 75401] " bugzilla-daemon
2014-05-04  4:24 ` [Bug 75401] vgaswitcheroo " bugzilla-daemon
2014-05-05 14:07 ` bugzilla-daemon
2014-05-06  4:36 ` bugzilla-daemon
2014-05-06 13:09 ` bugzilla-daemon
2014-05-09  6:14 ` bugzilla-daemon
2014-05-09  6:15 ` bugzilla-daemon
2014-05-09 12:44 ` bugzilla-daemon
2014-05-09 13:05 ` bugzilla-daemon
2014-05-09 13:53 ` bugzilla-daemon
2014-05-09 13:54 ` bugzilla-daemon
2014-05-09 14:35 ` bugzilla-daemon
2014-05-18 20:02 ` bugzilla-daemon
2014-05-19  2:04 ` bugzilla-daemon
2014-05-26  8:42 ` bugzilla-daemon
2014-05-26  8:48 ` bugzilla-daemon

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).