* Questions about simplefb and hand-over @ 2015-04-03 8:57 Johannes Pointner [not found] ` <CAJKbBDCCU5zBAFLf_KH-nYLzJYbAU9S9z6Jfe8F3w5SY+-ZCuQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Johannes Pointner @ 2015-04-03 8:57 UTC (permalink / raw) To: linux-fbdev-u79uwXL29TY76Z2rM5mHXA, Hans de Goede, devicetree Hello all, I'd like to use the simplefb in combination with tilcdc drm driver with a TI AM335x processor. I got the u-boot to simplefb part working, but I'm not sure how to do the hand-over part. Is it yet possible to do that? Does the tilcdc drm driver need additional functionality to support that? Or are there other things I have to take into account? Any suggestions would be highly appreciated! Thanks in Advance, Hannes -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <CAJKbBDCCU5zBAFLf_KH-nYLzJYbAU9S9z6Jfe8F3w5SY+-ZCuQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Questions about simplefb and hand-over [not found] ` <CAJKbBDCCU5zBAFLf_KH-nYLzJYbAU9S9z6Jfe8F3w5SY+-ZCuQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2015-04-03 9:02 ` Hans de Goede [not found] ` <551E5715.90600-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Hans de Goede @ 2015-04-03 9:02 UTC (permalink / raw) To: Johannes Pointner, linux-fbdev-u79uwXL29TY76Z2rM5mHXA, devicetree, David Herrmann Hi, On 03-04-15 10:57, Johannes Pointner wrote: > Hello all, > > I'd like to use the simplefb in combination with tilcdc drm driver > with a TI AM335x processor. I got the u-boot to simplefb part working, > but I'm not sure how to do the hand-over part. > > Is it yet possible to do that? Does the tilcdc drm driver need > additional functionality to support that? Or are there other things I > have to take into account? > > Any suggestions would be highly appreciated! There is a remove_conflicting_framebuffers call which is already used on x86 to remove e.g. efifb when a kms driver loads, the plan for simplefb / arm is to do the same. That is where we stand now, we've a plan but you're the first person to actually try this. Note that you may want to use simpledrm by David Herrmann (added to the Cc) instead of simplefb as that will give you a kms driver right from the start, simpledrm is not yet upstream but should go upstream soon. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <551E5715.90600-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: Questions about simplefb and hand-over [not found] ` <551E5715.90600-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2015-04-08 7:24 ` Johannes Pointner [not found] ` <CAJKbBDD_DQS2DkwMa04ijdOCE4+g-bvw=TWcZDwYJgXfB2xH1Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Johannes Pointner @ 2015-04-08 7:24 UTC (permalink / raw) To: Hans de Goede Cc: linux-fbdev-u79uwXL29TY76Z2rM5mHXA, devicetree, David Herrmann Hello, thank you for your reply. I will take a look at the x86 code and at the function you mentioned. Do you know where the simpledrm is hosted, because I would like to take look at it too. Thanks, Hannes 2015-04-03 11:02 GMT+02:00 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>: > Hi, > > > On 03-04-15 10:57, Johannes Pointner wrote: >> >> Hello all, >> >> I'd like to use the simplefb in combination with tilcdc drm driver >> with a TI AM335x processor. I got the u-boot to simplefb part working, >> but I'm not sure how to do the hand-over part. >> >> Is it yet possible to do that? Does the tilcdc drm driver need >> additional functionality to support that? Or are there other things I >> have to take into account? >> >> Any suggestions would be highly appreciated! > > > There is a remove_conflicting_framebuffers call which is already used > on x86 to remove e.g. efifb when a kms driver loads, the plan for > simplefb / arm is to do the same. That is where we stand now, we've > a plan but you're the first person to actually try this. > > Note that you may want to use simpledrm by David Herrmann (added to the > Cc) instead of simplefb as that will give you a kms driver right from > the start, simpledrm is not yet upstream but should go upstream soon. > > Regards, > > Hans > > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <CAJKbBDD_DQS2DkwMa04ijdOCE4+g-bvw=TWcZDwYJgXfB2xH1Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Questions about simplefb and hand-over [not found] ` <CAJKbBDD_DQS2DkwMa04ijdOCE4+g-bvw=TWcZDwYJgXfB2xH1Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2015-04-08 7:30 ` Hans de Goede [not found] ` <5524D92B.4040408-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Hans de Goede @ 2015-04-08 7:30 UTC (permalink / raw) To: Johannes Pointner Cc: linux-fbdev-u79uwXL29TY76Z2rM5mHXA, devicetree, David Herrmann Hi, On 08-04-15 09:24, Johannes Pointner wrote: > Hello, > > thank you for your reply. > I will take a look at the x86 code and at the function you mentioned. > > Do you know where the simpledrm is hosted, because I would like to > take look at it too. David Herrmann (in the Cc) is the best person to answer that, I think he needs to rebase on it on the latest upstream kernel. David ? Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <5524D92B.4040408-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: Questions about simplefb and hand-over [not found] ` <5524D92B.4040408-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2015-04-08 8:32 ` David Herrmann 0 siblings, 0 replies; 5+ messages in thread From: David Herrmann @ 2015-04-08 8:32 UTC (permalink / raw) To: Hans de Goede Cc: Johannes Pointner, linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree Hi On Wed, Apr 8, 2015 at 9:30 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: > Hi, > > On 08-04-15 09:24, Johannes Pointner wrote: >> >> Hello, >> >> thank you for your reply. >> I will take a look at the x86 code and at the function you mentioned. >> >> Do you know where the simpledrm is hosted, because I would like to >> take look at it too. > > > David Herrmann (in the Cc) is the best person to answer that, I > think he needs to rebase on it on the latest upstream kernel. > > David ? http://cgit.freedesktop.org/~dvdhrm/linux/log/?h=simpledrm I should _definitely_ revive that. My TODO list does get shorter, so lets see whether I can find some spare time for it. Please note that you can use remove_conflicting_framebuffers() with simplefb just fine. No reason to wait for simpledrm (except that it's way cooler!). Once I push the patches, I will convert remove_conflicting_framebuffers() to work just fine, and simpledrm will take-over all simplefb devices seamlessly. Thanks David -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-04-08 8:32 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-04-03 8:57 Questions about simplefb and hand-over Johannes Pointner [not found] ` <CAJKbBDCCU5zBAFLf_KH-nYLzJYbAU9S9z6Jfe8F3w5SY+-ZCuQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2015-04-03 9:02 ` Hans de Goede [not found] ` <551E5715.90600-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2015-04-08 7:24 ` Johannes Pointner [not found] ` <CAJKbBDD_DQS2DkwMa04ijdOCE4+g-bvw=TWcZDwYJgXfB2xH1Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2015-04-08 7:30 ` Hans de Goede [not found] ` <5524D92B.4040408-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2015-04-08 8:32 ` David Herrmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).