From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 5F4AA21E35 for ; Mon, 12 Aug 2024 03:40:57 +0200 (CEST) Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Sun Aug 11 21:39:21 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1723426755; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iieH4bXMDjDZrPWkjVpuwE7W8J+Tgb6L1tpBJ19XrLc=; b=sAwLHRIDeR81T+6DXH01cXzF2swKzQ8oi9KJ8CoUZf0c2M1n5ilaVIiZekTgTG/wLYQzOG 52jVPQ2hDJZmtWJd1q9RApL5sHVw3cIzoXEh9yUTXoNjDHNnTiYZ9fUpCd88Fjl3VLHS8m n0L6MTl/FBPoM6Gqji6MwmPNQIlWyAw= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 2ac78114 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Sun, 11 Aug 2024 18:39:14 -0700 (PDT) Date: Mon, 12 Aug 2024 10:39:18 +0900 (GMT+09:00) From: qwx@sciops.net To: 9front@9front.org Message-ID: <3e116172-f4bc-4aa0-a6dd-ae07cb852127@sciops.net> In-Reply-To: References: <260DA7F8-1286-4978-BF15-06DE89275D27@ecloud.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <3e116172-f4bc-4aa0-a6dd-ae07cb852127@sciops.net> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: element JSON over XMPP component base standard Subject: Re: [9front] zynq Reply-To: 9front@9front.org Precedence: bulk Aug 11, 2024 23:10:03 Rodrigo G. L=C3=B3pez : > hi, > > iirc aiju implemented 2D drawing to be used with hwdraw(2), but i never g= ot the chance to get my hands at one of the boards :S > > > -rodri > > > On August 11, 2024 1:39:19 PM UTC, lists wrote: >> =EF=BB=BFDid anyone do anything interesting with the FPGA? The dual-lane displayport output is done via the fpga [1]. I've used it as a graphical terminal for a while.=C2=A0 SATA and sound were also to be implemented through the fpga but to my knowledge there are no working implementations. Example usage: [2]; the fpga is programmed via /dev/pl, a fixed segment is reserved, then a C program (here `run') does the actual modesetting.=C2=A0 iirc 'fixed' segments are a 9front addition done in part for this. Cheers, qwx [1] https://github.com/aiju/dport [2] http://shithub.us/qwx/rc/HEAD/bin/dp/raw