Mesa (master): i965: Cite the Ivybridge PRM for SFID enum values.

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Jul 16 02:52:26 UTC 2013


Module: Mesa
Branch: master
Commit: 3090d39dde1db4a8bf439a38e9fcd31c59019684
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3090d39dde1db4a8bf439a38e9fcd31c59019684

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 10 13:10:55 2013 -0700

i965: Cite the Ivybridge PRM for SFID enum values.

The Ivybridge PRM adds new SFIDs and lists them in a different volume
than Sandybridge, so it's worth adding a reference.

I also removed the BSpec reference, as the section it referred to
was moved somewhere, and I couldn't find it.  This leaves one Haswell
SFID without a citation, but we can add one once the PRMs are out.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_defines.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index 04422fe..fa257ac 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -911,8 +911,7 @@ enum opcode {
  * In particular, see the following tables:
  * - G45 PRM, Volume 4, Table 14-15 "Message Descriptor Definition"
  * - Sandybridge PRM, Volume 4 Part 2, Table 8-16 "Extended Message Descriptor"
- * - BSpec, Volume 1a (GPU Overview) / Graphics Processing Engine (GPE) /
- *   Overview / GPE Function IDs
+ * - Ivybridge PRM, Volume 1 Part 1, section 3.2.7 "GPE Function IDs"
  */
 enum brw_message_target {
    BRW_SFID_NULL                     = 0,




More information about the mesa-commit mailing list