All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
@ 2016-05-22 10:08 bugzilla-daemon
  2016-05-23 20:07 ` [Bug 118701] " bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-05-22 10:08 UTC (permalink / raw)
  To: dri-devel

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

            Bug ID: 118701
           Summary: x86_64 GMA500 reports /dev/dri/card0: failed to set
                    DRM interface version 1.4: Inappropriate ioctl for
                    device
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.6
          Hardware: Intel
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: smf.linux@ntlworld.com
        Regression: No

Created attachment 217091
  --> https://bugzilla.kernel.org/attachment.cgi?id=217091&action=edit
Xorg.0.log, lspci and dmesg outputs.

MSI U180 atom netbook using gma500 driver works fine if the kernel is build as
32bit however if I build the kernel as 64bit the Xserver fails to start and
reports:

[    27.260] (EE) /dev/dri/card0: failed to set DRM interface version 1.4:
Inappropriate ioctl for device

Please find attached Xorg.0.log, lspci and dmesg outputs.

Any suggestions as to what is wrong ?

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
@ 2016-05-23 20:07 ` bugzilla-daemon
  2016-05-23 21:39 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-05-23 20:07 UTC (permalink / raw)
  To: dri-devel

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

Patrik Jakobsson <patrik.r.jakobsson@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patrik.r.jakobsson@gmail.co
                   |                            |m

--- Comment #1 from Patrik Jakobsson <patrik.r.jakobsson@gmail.com> ---
Hi Stuart

Did you try with a 64-bit userspace? I haven't tried gma500 on a 64-bit system
so not sure what the status is. GPU can only address 32-bit so there could be
interesting problems.

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
  2016-05-23 20:07 ` [Bug 118701] " bugzilla-daemon
@ 2016-05-23 21:39 ` bugzilla-daemon
  2016-05-24 22:44 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-05-23 21:39 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Stuart Foster <smf.linux@ntlworld.com> ---
(In reply to Patrik Jakobsson from comment #1)
> Hi Stuart
> 
> Did you try with a 64-bit userspace? I haven't tried gma500 on a 64-bit
> system so not sure what the status is. GPU can only address 32-bit so there
> could be interesting problems.

Hi Patrik,

No I have not tried a 64-bit userspace. I only planned on using a 32-bit user
space. I use LFS/BLFS for my systems so I could try and build a cut down 64-bit
user space if you think it will help. These are not the quickest machines so it
may take me some time.

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
  2016-05-23 20:07 ` [Bug 118701] " bugzilla-daemon
  2016-05-23 21:39 ` bugzilla-daemon
@ 2016-05-24 22:44 ` bugzilla-daemon
  2016-05-25  7:40 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-05-24 22:44 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Patrik Jakobsson <patrik.r.jakobsson@gmail.com> ---
Created attachment 217321
  --> https://bugzilla.kernel.org/attachment.cgi?id=217321&action=edit
Add compat ioctl

Turns out we didn't have compat_ioctl hooked up. Does the patch I attached fix
your problem?

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
                   ` (2 preceding siblings ...)
  2016-05-24 22:44 ` bugzilla-daemon
@ 2016-05-25  7:40 ` bugzilla-daemon
  2016-05-25 21:36 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-05-25  7:40 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Stuart Foster <smf.linux@ntlworld.com> ---
(In reply to Patrik Jakobsson from comment #3)
> Created attachment 217321 [details]
> Add compat ioctl
> 
> Turns out we didn't have compat_ioctl hooked up. Does the patch I attached
> fix your problem?

Hi Patrik,

Just tested your patch and I can report that it solved my problem the xserver
starts correctly.

Thank you.

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
                   ` (3 preceding siblings ...)
  2016-05-25  7:40 ` bugzilla-daemon
@ 2016-05-25 21:36 ` bugzilla-daemon
  2016-05-27  7:39 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-05-25 21:36 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from Patrik Jakobsson <patrik.r.jakobsson@gmail.com> ---
Thanks for testing, queued for next and stable

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
                   ` (4 preceding siblings ...)
  2016-05-25 21:36 ` bugzilla-daemon
@ 2016-05-27  7:39 ` bugzilla-daemon
  2016-08-08  7:28 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-05-27  7:39 UTC (permalink / raw)
  To: dri-devel

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

Stuart Foster <smf.linux@ntlworld.com> changed:

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

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
                   ` (5 preceding siblings ...)
  2016-05-27  7:39 ` bugzilla-daemon
@ 2016-08-08  7:28 ` bugzilla-daemon
  2017-02-13 13:45 ` bugzilla-daemon
  2017-02-14  8:34 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2016-08-08  7:28 UTC (permalink / raw)
  To: dri-devel

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

Stuart Foster <smf.linux@ntlworld.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|CODE_FIX                    |---

--- Comment #6 from Stuart Foster <smf.linux@ntlworld.com> ---
Hi Patrik,

I have checked both linux-4.7 and linux-4.8-rc1 and this fix has not made it
through, when do you think it will be included ?

Thanks.

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
                   ` (6 preceding siblings ...)
  2016-08-08  7:28 ` bugzilla-daemon
@ 2017-02-13 13:45 ` bugzilla-daemon
  2017-02-14  8:34 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2017-02-13 13:45 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #7 from Patrik Jakobsson (patrik.r.jakobsson@gmail.com) ---
Hi Stuart,

The fix is available now in most stable kernels. Can you confirm and close the
bug if everything is fine?

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

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

* [Bug 118701] x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device
  2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
                   ` (7 preceding siblings ...)
  2017-02-13 13:45 ` bugzilla-daemon
@ 2017-02-14  8:34 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2017-02-14  8:34 UTC (permalink / raw)
  To: dri-devel

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

Stuart Foster (smf.linux@ntlworld.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #8 from Stuart Foster (smf.linux@ntlworld.com) ---
Hi Patrik,

Yes everything is ok now.

Thanks.

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

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

end of thread, other threads:[~2017-02-14  8:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-22 10:08 [Bug 118701] New: x86_64 GMA500 reports /dev/dri/card0: failed to set DRM interface version 1.4: Inappropriate ioctl for device bugzilla-daemon
2016-05-23 20:07 ` [Bug 118701] " bugzilla-daemon
2016-05-23 21:39 ` bugzilla-daemon
2016-05-24 22:44 ` bugzilla-daemon
2016-05-25  7:40 ` bugzilla-daemon
2016-05-25 21:36 ` bugzilla-daemon
2016-05-27  7:39 ` bugzilla-daemon
2016-08-08  7:28 ` bugzilla-daemon
2017-02-13 13:45 ` bugzilla-daemon
2017-02-14  8:34 ` bugzilla-daemon

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.