From: Thierry Reding <thierry.reding@gmail.com>
To: David Herrmann <dh.herrmann@gmail.com>
Cc: "linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
linux-kernel <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
Ingo Molnar <mingo@kernel.org>
Subject: Re: [PATCH 00/11] SimpleDRM & Sysfb
Date: Fri, 21 Feb 2014 09:56:07 +0000 [thread overview]
Message-ID: <20140221095604.GI22574@ulmo.nvidia.com> (raw)
In-Reply-To: <CANq1E4S=+ixMQRMfX2-DXh3ZDO0jNAdWrUe6=z9aTdOSfR-SDA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1908 bytes --]
On Mon, Jan 27, 2014 at 11:18:51PM +0100, David Herrmann wrote:
> Hi
>
> On Thu, Jan 23, 2014 at 3:14 PM, David Herrmann <dh.herrmann@gmail.com> wrote:
> > Hi
> >
> > Another round of SimpleDRM patches. I somehow lost track of the last ones and as
> > this is a major rewrite, I'll just start at v1 again.
> >
> > Some comments up-front:
> >
> > - @Ingo: Patch #1 and #2 are unchanged from the previous ML discussions. I
> > included them in this series as the other patches depend on them. Could you
> > pick them up for the x86 tree? The other 9 patches won't make it in 3.14 so
> > no reason to put them through the DRM tree.
> > All mentioned issues should be addressed. If there's still sth missing,
> > please let me know.
> >
> > - The DRM patches depend on my "DRM Anonymous Inode" patches. But it should be
> > trivial to apply them on drm-next (I think only one line needs to be changed:
> > i_mapping => dev_mapping).
> >
> > - I tested the SimpleDRM fbdev fallback with linux-console+Xorg and it works
> > fine. The DRM backend is only tested with some DRM tests I have locally. I
> > have no idea how to make Xorg pick up a specific /dev/dri/card0 card. It
> > always tells me "no screens found" (as the underlying device is not marked as
> > boot_vga..). If someone knows how to tell Xorg to use card0, I'd gladly test
> > this. But I'm no longer used to writing xorg.confs..
>
> For completeness, I tested this with Xorg+xf86-video-modesetting and
> it works just fine. The xorg.conf I used can be found below. If this
> driver gets upstreamed, I will try to make the X11 auto-loader detect
> it just like any other platform-device.
I recently posted patches[0] to the xorg-devel mailing list that I think
should solve that issue.
Thierry
[0]: http://lists.x.org/archives/xorg-devel/2014-February/040568.html
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: David Herrmann <dh.herrmann@gmail.com>
Cc: "linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
linux-kernel <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
Ingo Molnar <mingo@kernel.org>
Subject: Re: [PATCH 00/11] SimpleDRM & Sysfb
Date: Fri, 21 Feb 2014 10:56:07 +0100 [thread overview]
Message-ID: <20140221095604.GI22574@ulmo.nvidia.com> (raw)
In-Reply-To: <CANq1E4S=+ixMQRMfX2-DXh3ZDO0jNAdWrUe6=z9aTdOSfR-SDA@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1908 bytes --]
On Mon, Jan 27, 2014 at 11:18:51PM +0100, David Herrmann wrote:
> Hi
>
> On Thu, Jan 23, 2014 at 3:14 PM, David Herrmann <dh.herrmann@gmail.com> wrote:
> > Hi
> >
> > Another round of SimpleDRM patches. I somehow lost track of the last ones and as
> > this is a major rewrite, I'll just start at v1 again.
> >
> > Some comments up-front:
> >
> > - @Ingo: Patch #1 and #2 are unchanged from the previous ML discussions. I
> > included them in this series as the other patches depend on them. Could you
> > pick them up for the x86 tree? The other 9 patches won't make it in 3.14 so
> > no reason to put them through the DRM tree.
> > All mentioned issues should be addressed. If there's still sth missing,
> > please let me know.
> >
> > - The DRM patches depend on my "DRM Anonymous Inode" patches. But it should be
> > trivial to apply them on drm-next (I think only one line needs to be changed:
> > i_mapping => dev_mapping).
> >
> > - I tested the SimpleDRM fbdev fallback with linux-console+Xorg and it works
> > fine. The DRM backend is only tested with some DRM tests I have locally. I
> > have no idea how to make Xorg pick up a specific /dev/dri/card0 card. It
> > always tells me "no screens found" (as the underlying device is not marked as
> > boot_vga..). If someone knows how to tell Xorg to use card0, I'd gladly test
> > this. But I'm no longer used to writing xorg.confs..
>
> For completeness, I tested this with Xorg+xf86-video-modesetting and
> it works just fine. The xorg.conf I used can be found below. If this
> driver gets upstreamed, I will try to make the X11 auto-loader detect
> it just like any other platform-device.
I recently posted patches[0] to the xorg-devel mailing list that I think
should solve that issue.
Thierry
[0]: http://lists.x.org/archives/xorg-devel/2014-February/040568.html
[-- Attachment #1.2: Type: application/pgp-signature, Size: 836 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
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: David Herrmann <dh.herrmann@gmail.com>
Cc: "dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
linux-kernel <linux-kernel@vger.kernel.org>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
Ingo Molnar <mingo@kernel.org>
Subject: Re: [PATCH 00/11] SimpleDRM & Sysfb
Date: Fri, 21 Feb 2014 10:56:07 +0100 [thread overview]
Message-ID: <20140221095604.GI22574@ulmo.nvidia.com> (raw)
In-Reply-To: <CANq1E4S=+ixMQRMfX2-DXh3ZDO0jNAdWrUe6=z9aTdOSfR-SDA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1908 bytes --]
On Mon, Jan 27, 2014 at 11:18:51PM +0100, David Herrmann wrote:
> Hi
>
> On Thu, Jan 23, 2014 at 3:14 PM, David Herrmann <dh.herrmann@gmail.com> wrote:
> > Hi
> >
> > Another round of SimpleDRM patches. I somehow lost track of the last ones and as
> > this is a major rewrite, I'll just start at v1 again.
> >
> > Some comments up-front:
> >
> > - @Ingo: Patch #1 and #2 are unchanged from the previous ML discussions. I
> > included them in this series as the other patches depend on them. Could you
> > pick them up for the x86 tree? The other 9 patches won't make it in 3.14 so
> > no reason to put them through the DRM tree.
> > All mentioned issues should be addressed. If there's still sth missing,
> > please let me know.
> >
> > - The DRM patches depend on my "DRM Anonymous Inode" patches. But it should be
> > trivial to apply them on drm-next (I think only one line needs to be changed:
> > i_mapping => dev_mapping).
> >
> > - I tested the SimpleDRM fbdev fallback with linux-console+Xorg and it works
> > fine. The DRM backend is only tested with some DRM tests I have locally. I
> > have no idea how to make Xorg pick up a specific /dev/dri/card0 card. It
> > always tells me "no screens found" (as the underlying device is not marked as
> > boot_vga..). If someone knows how to tell Xorg to use card0, I'd gladly test
> > this. But I'm no longer used to writing xorg.confs..
>
> For completeness, I tested this with Xorg+xf86-video-modesetting and
> it works just fine. The xorg.conf I used can be found below. If this
> driver gets upstreamed, I will try to make the X11 auto-loader detect
> it just like any other platform-device.
I recently posted patches[0] to the xorg-devel mailing list that I think
should solve that issue.
Thierry
[0]: http://lists.x.org/archives/xorg-devel/2014-February/040568.html
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-02-21 9:56 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 14:14 [PATCH 00/11] SimpleDRM & Sysfb David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` [PATCH 01/11] x86: sysfb: fool-proof CONFIG_X86_SYSFB David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` [PATCH 02/11] x86: sysfb: remove sysfb when probing real hw David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 16:51 ` Ingo Molnar
2014-01-23 16:51 ` Ingo Molnar
2014-01-23 17:07 ` David Herrmann
2014-01-23 17:07 ` David Herrmann
2014-01-23 17:07 ` David Herrmann
2014-01-23 17:14 ` Ingo Molnar
2014-01-23 17:14 ` Ingo Molnar
2014-01-23 19:09 ` David Herrmann
2014-01-23 19:09 ` David Herrmann
2014-01-23 19:09 ` David Herrmann
2014-01-24 10:16 ` Ingo Molnar
2014-01-24 10:16 ` Ingo Molnar
2014-01-23 14:14 ` [PATCH 03/11] fbdev: efifb: add dev->remove() callback David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` [PATCH 04/11] fbdev: vesafb: " David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` [PATCH 05/11] x86: sysfb: store apertures in simplefb platform-data David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` [PATCH 06/11] video: sysfb: add generic firmware-fb interface David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:14 ` [PATCH 07/11] drm: mgag200: remove redundant fbdev removal David Herrmann
2014-01-23 14:14 ` David Herrmann
2014-01-23 14:15 ` [PATCH 08/11] drm/i915: remove sysfbs early David Herrmann
2014-01-23 14:15 ` David Herrmann
2014-01-23 14:15 ` [PATCH 09/11] drm: add SimpleDRM driver David Herrmann
2014-01-23 14:15 ` David Herrmann
2014-01-23 14:15 ` [PATCH 10/11] drm: simpledrm: add fbdev fallback support David Herrmann
2014-01-23 14:15 ` David Herrmann
2014-01-23 14:15 ` David Herrmann
2014-01-23 14:15 ` [PATCH 11/11] x86/sysfb: allow sysfb+simpledrm combination David Herrmann
2014-01-23 14:15 ` David Herrmann
2014-01-23 14:15 ` David Herrmann
2014-01-27 22:18 ` [PATCH 00/11] SimpleDRM & Sysfb David Herrmann
2014-01-27 22:18 ` David Herrmann
2014-01-27 22:18 ` David Herrmann
2014-02-21 9:56 ` Thierry Reding [this message]
2014-02-21 9:56 ` Thierry Reding
2014-02-21 9:56 ` Thierry Reding
2014-03-03 10:12 ` Tomi Valkeinen
2014-03-03 10:12 ` Tomi Valkeinen
2014-03-03 10:12 ` Tomi Valkeinen
2014-03-03 10:29 ` David Herrmann
2014-03-03 10:29 ` David Herrmann
2014-03-03 10:29 ` David Herrmann
2014-03-03 10:45 ` Tomi Valkeinen
2014-03-03 10:45 ` Tomi Valkeinen
2014-03-03 11:09 ` David Herrmann
2014-03-03 11:09 ` David Herrmann
2014-03-03 11:09 ` David Herrmann
2014-03-03 11:22 ` Tomi Valkeinen
2014-03-03 11:22 ` Tomi Valkeinen
2014-03-06 12:16 ` David Herrmann
2014-03-06 12:16 ` David Herrmann
2014-03-06 12:16 ` David Herrmann
2014-03-07 12:44 ` Tomi Valkeinen
2014-03-07 12:44 ` Tomi Valkeinen
2014-03-07 13:05 ` David Herrmann
2014-03-07 13:05 ` David Herrmann
2014-03-07 13:05 ` David Herrmann
2014-03-07 13:52 ` Tomi Valkeinen
2014-03-07 13:52 ` Tomi Valkeinen
2014-03-07 14:06 ` David Herrmann
2014-03-07 14:06 ` David Herrmann
2014-03-07 14:06 ` David Herrmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140221095604.GI22574@ulmo.nvidia.com \
--to=thierry.reding@gmail.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dh.herrmann@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.