* [RPC 0/21] DRM: Add VIA DRM driver
@ 2013-06-08 16:42 James Simmons
2013-06-10 13:31 ` Konrad Rzeszutek Wilk
2013-06-10 23:10 ` Dave Airlie
0 siblings, 2 replies; 4+ messages in thread
From: James Simmons @ 2013-06-08 16:42 UTC (permalink / raw)
To: DRI development list; +Cc: OpenChrome Development
Hello
Here is the first run at inspection of the VIA openchrome dri
driver. Now that the Xorg driver has been out over a year with KMS support
most people should be able to use this feature. The driver is totaly
complete but we wanted to merge it so people with newer hardware that has
HDMI/DVI-D support can be able to run X windows. Your xorg driver does not
implement HDMI/DVI in UMS mode and we don't have the resources to do this
work. Basic TTM/GEM is supported but currently you can't run any
acceleration with the command queue. Over the next 6 months this should be
implemented. Thank you.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RPC 0/21] DRM: Add VIA DRM driver
2013-06-08 16:42 [RPC 0/21] DRM: Add VIA DRM driver James Simmons
@ 2013-06-10 13:31 ` Konrad Rzeszutek Wilk
2013-06-10 14:58 ` Daniel Vetter
2013-06-10 23:10 ` Dave Airlie
1 sibling, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-06-10 13:31 UTC (permalink / raw)
To: James Simmons; +Cc: OpenChrome Development, DRI development list
On Sat, Jun 08, 2013 at 05:42:20PM +0100, James Simmons wrote:
>
> Hello
>
> Here is the first run at inspection of the VIA openchrome dri
> driver. Now that the Xorg driver has been out over a year with KMS support
> most people should be able to use this feature. The driver is totaly
> complete but we wanted to merge it so people with newer hardware that has
> HDMI/DVI-D support can be able to run X windows. Your xorg driver does not
> implement HDMI/DVI in UMS mode and we don't have the resources to do this
> work. Basic TTM/GEM is supported but currently you can't run any
> acceleration with the command queue. Over the next 6 months this should be
> implemented. Thank you.
Hey James,
I am not entirely sure what happend but it looks like you are using
Alpine mailer to send out the patches. The sad end result is that
all of the patches have the "DRM: Add VIA DRM driver" title instead
of the more appropiate title within the email.
Could you repost them with 'git send-email' please?
This link http://kernelnewbies.org/OPWfirstpatch
at the "Submit a patch" section has an excellent tutorial on how
to use different mailers. The "Setup your tools" has a nice
tutorial on .gitconfig setup. If you would like to use
me as test subject and send emails to me before the mailing list
please do.
I usually have this in my .gitconfig file:
[konrad@build-external ~]$ more .gitconfig
[user]
name = Konrad Rzeszutek Wilk
email = konrad.wilk@oracle.com
signingkey = F1DB09BF
[color]
branch = true
diff = true
[sendemail]
smtpserver = smtp.gmail.com
smtpserverport = 587
smtpencryption = tls
smtpuser = ketuzsezr@gmail.com
and for sending emails to myself I do:
konrad@phenom:~/linux$ git format-patch --subject-prefix="v4" HEAD^^..
0001-xen-ring-Add-a-new-macro-to-detect-whether-there-is-.patch
0002-xen-blkback-Check-for-insane-amounts-of-request-on-t.patch
then:
konrad@phenom:~/linux: git send-email --suppress-cc=all --to konrad@kernel.org --compose --annotate --subject "[PATCH v4] Safety harness for the block driver." *.patch
edit in vim the changes, look over all of the patches, and then send.
Lastly, is there a git tree with these patches so that one may
just in one swoop test them out?
Thanks!
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RPC 0/21] DRM: Add VIA DRM driver
2013-06-10 13:31 ` Konrad Rzeszutek Wilk
@ 2013-06-10 14:58 ` Daniel Vetter
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2013-06-10 14:58 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: OpenChrome Development, DRI development list
On Mon, Jun 10, 2013 at 09:31:38AM -0400, Konrad Rzeszutek Wilk wrote:
> On Sat, Jun 08, 2013 at 05:42:20PM +0100, James Simmons wrote:
> >
> > Hello
> >
> > Here is the first run at inspection of the VIA openchrome dri
> > driver. Now that the Xorg driver has been out over a year with KMS support
> > most people should be able to use this feature. The driver is totaly
> > complete but we wanted to merge it so people with newer hardware that has
> > HDMI/DVI-D support can be able to run X windows. Your xorg driver does not
> > implement HDMI/DVI in UMS mode and we don't have the resources to do this
> > work. Basic TTM/GEM is supported but currently you can't run any
> > acceleration with the command queue. Over the next 6 months this should be
> > implemented. Thank you.
>
> Hey James,
>
> I am not entirely sure what happend but it looks like you are using
> Alpine mailer to send out the patches. The sad end result is that
> all of the patches have the "DRM: Add VIA DRM driver" title instead
> of the more appropiate title within the email.
At least in my mutt here the threading also seems to be broken ...
-Daniel
>
> Could you repost them with 'git send-email' please?
>
> This link http://kernelnewbies.org/OPWfirstpatch
> at the "Submit a patch" section has an excellent tutorial on how
> to use different mailers. The "Setup your tools" has a nice
> tutorial on .gitconfig setup. If you would like to use
> me as test subject and send emails to me before the mailing list
> please do.
>
> I usually have this in my .gitconfig file:
>
> [konrad@build-external ~]$ more .gitconfig
> [user]
> name = Konrad Rzeszutek Wilk
> email = konrad.wilk@oracle.com
> signingkey = F1DB09BF
> [color]
> branch = true
> diff = true
> [sendemail]
> smtpserver = smtp.gmail.com
> smtpserverport = 587
> smtpencryption = tls
> smtpuser = ketuzsezr@gmail.com
>
> and for sending emails to myself I do:
>
> konrad@phenom:~/linux$ git format-patch --subject-prefix="v4" HEAD^^..
> 0001-xen-ring-Add-a-new-macro-to-detect-whether-there-is-.patch
> 0002-xen-blkback-Check-for-insane-amounts-of-request-on-t.patch
>
> then:
> konrad@phenom:~/linux: git send-email --suppress-cc=all --to konrad@kernel.org --compose --annotate --subject "[PATCH v4] Safety harness for the block driver." *.patch
>
> edit in vim the changes, look over all of the patches, and then send.
>
> Lastly, is there a git tree with these patches so that one may
> just in one swoop test them out?
>
> Thanks!
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RPC 0/21] DRM: Add VIA DRM driver
2013-06-08 16:42 [RPC 0/21] DRM: Add VIA DRM driver James Simmons
2013-06-10 13:31 ` Konrad Rzeszutek Wilk
@ 2013-06-10 23:10 ` Dave Airlie
1 sibling, 0 replies; 4+ messages in thread
From: Dave Airlie @ 2013-06-10 23:10 UTC (permalink / raw)
To: James Simmons; +Cc: OpenChrome Development, DRI development list
>
> Here is the first run at inspection of the VIA openchrome dri
> driver. Now that the Xorg driver has been out over a year with KMS support
> most people should be able to use this feature. The driver is totaly
Just FYI this is a really bad idea, don't go releasing userspace code that uses
interfaces for kernel code that hasn't been merged.
I'm not going to accept already existing userspace code as a reason to not fix
bugs in the interface. Now I'll go find those bugs.
Dave.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-10 23:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 16:42 [RPC 0/21] DRM: Add VIA DRM driver James Simmons
2013-06-10 13:31 ` Konrad Rzeszutek Wilk
2013-06-10 14:58 ` Daniel Vetter
2013-06-10 23:10 ` Dave Airlie
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.