All of lore.kernel.org
 help / color / mirror / Atom feed
* imx6 DRI/DRM
@ 2015-01-28 12:08 Ian Molton
  2015-01-28 12:52 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Molton @ 2015-01-28 12:08 UTC (permalink / raw)
  To: dri-devel

Hi,

Can anyone tell me where best to follow / contribute to *mainline* kernel based imx6 graphics stuff?

I'm currently running a 3.19-rc kernel with imx6 drm (fbdev emulation) and it works, but I'm seeing segfaults from Xfbdev.

Presumably, theres a proper DRM/DRI X driver to go with the kernel bits?

Where can I find that?

Thanks,

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

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

* Re: imx6 DRI/DRM
  2015-01-28 12:08 imx6 DRI/DRM Ian Molton
@ 2015-01-28 12:52 ` Sascha Hauer
  2015-01-28 12:56   ` Ian Molton
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2015-01-28 12:52 UTC (permalink / raw)
  To: Ian Molton; +Cc: dri-devel

Hi Ian,

On Wed, Jan 28, 2015 at 12:08:19PM +0000, Ian Molton wrote:
> Hi,
> 
> Can anyone tell me where best to follow / contribute to *mainline* kernel based imx6 graphics stuff?
> 
> I'm currently running a 3.19-rc kernel with imx6 drm (fbdev emulation) and it works, but I'm seeing segfaults from Xfbdev.
> 
> Presumably, theres a proper DRM/DRI X driver to go with the kernel bits?

There is the xf86modesetting driver:

http://cgit.freedesktop.org/xorg/driver/xf86-video-modesetting/

There's no dedicated i.MX X driver that works with imx-drm.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: imx6 DRI/DRM
  2015-01-28 12:52 ` Sascha Hauer
@ 2015-01-28 12:56   ` Ian Molton
  2015-01-28 13:09     ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Molton @ 2015-01-28 12:56 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: dri-devel

On 28/01/15 12:52, Sascha Hauer wrote:
> Hi Ian,
>
> On Wed, Jan 28, 2015 at 12:08:19PM +0000, Ian Molton wrote:
>> Hi,
>>
>> Can anyone tell me where best to follow / contribute to *mainline* kernel based imx6 graphics stuff?
>>
>> I'm currently running a 3.19-rc kernel with imx6 drm (fbdev emulation) and it works, but I'm seeing segfaults from Xfbdev.
>>
>> Presumably, theres a proper DRM/DRI X driver to go with the kernel bits?
>
> There is the xf86modesetting driver:
>
> http://cgit.freedesktop.org/xorg/driver/xf86-video-modesetting/
>
> There's no dedicated i.MX X driver that works with imx-drm.

Im not currently "up" on how the whole stack works - is this driver generic to anything using kms? do I still need fbdev?

Is there a good overview of things, particularly wrt. imx6?

-Ian

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

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

* Re: imx6 DRI/DRM
  2015-01-28 12:56   ` Ian Molton
@ 2015-01-28 13:09     ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2015-01-28 13:09 UTC (permalink / raw)
  To: Ian Molton; +Cc: dri-devel

On Wed, Jan 28, 2015 at 12:56:06PM +0000, Ian Molton wrote:
> On 28/01/15 12:52, Sascha Hauer wrote:
> >Hi Ian,
> >
> >On Wed, Jan 28, 2015 at 12:08:19PM +0000, Ian Molton wrote:
> >>Hi,
> >>
> >>Can anyone tell me where best to follow / contribute to *mainline* kernel based imx6 graphics stuff?
> >>
> >>I'm currently running a 3.19-rc kernel with imx6 drm (fbdev emulation) and it works, but I'm seeing segfaults from Xfbdev.
> >>
> >>Presumably, theres a proper DRM/DRI X driver to go with the kernel bits?
> >
> >There is the xf86modesetting driver:
> >
> >http://cgit.freedesktop.org/xorg/driver/xf86-video-modesetting/
> >
> >There's no dedicated i.MX X driver that works with imx-drm.
> 
> Im not currently "up" on how the whole stack works - is this driver generic to anything using kms? do I still need fbdev?

The xf86modesetting driver should work with any kms driver (though it's
been some time since I last tested it with imx-drm)
You won't need fbdev, but without it the kernel does not activate the
display during boot, so it will just stay dark until X starts.

> 
> Is there a good overview of things, particularly wrt. imx6?

Not that I know of, at least there's no i.MX specific drm documentation.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-01-28 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 12:08 imx6 DRI/DRM Ian Molton
2015-01-28 12:52 ` Sascha Hauer
2015-01-28 12:56   ` Ian Molton
2015-01-28 13:09     ` Sascha Hauer

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.