Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367560
| From | Emil Velikov <emil.l.velikov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH v1 0/4] Add Rockchip RGA support |
| Date | 2016-03-30 22:10 +0200 |
| Message-ID | <riuBe-28V-49@gated-at.bofh.it> (permalink) |
| References | <rf4tz-3Cm-5@gated-at.bofh.it> <rhNcR-4Bg-1@gated-at.bofh.it> <rhNwe-509-7@gated-at.bofh.it> <rhNFT-53u-5@gated-at.bofh.it> <ri1IU-6LW-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 29 March 2016 at 14:13, Emil Velikov <emil.l.velikov@gmail.com> wrote: > On 28 March 2016 at 23:13, Heiko Stübner <heiko@sntech.de> wrote: > >> I have the feeling we're going quite a bit off-topic right now :-) . >> The binary-driver-crazyness, hasn't really anything to do with Yakir's support >> for the RGA (which is about raster-graphics-acceleration, so 2d stuff). >> >> And me mentioning the armsoc-ddx was merely a means to allow some sort of >> different userspace user, as requested in your original mail ;-) . >> > Seems like I forgot to state the obvious - for all the reasons > mentioned, the armsoc ddx seems like a bad example. > >> Maybe you know a better use-case on where to demonstrate the viability of the >> userspace API for it as originally requested. > I'm afraid that my RockChip-foo is extremely limited. Perhaps the > actual user of these should be mentioned ? xf86-video-rockhip (is > there one ?) or any other effort/project that lacks some (all?) of the > criticism listed. > > (Sort of) the bottom line - either reuse the existing interfaces or > provide an approved, full blown userspace (libdrm demos/programs do > not count) that uses the new interfaces. > > I haven't made these rules, just a fool^Wguy that repeats them so that > people don't abuse them much. If in doubt check with Dave and Daniel V > - they had enough repeating these. > I can see how my earlier response may have been come across/interpreted as aggressive and/or demanding. Apologies anyone got upset/annoyed. Let me try in another light - if you guys are willing to have xf86-video-rockchip or keep track of/co-maintain armsoc, pretty much everyone will be over the moon. Personally I'd opt for the former, taking the modesetting (the one in the xserver tree) as a base - it has all the cool new bits ;-) Regards, Emil
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH v1 0/4] Add Rockchip RGA support Yakir Yang <ykk@rock-chips.com> - 2016-03-21 10:40 +0100
[RFC PATCH v1 3/4] ARM: dts: rockchip: add RGA device node for RK3288 Yakir Yang <ykk@rock-chips.com> - 2016-03-21 10:50 +0100
[RFC PATCH v1 4/4] ARM: dst: rockchip: enable RGA support on veyron devices Yakir Yang <ykk@rock-chips.com> - 2016-03-21 10:50 +0100
[RFC PATCH v1 1/4] drm: rockchip: add a common subdrv interfaces Yakir Yang <ykk@rock-chips.com> - 2016-03-21 10:50 +0100
[RFC PATCH v1 2/4] drm: rockchip: add RGA driver support Yakir Yang <ykk@rock-chips.com> - 2016-03-21 10:50 +0100
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Heiko Stübner <heiko@sntech.de> - 2016-03-21 12:40 +0100
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Yakir Yang <ykk@rock-chips.com> - 2016-03-21 13:20 +0100
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Heiko Stuebner <heiko@sntech.de> - 2016-03-22 01:50 +0100
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Yakir Yang <ykk@rock-chips.com> - 2016-03-22 03:20 +0100
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Emil Velikov <emil.l.velikov@gmail.com> - 2016-03-28 14:30 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Heiko Stübner <heiko@sntech.de> - 2016-03-28 20:50 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Emil Velikov <emil.l.velikov@gmail.com> - 2016-03-28 23:40 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Heiko Stübner <heiko@sntech.de> - 2016-03-28 23:50 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Emil Velikov <emil.l.velikov@gmail.com> - 2016-03-29 00:10 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Heiko Stübner <heiko@sntech.de> - 2016-03-29 00:20 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Emil Velikov <emil.l.velikov@gmail.com> - 2016-03-29 15:20 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Emil Velikov <emil.l.velikov@gmail.com> - 2016-03-30 22:10 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Yakir Yang <ykk@rock-chips.com> - 2016-03-29 13:20 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Heiko Stübner <heiko@sntech.de> - 2016-03-29 13:50 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Yakir Yang <ykk@rock-chips.com> - 2016-03-29 13:50 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Emil Velikov <emil.l.velikov@gmail.com> - 2016-03-29 15:30 +0200
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Andreas Färber <afaerber@suse.de> - 2016-03-22 11:30 +0100
Re: [RFC PATCH v1 0/4] Add Rockchip RGA support Yakir Yang <ykk@rock-chips.com> - 2016-03-29 13:50 +0200
csiph-web