* GMA3150
@ 2012-09-04 13:41 Luca Ellero
2012-09-04 13:56 ` GMA3150 Adam Jackson
0 siblings, 1 reply; 5+ messages in thread
From: Luca Ellero @ 2012-09-04 13:41 UTC (permalink / raw)
To: Intel-gfx
Hi everybody,
I've read this page:
http://intellinuxgraphics.org/documentation.html
and found a lot of interesting docs on various chipsets. But I'm
interested on GMA3150 (found for example on Atom processor D450
LunaPier) and I cannot find datasheets about it.
Can someone please tell me where can I find such docs or maybe if I can
refer to other chipsets that are similar (maybe GM965).
thanks in advance
Luke
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GMA3150
2012-09-04 13:41 GMA3150 Luca Ellero
@ 2012-09-04 13:56 ` Adam Jackson
2012-09-05 6:43 ` GMA3150 Luca Ellero
0 siblings, 1 reply; 5+ messages in thread
From: Adam Jackson @ 2012-09-04 13:56 UTC (permalink / raw)
To: Luca Ellero; +Cc: Intel-gfx
On 9/4/12 9:41 AM, Luca Ellero wrote:
> I've read this page:
>
> http://intellinuxgraphics.org/documentation.html
>
> and found a lot of interesting docs on various chipsets. But I'm
> interested on GMA3150 (found for example on Atom processor D450
> LunaPier) and I cannot find datasheets about it.
> Can someone please tell me where can I find such docs or maybe if I can
> refer to other chipsets that are similar (maybe GM965).
The 3150 is a gen3 part, like the 915 and 945. Intel has not publicly
released any programming documentation for GPU generations older than
gen4 (ie, 965).
- ajax
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GMA3150
2012-09-04 13:56 ` GMA3150 Adam Jackson
@ 2012-09-05 6:43 ` Luca Ellero
2012-09-05 13:28 ` GMA3150 Adam Jackson
0 siblings, 1 reply; 5+ messages in thread
From: Luca Ellero @ 2012-09-05 6:43 UTC (permalink / raw)
To: Adam Jackson; +Cc: Intel-gfx
On 04/09/2012 15.56, Adam Jackson wrote:
> On 9/4/12 9:41 AM, Luca Ellero wrote:
>
>> I've read this page:
>>
>> http://intellinuxgraphics.org/documentation.html
>>
>> and found a lot of interesting docs on various chipsets. But I'm
>> interested on GMA3150 (found for example on Atom processor D450
>> LunaPier) and I cannot find datasheets about it.
>> Can someone please tell me where can I find such docs or maybe if I can
>> refer to other chipsets that are similar (maybe GM965).
>
> The 3150 is a gen3 part, like the 915 and 945. Intel has not publicly
> released any programming documentation for GPU generations older than
> gen4 (ie, 965).
>
> - ajax
Hi Adam,
thank you for your quick reply.
Anyway, if you don't mind I would like to ask you two more questions then:
1) does this mean that I can't use Open Source Graphics Drivers for GMA3150?
2) if this is not true and Intel has not publicly released any
programming documentation for GMA3150, who and how are this drivers
written? By reading source code can we understand how GMA3150 works?
Thanks again
regards
Luke
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GMA3150
2012-09-05 6:43 ` GMA3150 Luca Ellero
@ 2012-09-05 13:28 ` Adam Jackson
2012-09-05 14:38 ` GMA3150 Luca Ellero
0 siblings, 1 reply; 5+ messages in thread
From: Adam Jackson @ 2012-09-05 13:28 UTC (permalink / raw)
To: Luca Ellero; +Cc: Intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 837 bytes --]
On Wed, 2012-09-05 at 08:43 +0200, Luca Ellero wrote:
> Hi Adam,
> thank you for your quick reply.
> Anyway, if you don't mind I would like to ask you two more questions then:
>
> 1) does this mean that I can't use Open Source Graphics Drivers for GMA3150?
Incorrect. The GMA3150 is supported by open drivers.
> 2) if this is not true and Intel has not publicly released any
> programming documentation for GMA3150, who and how are this drivers
> written? By reading source code can we understand how GMA3150 works?
The gen3 support was originally written by Tungsten Graphics under
contract with Intel (with NDA documentation), and is currently
maintained by Intel directly. It's quite readable, as drivers go. In
many cases reading the code is more enlightening than reading
documentation anyway.
- ajax
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GMA3150
2012-09-05 13:28 ` GMA3150 Adam Jackson
@ 2012-09-05 14:38 ` Luca Ellero
0 siblings, 0 replies; 5+ messages in thread
From: Luca Ellero @ 2012-09-05 14:38 UTC (permalink / raw)
To: Adam Jackson; +Cc: Intel-gfx
On 05/09/2012 15.28, Adam Jackson wrote:
> On Wed, 2012-09-05 at 08:43 +0200, Luca Ellero wrote:
>
>> Hi Adam,
>> thank you for your quick reply.
>> Anyway, if you don't mind I would like to ask you two more questions then:
>>
>> 1) does this mean that I can't use Open Source Graphics Drivers for GMA3150?
>
> Incorrect. The GMA3150 is supported by open drivers.
>
>> 2) if this is not true and Intel has not publicly released any
>> programming documentation for GMA3150, who and how are this drivers
>> written? By reading source code can we understand how GMA3150 works?
>
> The gen3 support was originally written by Tungsten Graphics under
> contract with Intel (with NDA documentation), and is currently
> maintained by Intel directly. It's quite readable, as drivers go. In
> many cases reading the code is more enlightening than reading
> documentation anyway.
>
> - ajax
Thank you, now it's a lot more clear.
regards
Luke
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-09-05 14:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 13:41 GMA3150 Luca Ellero
2012-09-04 13:56 ` GMA3150 Adam Jackson
2012-09-05 6:43 ` GMA3150 Luca Ellero
2012-09-05 13:28 ` GMA3150 Adam Jackson
2012-09-05 14:38 ` GMA3150 Luca Ellero
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox